Inductive R {A} : A -> A -> Type := c : forall x y, R x y.
Goalforall A (x y : A) P (e : R x y) (f : forall x y, P x y (c x y)), let g := match e in R x y return P x y e with c x y => f x y end in
True. Proof. intros A x y P e f g. let t := evalred in g in match t with
(match ?E as e in R x y return @?P x y e with c X Y => @?f X Y end) => idtac P f end. 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.