X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Flibrary%2FZ%2Forders.ma;h=0a3cfbe1f680dccafb3c37f5a9cc73ab8ced8c9c;hb=984df0f8feff95dcfdbdcebe6e23ace0b5529fa5;hp=c39f693085398eedf4a95a9f15898f05e6cee264;hpb=7f2444c2670cadafddd8785b687ef312158376b0;p=helm.git diff --git a/matita/library/Z/orders.ma b/matita/library/Z/orders.ma index c39f69308..0a3cfbe1f 100644 --- a/matita/library/Z/orders.ma +++ b/matita/library/Z/orders.ma @@ -68,7 +68,7 @@ interpretation "integer 'not less than'" 'nless x y = (cic:/matita/logic/connectives/Not.con (cic:/matita/Z/orders/Zlt.con x y)). theorem irreflexive_Zlt: irreflexive Z Zlt. -change with (\forall x:Z. x < x \to False). +unfold irreflexive.unfold Not. intro.elim x.exact H. cut (neg n < neg n \to False). apply Hcut.apply H.simplify.unfold lt.apply not_le_Sn_n.