]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/COL051-1.ma
update in groud_2 and models
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL051-1.ma
index d13e3a273c9bafa4a91d73c1a430fca5c5f91ee2..d5b2c0a07aac0fea4790a55341021ecf1bf9dde0 100644 (file)
@@ -4,7 +4,7 @@ include "logic/equality.ma".
 
 (* -------------------------------------------------------------------------- *)
 
-(*  File     : COL051-1 : TPTP v3.2.0. Released v1.0.0. *)
+(*  File     : COL051-1 : TPTP v3.7.0. Released v1.0.0. *)
 
 (*  Domain   : Combinatory Logic *)
 
@@ -66,27 +66,27 @@ include "logic/equality.ma".
 
 (* ----    FAx -[response(x,x) = x]. *)
 ntheorem prove_the_bird_exists:
- ∀Univ:Type.∀W:Univ.∀X:Univ.∀Y:Univ.
(∀Univ:Type.∀W:Univ.∀X:Univ.∀Y:Univ.
 ∀compose:∀_:Univ.∀_:Univ.Univ.
 ∀mocking_bird:Univ.
 ∀response:∀_:Univ.∀_:Univ.Univ.
 ∀H0:∀W:Univ.∀X:Univ.∀Y:Univ.eq Univ (response (compose X Y) W) (response X (response Y W)).
-∀H1:∀Y:Univ.eq Univ (response mocking_bird Y) (response Y Y).∃X:Univ.eq Univ (response X X) X
+∀H1:∀Y:Univ.eq Univ (response mocking_bird Y) (response Y Y).∃X:Univ.eq Univ (response X X) X)
 .
-#Univ.
-#W.
-#X.
-#Y.
-#compose.
-#mocking_bird.
-#response.
-#H0.
-#H1.
-napply ex_intro[
-nid2:
-nauto by H0,H1;
-nid|
-skip]
+#Univ ##.
+#W ##.
+#X ##.
+#Y ##.
+#compose ##.
+#mocking_bird ##.
+#response ##.
+#H0 ##.
+#H1 ##.
+napply (ex_intro ? ? ? ?) ##[
+##2:
+nauto by H0,H1 ##;
+##| ##skip ##]
+ntry (nassumption) ##;
 nqed.
 
 (* -------------------------------------------------------------------------- *)