X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL064-1.ma;h=ca08a76314d625e7569a0bf33023fb25766b281a;hb=bd112857523fc543c78cd29b74417585033ec464;hp=bdbeb0d6a20fa5a9dc2fd0bf4da24bde2a24c98e;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL064-1.ma b/helm/software/matita/contribs/ng_TPTP/COL064-1.ma index bdbeb0d6a..ca08a7631 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL064-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL064-1.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : COL064-1 : TPTP v3.2.0. Released v1.0.0. *) +(* File : COL064-1 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Combinatory Logic *) @@ -28,7 +28,7 @@ include "logic/equality.ma". (* Status : Unsatisfiable *) -(* Rating : 0.64 v3.1.0, 0.44 v2.7.0, 0.45 v2.6.0, 0.17 v2.5.0, 0.00 v2.4.0, 0.00 v2.2.1, 0.78 v2.2.0, 0.86 v2.1.0, 1.00 v2.0.0 *) +(* Rating : 0.56 v3.4.0, 0.50 v3.3.0, 0.64 v3.1.0, 0.44 v2.7.0, 0.45 v2.6.0, 0.17 v2.5.0, 0.00 v2.4.0, 0.00 v2.2.1, 0.78 v2.2.0, 0.86 v2.1.0, 1.00 v2.0.0 *) (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *) @@ -48,7 +48,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) ntheorem prove_v_combinator: - ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. + (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. ∀apply:∀_:Univ.∀_:Univ.Univ. ∀b:Univ. ∀f:∀_:Univ.Univ. @@ -56,25 +56,25 @@ ntheorem prove_v_combinator: ∀h:∀_:Univ.Univ. ∀t: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)).∃X:Univ.eq Univ (apply (apply (apply X (f X)) (g X)) (h X)) (apply (apply (h X) (f X)) (g X)) +∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).∃X:Univ.eq Univ (apply (apply (apply X (f X)) (g X)) (h X)) (apply (apply (h X) (f X)) (g X))) . -#Univ. -#X. -#Y. -#Z. -#apply. -#b. -#f. -#g. -#h. -#t. -#H0. -#H1. -napply ex_intro[ -nid2: -nauto by H0,H1; -nid| -skip] +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#b ##. +#f ##. +#g ##. +#h ##. +#t ##. +#H0 ##. +#H1 ##. +napply (ex_intro ? ? ? ?) ##[ +##2: +nauto by H0,H1 ##; +##| ##skip ##] +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)