Nuprl Lemma : TC-min

[Dom:Type]. ∀[R,Q:Dom ⟶ Dom ⟶ ℙ].
  ((∀x,y,z:Dom.  ((Q y)  (Q z)  (Q z)))
   (∀x,y:Dom.  ((R y)  (Q y)))
   (∀x,y:Dom.  (TC(λa,b.R b)(x,y)  (Q y))))


Proof




Definitions occuring in Statement :  TC: TC(λx,y.F[x; y])(a,b) uall: [x:A]. B[x] prop: all: x:A. B[x] implies:  Q apply: a function: x:A ⟶ B[x] universe: Type
Definitions unfolded in proof :  uall: [x:A]. B[x] implies:  Q all: x:A. B[x] TC: TC(λx,y.F[x; y])(a,b) member: t ∈ T so_lambda: λ2y.t[x; y] infix_ap: y rel_implies: R1 => R2 prop: trans: Trans(T;x,y.E[x; y]) so_apply: x[s1;s2] so_lambda: λ2x.t[x] so_apply: x[s] guard: {T}
Lemmas referenced :  transitive-closure-minimal TC_wf all_wf
Rules used in proof :  sqequalSubstitution sqequalTransitivity computationStep sqequalReflexivity isect_memberFormation lambdaFormation sqequalHypSubstitution cut lemma_by_obid isectElimination thin because_Cache sqequalRule lambdaEquality applyEquality hypothesisEquality independent_functionElimination hypothesis functionEquality cumulativity universeEquality dependent_functionElimination

Latex:
\mforall{}[Dom:Type].  \mforall{}[R,Q:Dom  {}\mrightarrow{}  Dom  {}\mrightarrow{}  \mBbbP{}].
    ((\mforall{}x,y,z:Dom.    ((Q  x  y)  {}\mRightarrow{}  (Q  y  z)  {}\mRightarrow{}  (Q  x  z)))
    {}\mRightarrow{}  (\mforall{}x,y:Dom.    ((R  x  y)  {}\mRightarrow{}  (Q  x  y)))
    {}\mRightarrow{}  (\mforall{}x,y:Dom.    (TC(\mlambda{}a,b.R  a  b)(x,y)  {}\mRightarrow{}  (Q  x  y))))



Date html generated: 2016_05_16-AM-09_07_44
Last ObjectModification: 2015_12_28-PM-07_03_26

Theory : first-order!and!ancestral!logic


Home Index