]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/Z/orders.ma
64 "change" here and there in the library are now simplify/unfold as they
[helm.git] / helm / software / matita / library / Z / orders.ma
index c39f693085398eedf4a95a9f15898f05e6cee264..0a3cfbe1f680dccafb3c37f5a9cc73ab8ced8c9c 100644 (file)
@@ -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.