]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/COL050-1.ma
Minor fixings.
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL050-1.ma
index d5008d12a60dec414308f8c5d3e27b957ba37a79..76980ba6d43d20637a3aa813c1d661fbb2454a2c 100644 (file)
@@ -4,7 +4,7 @@ include "logic/equality.ma".
 
 (* -------------------------------------------------------------------------- *)
 
-(*  File     : COL050-1 : TPTP v3.2.0. Released v1.0.0. *)
+(*  File     : COL050-1 : TPTP v3.7.0. Released v1.0.0. *)
 
 (*  Domain   : Combinatory Logic *)
 
@@ -70,29 +70,29 @@ include "logic/equality.ma".
 
 (* ----    -[response(A,y) = y]. *)
 ntheorem prove_all_fond_of_another:
- ∀Univ:Type.∀W:Univ.∀X:Univ.∀Y:Univ.
(∀Univ:Type.∀W:Univ.∀X:Univ.∀Y:Univ.
 ∀a: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).∃Y:Univ.eq Univ (response a Y) Y
+∀H1:∀Y:Univ.eq Univ (response mocking_bird Y) (response Y Y).∃Y:Univ.eq Univ (response a Y) Y)
 .
-#Univ.
-#W.
-#X.
-#Y.
-#a.
-#compose.
-#mocking_bird.
-#response.
-#H0.
-#H1.
-napply ex_intro[
-nid2:
-nauto by H0,H1;
-nid|
-skip]
+#Univ ##.
+#W ##.
+#X ##.
+#Y ##.
+#a ##.
+#compose ##.
+#mocking_bird ##.
+#response ##.
+#H0 ##.
+#H1 ##.
+napply (ex_intro ? ? ? ?) ##[
+##2:
+nauto by H0,H1 ##;
+##| ##skip ##]
+ntry (nassumption) ##;
 nqed.
 
 (* -------------------------------------------------------------------------- *)