]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/matita/tests/fix_betareduction.ma
incomplete proof terminated
[helm.git] / 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.