X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL015-1.ma;h=b6bb7ef252c662598a75ff6449ac5c21889f2d20;hb=e9b09b14538f770b9e65083c24e3e9cf487df648;hp=90c3d7c1db884f0806e286363d713e880e395f5d;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL015-1.ma b/helm/software/matita/contribs/ng_TPTP/COL015-1.ma index 90c3d7c1d..b6bb7ef25 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL015-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL015-1.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : COL015-1 : TPTP v3.2.0. Released v1.0.0. *) +(* File : COL015-1 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Combinatory Logic *) @@ -30,7 +30,7 @@ include "logic/equality.ma". (* Status : Unsatisfiable *) -(* Rating : 0.00 v2.0.0 *) +(* Rating : 0.11 v3.4.0, 0.00 v2.0.0 *) (* Syntax : Number of clauses : 3 ( 0 non-Horn; 3 unit; 1 RR) *) @@ -50,29 +50,29 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) ntheorem prove_fixed_point: - ∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. + (∀Univ:Type.∀X:Univ.∀Y:Univ.∀Z:Univ. ∀apply:∀_:Univ.∀_:Univ.Univ. ∀combinator:Univ. ∀m:Univ. ∀q:Univ. ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply q X) Y) Z) (apply Y (apply X Z)). -∀H1:∀X:Univ.eq Univ (apply m X) (apply X X).∃Y:Univ.eq Univ Y (apply combinator Y) +∀H1:∀X:Univ.eq Univ (apply m X) (apply X X).∃Y:Univ.eq Univ Y (apply combinator Y)) . -#Univ. -#X. -#Y. -#Z. -#apply. -#combinator. -#m. -#q. -#H0. -#H1. -napply ex_intro[ -nid2: -nauto by H0,H1; -nid| -skip] +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#combinator ##. +#m ##. +#q ##. +#H0 ##. +#H1 ##. +napply (ex_intro ? ? ? ?) ##[ +##2: +nauto by H0,H1 ##; +##| ##skip ##] +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)