Nuprl Lemma : cond_rel_equivalent

[T:Type]. ∀[R,Q:T ⟶ T ⟶ ℙ]. ∀[P:T ⟶ ℙ].
  (Trans(T;x,y.Q y)
   => Q
      (∀x,y:T.  (((P x) ∧ (P y))  (((R y) ∨ (x y ∈ T)) ∨ (R x))))
      (∀x,y:T.  (((P x) ∧ (P y))  (R ⇐⇒ y))) 
     supposing ∀x,y:T.  ((Q y)  (Q x))))


Proof




Definitions occuring in Statement :  rel_implies: R1 => R2 trans: Trans(T;x,y.E[x; y]) uimplies: supposing a uall: [x:A]. B[x] prop: all: x:A. B[x] iff: ⇐⇒ Q not: ¬A implies:  Q or: P ∨ Q and: P ∧ Q apply: a function: x:A ⟶ B[x] universe: Type equal: t ∈ T
Definitions unfolded in proof :  uall: [x:A]. B[x] implies:  Q uimplies: supposing a member: t ∈ T all: x:A. B[x] not: ¬A false: False subtype_rel: A ⊆B prop: and: P ∧ Q iff: ⇐⇒ Q rel_implies: R1 => R2 infix_ap: y rev_implies:  Q so_lambda: λ2x.t[x] so_apply: x[s] so_lambda: λ2y.t[x; y] so_apply: x[s1;s2] cand: c∧ B or: P ∨ Q

Latex:
\mforall{}[T:Type].  \mforall{}[R,Q:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].  \mforall{}[P:T  {}\mrightarrow{}  \mBbbP{}].
    (Trans(T;x,y.Q  x  y)
    {}\mRightarrow{}  R  =>  Q
          {}\mRightarrow{}  (\mforall{}x,y:T.    (((P  x)  \mwedge{}  (P  y))  {}\mRightarrow{}  (((R  x  y)  \mvee{}  (x  =  y))  \mvee{}  (R  y  x))))
          {}\mRightarrow{}  (\mforall{}x,y:T.    (((P  x)  \mwedge{}  (P  y))  {}\mRightarrow{}  (R  x  y  \mLeftarrow{}{}\mRightarrow{}  Q  x  y))) 
          supposing  \mforall{}x,y:T.    ((Q  x  y)  {}\mRightarrow{}  (\mneg{}(Q  y  x))))



Date html generated: 2016_05_16-AM-10_34_16
Last ObjectModification: 2015_12_28-PM-09_17_40

Theory : new!event-ordering


Home Index