]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/library/nat/orders.ma
generalize no more required before elim
[helm.git] / helm / software / matita / library / nat / orders.ma
index 6336a5e9bf12bec1e9ddca458d5d98b36d1e548a..6dd8773f8820062586cacd3df6ebbea26afa8421 100644 (file)
@@ -154,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;