SetImplicitArguments. Set Primitive Projections.
Record prod A B := pair { fst : A ; snd : B }. Goalforall x y : prod SetSet, fst x = fst y. intros.
lazymatch goalwith
| [ |- context[@fst ?A ?B] ] => pose (@fst A B) as fst';
progress change (@fst SetSet) with fst' 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.