]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/library/nat/ord.ma
ocaml 3.09 transition
[helm.git] / helm / matita / library / nat / ord.ma
index b982accb37727b46841bbc7a8fc3e8a11dd31865..24874c08af2fd10d2e3286f01e388940f3390d51 100644 (file)
@@ -167,7 +167,7 @@ generalize in match (H (n1 / m) m).
 elim (p_ord_aux n (n1 / m) m).
 apply H5.assumption.
 apply eq_mod_O_to_lt_O_div.
-apply (trans_lt ? (S O)).simplify.apply le_n.
+apply (trans_lt ? (S O)).unfold lt.apply le_n.
 assumption.assumption.assumption.
 apply le_S_S_to_le.
 apply (trans_le ? n1).change with (n1 / m < n1).
@@ -175,9 +175,7 @@ apply lt_div_n_m_n.assumption.assumption.assumption.
 intros.
 change with (n1 \mod m \neq O).
 rewrite > H4.
-(* Andrea: META NOT FOUND !!!  
-rewrite > sym_eq. *)
-simplify.intro.
+unfold Not.intro.
 apply (not_eq_O_S m1).
 rewrite > H5.reflexivity.
 qed.