]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/library_auto/auto/nat/ord.ma
auto rewritten with only one tail recursive function.
[helm.git] / matita / library_auto / auto / nat / ord.ma
index 3df876c6918c46d4563fba870fd3ccd637e45d48..c51f828eff56a43d425f483e68c61a56be6cbde8 100644 (file)
@@ -214,6 +214,8 @@ apply p_ord_aux_to_Prop1;
   assumption.
 qed.
 
+axiom not_eq_to_le_to_lt: ∀n,m. n≠m → n≤m → n<m.
+
 theorem p_ord_exp1: \forall p,n,q,r. O < p \to \lnot p \divides r \to
 n = p \sup q * r \to p_ord n p = pair nat nat q r.
 intros.
@@ -257,8 +259,7 @@ apply p_ord_exp
           ]
         ]
       ]*)
-    | alias id "not_eq_to_le_to_lt" = "cic:/matita/algebra/finite_groups/not_eq_to_le_to_lt.con".
-      apply not_eq_to_le_to_lt
+    | apply not_eq_to_le_to_lt
       [ unfold.
         intro.
         auto