X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Flibrary%2Fnat%2Forders.ma;h=796567fa59ae31483de19312a03f49520b73e96c;hb=28ac70d3f475442cda4ef30e0e9c0e6d012b2527;hp=811706867e4729f52f57ffd1d7f9183073c122f2;hpb=80b8635f33060e4a925a96bf6dc60e0386c01903;p=helm.git diff --git a/helm/matita/library/nat/orders.ma b/helm/matita/library/nat/orders.ma index 811706867..796567fa5 100644 --- a/helm/matita/library/nat/orders.ma +++ b/helm/matita/library/nat/orders.ma @@ -14,7 +14,7 @@ set "baseuri" "cic:/matita/nat/orders". -include "nat/plus.ma". +include "nat/nat.ma". include "higher_order_defs/ordering.ma". (* definitions *) @@ -104,11 +104,11 @@ intros.elim H.exact I.exact I. qed. (* not le *) -theorem not_le_Sn_O: \forall n:nat. \lnot (S n \leq O). +theorem not_le_Sn_O: \forall n:nat. S n \nleq O. intros.simplify.intros.apply leS_to_not_zero ? ? H. qed. -theorem not_le_Sn_n: \forall n:nat. \lnot (S n \leq n). +theorem not_le_Sn_n: \forall n:nat. S n \nleq n. intros.elim n.apply not_le_Sn_O.simplify.intros.cut S n1 \leq n1. apply H.assumption. apply le_S_S_to_le.assumption. @@ -123,7 +123,7 @@ left.simplify.apply le_S_S.assumption. qed. (* not eq *) -theorem lt_to_not_eq : \forall n,m:nat. n