X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL011-1.ma;fp=helm%2Fsoftware%2Fmatita%2Fcontribs%2Fng_TPTP%2FCOL011-1.ma;h=e9789da8534224a42b18f9b533322020b615c2ed;hb=0639dda9142d1cf047b07e61fb557e8877aba4d8;hp=5563c8efd226236ab235838ee296c4503311cafe;hpb=c40f28fe5bfa74fc1fcef986c03fc960793902a5;p=helm.git diff --git a/helm/software/matita/contribs/ng_TPTP/COL011-1.ma b/helm/software/matita/contribs/ng_TPTP/COL011-1.ma index 5563c8efd..e9789da85 100644 --- a/helm/software/matita/contribs/ng_TPTP/COL011-1.ma +++ b/helm/software/matita/contribs/ng_TPTP/COL011-1.ma @@ -52,29 +52,28 @@ 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. ∀o:Univ. ∀q1:Univ. ∀H0:∀X:Univ.∀Y:Univ.∀Z:Univ.eq Univ (apply (apply (apply q1 X) Y) Z) (apply X (apply Z Y)). -∀H1:∀X:Univ.∀Y:Univ.eq Univ (apply (apply o X) Y) (apply Y (apply X Y)).∃Y:Univ.eq Univ Y (apply combinator Y) +∀H1:∀X:Univ.∀Y:Univ.eq Univ (apply (apply o X) Y) (apply Y (apply X Y)).∃Y:Univ.eq Univ Y (apply combinator Y)) . -#Univ. -#X. -#Y. -#Z. -#apply. -#combinator. -#o. -#q1. -#H0. -#H1. -napply ex_intro[ -nid2: -nauto by H0,H1; -nid| -skip] +#Univ ##. +#X ##. +#Y ##. +#Z ##. +#apply ##. +#combinator ##. +#o ##. +#q1 ##. +#H0 ##. +#H1 ##. +napply (ex_intro ? ? ? ?) ##[ +##2: +nauto by H0,H1 ##; +##| ##skip ##] nqed. (* -------------------------------------------------------------------------- *)