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
Lemmas :  all_wf or_wf equal_wf rel_implies_wf not_wf trans_wf
\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: 2015_07_17-AM-09_09_20
Last ObjectModification: 2015_01_27-PM-00_46_37

Home Index