X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL068-1.ma;h=339e2ece9604a7acd3b73ac316844cce02b88c21;hb=ced2abc1e3fe84d5bbfa9ccb2ebf46f253279ebe;hp=3f2b1b5a7935890c8db370e9fcd969170d88a49a;hpb=11e495dda047bcdfa4267c06cad2d074fcffe3e3;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL068-1.ma b/helm/software/matita/contribs/ng_TPTP/COL068-1.ma index 3f2b1b5a7..339e2ece9 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL068-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL068-1.ma @@ -4,7 +4,7 @@ include "logic/equality.ma". (* -------------------------------------------------------------------------- *) -(* File : COL068-1 : TPTP v3.2.0. Released v1.2.0. *) +(* File : COL068-1 : TPTP v3.7.0. Released v1.2.0. *) (* Domain : Combinatory Logic *) @@ -48,29 +48,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. ∀b:Univ. ∀combinator:Univ. ∀s:Univ. ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply b X) Y) Z) (apply X (apply Y Z)). -∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply s X) Y) Z) (apply (apply X Z) (apply Y Z)).∃Y:Univ.eq Univ Y (apply combinator Y) +∀H1:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply s X) Y) Z) (apply (apply X Z) (apply Y Z)).∃Y:Univ.eq Univ Y (apply combinator Y)) . -#Univ. -#X. -#Y. -#Z. -#apply. -#b. -#combinator. -#s. -#H0. -#H1. -napply ex_intro[ -nid2: -nauto by H0,H1; -nid| -skip] +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#b ##. +#combinator ##. +#s ##. +#H0 ##. +#H1 ##. +napply (ex_intro ? ? ? ?) ##[ +##2: +nauto by H0,H1 ##; +##| ##skip ##] +ntry (nassumption) ##; nqed. (* -------------------------------------------------------------------------- *)