]> matita.cs.unibo.it Git - helm.git/commitdiff
lt_O_S moved to nat/orders.ma
authorAndrea Asperti <andrea.asperti@unibo.it>
Wed, 15 Nov 2006 09:09:02 +0000 (09:09 +0000)
committerAndrea Asperti <andrea.asperti@unibo.it>
Wed, 15 Nov 2006 09:09:02 +0000 (09:09 +0000)
matita/library/algebra/finite_groups.ma

index 64c65b266e50f47a06e879abeaedca66156a2f02..79521e20650c95f8a2016df8c0e82ae921a432ad 100644 (file)
@@ -181,12 +181,13 @@ unfold lt in H;
 apply (le_S_S ? ? H).
 qed.
 
+(* moved to nat/order.ma 
 theorem lt_O_S: ∀n. O < S n.
 intro;
 unfold lt;
 apply le_S_S;
 apply le_O_n.
-qed.
+qed. *)
 
 theorem le_n_m_to_lt_m_Sn_to_eq_n_m: ∀n,m. n ≤ m → m < S n → n=m.
 intros;