X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL048-1.ma;h=001d8393366eabd01c74aa934da96157d309d00b;hb=e880d6eab5e1700f4a625ddcd7d0fa8f0cce2dcc;hp=bce67c07994f60742f3db4af7e4b1c0225fee90e;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL048-1.ma b/helm/software/matita/contribs/ng_TPTP/COL048-1.ma index bce67c079..001d83933 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL048-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL048-1.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : COL048-1 : TPTP v3.2.0. Released v1.0.0. *) +(* File : COL048-1 : TPTP v3.7.0. Released v1.0.0. *) (* Domain : Combinatory Logic *) @@ -32,7 +32,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 : 4 ( 0 non-Horn; 4 unit; 1 RR) *) @@ -52,7 +52,7 @@ 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. ∀b:Univ. ∀combinator:Univ. @@ -60,25 +60,25 @@ ntheorem prove_fixed_point: ∀w:Univ. ∀H0:∀X:Univ.eq Univ (apply m X) (apply X X). ∀H1:∀X:Univ.∀Y:Univ.eq Univ (apply (apply w X) Y) (apply (apply X Y) Y). -∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).∃Y:Univ.eq Univ Y (apply combinator Y) +∀H2:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)).∃Y:Univ.eq Univ Y (apply combinator Y)) . -#Univ. -#X. -#Y. -#Z. -#apply. -#b. -#combinator. -#m. -#w. -#H0. -#H1. -#H2. -napply ex_intro[ -nid2: -nauto by H0,H1,H2; -nid| -skip] +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#b ##. +#combinator ##. +#m ##. +#w ##. +#H0 ##. +#H1 ##. +#H2 ##. +napply (ex_intro ? ? ? ?) ##[ +##2: +nauto by H0,H1,H2 ##; +##| ##skip ##] +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)