X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Flibrary%2Fnat%2Forders.ma;h=6dd8773f8820062586cacd3df6ebbea26afa8421;hb=0c00c81d91748e89757711eb13ded4227e079ac9;hp=799f8bf7c47b74c65575431e78d2f0b8f9662b9e;hpb=6db38e3d8e4083765f2fce40c7845c9827b9afd0;p=helm.git diff --git a/helm/software/matita/library/nat/orders.ma b/helm/software/matita/library/nat/orders.ma index 799f8bf7c..6dd8773f8 100644 --- a/helm/software/matita/library/nat/orders.ma +++ b/helm/software/matita/library/nat/orders.ma @@ -12,8 +12,6 @@ (* *) (**************************************************************************) -set "baseuri" "cic:/matita/nat/orders". - include "nat/nat.ma". include "higher_order_defs/ordering.ma". @@ -156,9 +154,7 @@ elim n; [ simplify; apply le_O_n | simplify; - generalize in match H1; - clear H1; - elim m; + elim m in H1 ⊢ %; [ elim (not_le_Sn_O ? H1) | simplify; apply le_S_S_to_le;