X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL060-2.ma;h=b6a07c63cfb2de6b0ac390d9e9ed1e11cfb1ac8c;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=17b72486094bd6ade2c4d71ddf024da50be6f536;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL060-2.ma b/helm/software/matita/contribs/ng_TPTP/COL060-2.ma index 17b724860..b6a07c63c 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL060-2.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL060-2.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : COL060-2 : TPTP v3.2.0. Bugfixed v1.2.0. *) +(* File : COL060-2 : TPTP v3.7.0. Bugfixed v1.2.0. *) (* Domain : Combinatory Logic *) @@ -30,7 +30,7 @@ include "logic/equality.ma". (* Status : Unsatisfiable *) -(* Rating : 0.00 v2.1.0, 0.29 v2.0.0 *) +(* Rating : 0.11 v3.4.0, 0.12 v3.3.0, 0.00 v2.1.0, 0.29 v2.0.0 *) (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *) @@ -54,7 +54,7 @@ include "logic/equality.ma". (* ----This is the q equivalent *) ntheorem prove_q_combinator: - ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. + (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. ∀apply:∀_:Univ.∀_:Univ.Univ. ∀b:Univ. ∀t:Univ. @@ -62,21 +62,22 @@ ntheorem prove_q_combinator: ∀y:Univ. ∀z:Univ. ∀H0:∀X:Univ.∀Y:Univ.eq Univ (apply (apply t X) Y) (apply Y X). -∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).eq Univ (apply (apply (apply (apply (apply b (apply t b)) (apply (apply b b) t)) x) y) z) (apply y (apply x z)) +∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).eq Univ (apply (apply (apply (apply (apply b (apply t b)) (apply (apply b b) t)) x) y) z) (apply y (apply x z))) . -#Univ. -#X. -#Y. -#Z. -#apply. -#b. -#t. -#x. -#y. -#z. -#H0. -#H1. -nauto by H0,H1; +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#b ##. +#t ##. +#x ##. +#y ##. +#z ##. +#H0 ##. +#H1 ##. +nauto by H0,H1 ##; +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)