]> matita.cs.unibo.it Git - helm.git/commitdiff
incomplete proof terminated
authorClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 08:13:59 +0000 (08:13 +0000)
committerClaudio Sacerdoti Coen <claudio.sacerdoticoen@unibo.it>
Tue, 14 Jun 2005 08:13:59 +0000 (08:13 +0000)
helm/matita/tests/fix_betareduction.ma

index 32f298d6079e71549bb357eb171d4a39db89c133..5056f9e6ecb9f7fd75f0fe778a4111c3a7e4f7ca 100644 (file)
@@ -5,4 +5,6 @@ theorem a:
   (\forall p: nat \to Prop.
   \forall n: nat. p n \to p n ) \to (eq nat n n).
 intro.
-apply (H (\lambda n:nat.(eq nat n n))).
\ No newline at end of file
+apply (H (\lambda n:nat.(eq nat n n))).
+reflexivity.
+qed.