]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/LCL165-1.ma
tacticals are really tactics now, they have an AST at the same level of
[helm.git] / helm / software / matita / contribs / ng_TPTP / LCL165-1.ma
index 1acd6646db64cd0e11ff86aba3cc00ca38589824..7c2d610d95812269afeff952591999ef74ba28d5 100644 (file)
@@ -146,7 +146,7 @@ include "logic/equality.ma".
 
 (* -------------------------------------------------------------------------- *)
 ntheorem prove_wajsberg_ntheorem:
- ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
(∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ.
 ∀myand:∀_:Univ.∀_:Univ.Univ.
 ∀implies:∀_:Univ.∀_:Univ.Univ.
 ∀not:∀_:Univ.Univ.
@@ -162,29 +162,29 @@ ntheorem prove_wajsberg_ntheorem:
 ∀H6:∀X:Univ.∀Y:Univ.eq Univ (implies (implies (not X) (not Y)) (implies Y X)) truth.
 ∀H7:∀X:Univ.∀Y:Univ.eq Univ (implies (implies X Y) Y) (implies (implies Y X) X).
 ∀H8:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (implies (implies X Y) (implies (implies Y Z) (implies X Z))) truth.
-∀H9:∀X:Univ.eq Univ (implies truth X) X.eq Univ (not (or (myand x (or x x)) (myand x x))) (myand (not x) (or (or (not x) (not x)) (myand (not x) (not x))))
+∀H9:∀X:Univ.eq Univ (implies truth X) X.eq Univ (not (or (myand x (or x x)) (myand x x))) (myand (not x) (or (or (not x) (not x)) (myand (not x) (not x)))))
 .
-#Univ.
-#X.
-#Y.
-#Z.
-#and.
-#implies.
-#not.
-#or.
-#truth.
-#x.
-#H0.
-#H1.
-#H2.
-#H3.
-#H4.
-#H5.
-#H6.
-#H7.
-#H8.
-#H9.
-nauto by H0,H1,H2,H3,H4,H5,H6,H7,H8,H9;
+#Univ ##.
+#X ##.
+#Y ##.
+#Z ##.
+#and ##.
+#implies ##.
+#not ##.
+#or ##.
+#truth ##.
+#x ##.
+#H0 ##.
+#H1 ##.
+#H2 ##.
+#H3 ##.
+#H4 ##.
+#H5 ##.
+#H6 ##.
+#H7 ##.
+#H8 ##.
+#H9 ##.
+nauto by H0,H1,H2,H3,H4,H5,H6,H7,H8,H9 ##;
 nqed.
 
 (* -------------------------------------------------------------------------- *)