]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/ng_TPTP/COL050-1.ma
tacticals are really tactics now, they have an AST at the same level of
[helm.git] / helm / software / matita / contribs / ng_TPTP / COL050-1.ma
index d5008d12a60dec414308f8c5d3e27b957ba37a79..fff36d95b05e369f219f4de313e772a61e0a4dc8 100644 (file)
@@ -70,29 +70,28 @@ 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 ##]
 nqed.
 
 (* -------------------------------------------------------------------------- *)