]> matita.cs.unibo.it Git - helm.git/commitdiff
Unfinished proof commented out.
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 2 Nov 2005 18:48:52 +0000 (18:48 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Wed, 2 Nov 2005 18:48:52 +0000 (18:48 +0000)
helm/matita/library/nat/totient.ma

index df863fa04f7746f86104ecaea9a9f223ae0d41d4..6715fe854993ebce6ca7b668606ed9ab64c97f42 100644 (file)
@@ -28,6 +28,7 @@ theorem totient6: totient (S(S(S(S(S(S O)))))) = (S(S O)).
 reflexivity.
 qed.
 
+(*
 theorem totient_times: \forall n,m:nat. (gcd m n) = (S O) \to
 totient (n*m) = (totient n)*(totient m).
 intro.
@@ -64,4 +65,5 @@ intro.
 rewrite > eq_to_eqb_true.
 rewrite > eq_to_eqb_true.
 reflexivity.
-rewrite < H4.
\ No newline at end of file
+rewrite < H4.
+*)