]> matita.cs.unibo.it Git - helm.git/commitdiff
temporary changes, before the complete cancellation of the file.
authorCristian Armentano <??>
Mon, 17 Sep 2007 22:42:30 +0000 (22:42 +0000)
committerCristian Armentano <??>
Mon, 17 Sep 2007 22:42:30 +0000 (22:42 +0000)
matita/library/nat/propr_div_mod_lt_le_totient1_aux.ma

index 7a68a5bd8530f1dbfd8929df7038b89fd4e20779..f26f0ea004f5ce5f5c8d8df6d9c3c56d40ef5fae 100644 (file)
@@ -24,7 +24,7 @@ include "nat/iteration2.ma".
  *)
 
 (* some basic properties of and - or*)
-theorem andb_sym: \forall A,B:bool.
+(*theorem andb_sym: \forall A,B:bool.
 (A \land B) = (B \land A).
 intros.
 elim A;
@@ -60,7 +60,7 @@ rewrite > H1.
 rewrite > H2.
 reflexivity.
 qed.
-
+*)
 (*properties about relational operators*)
 
 theorem Sa_le_b_to_O_lt_b: \forall a,b:nat.
@@ -70,6 +70,7 @@ elim H;
   apply lt_O_S.
 qed.
 
+
 theorem n_gt_Uno_to_O_lt_pred_n: \forall n:nat.
 (S O) \lt n \to O \lt (pred n).
 intros.