Goalforall n:nat, n <> newdef n -> False. intros n h.
SearchPattern ( _ <> newdef _). (* search hypothesis *)
SearchPattern ( n <> newdef _). (* search hypothesis *) Abort.
Goalforall n (P:nat -> Prop), P n -> ~P n -> False. intros n P h h'.
SearchPattern (P _). (* search hypothesis also for patterns *)
Search (~P n). (* search hypothesis also for patterns *)
Search (P _) -"h'". (* search hypothesis also for patterns *)
Search (P _) -not. (* search hypothesis also for patterns *)
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 und die Messung sind noch experimentell.