]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/LCL134-1.ma
tacticals are really tactics now, they have an AST at the same level of
[helm.git] / helm / software / matita / contribs / ng_TPTP / LCL134-1.ma
index 147aa33e4d8d3dca0ddcba54989d2f3abfbdf611..6526b1a208c117dea07366eb38d252540a93e8db 100644 (file)
@@ -94,7 +94,7 @@ include "logic/equality.ma".
 
 (* -------------------------------------------------------------------------- *)
 ntheorem prove_wajsberg_lemma:
- ∀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.
@@ -102,21 +102,21 @@ ntheorem prove_wajsberg_lemma:
 ∀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 x truth) truth
+∀H3:∀X:Univ.eq Univ (implies truth X) X.eq Univ (implies x truth) 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.
 
 (* -------------------------------------------------------------------------- *)