RequireImport Setoid Corelib.Program.Basics. GlobalOpenScope program_scope. Axiom foo : forall A (f : A -> A), f ∘ f = f. RequireImport Corelib.Program.Tactics.
#[export] HintRewrite foo. Theorem t {A B C D} (f : A -> A) (g : B -> C) (h : C -> D)
: f ∘ f = f. Proof.
rewrite_strat topdown (hints core). Abort.
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.