]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/LCL110-2.ma
tacticals are really tactics now, they have an AST at the same level of
[helm.git] / helm / software / matita / contribs / ng_TPTP / LCL110-2.ma
index c88434c1a82011006db7bf7e9ddf3fcf16720811..2ed79d1ed4c91f31dd5b59c31aca6c9b55d05054 100644 (file)
@@ -104,7 +104,7 @@ include "logic/equality.ma".
 
 (* -------------------------------------------------------------------------- *)
 ntheorem prove_mv_24:
- ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
(∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
 ∀implies:∀_:Univ.∀_:Univ.Univ.
 ∀not:∀_:Univ.Univ.
 ∀truth:Univ.
@@ -112,21 +112,21 @@ ntheorem prove_mv_24:
 ∀H0:∀X:Univ.∀Y:Univ.eq Univ (implies (implies (not X) (not Y)) (implies Y X)) truth.
 ∀H1:∀X:Univ.∀Y:Univ.eq Univ (implies (implies X Y) Y) (implies (implies Y X) X).
 ∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (implies (implies X Y) (implies (implies Y Z) (implies X Z))) truth.
-∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (not (not x)) x) truth
+∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies (not (not x)) x) truth)
 .
-#Univ.
-#X.
-#Y.
-#Z.
-#implies.
-#not.
-#truth.
-#x.
-#H0.
-#H1.
-#H2.
-#H3.
-nauto by H0,H1,H2,H3;
+#Univ ##.
+#X ##.
+#Y ##.
+#Z ##.
+#implies ##.
+#not ##.
+#truth ##.
+#x ##.
+#H0 ##.
+#H1 ##.
+#H2 ##.
+#H3 ##.
+nauto by H0,H1,H2,H3 ##;
 nqed.
 
 (* -------------------------------------------------------------------------- *)