Step * of Lemma rel-is-immediate

[T:Type]. ∀[R:T ⟶ T ⟶ ℙ].
  (∀x,y:T.  (R ⇐⇒ R+y)) supposing 
     ((∀a,b,c:T.  (((R b) ∧ (R c))  (b c ∈ T))) and 
     (∀x,y:T.  ((R+ y)  (R+ x)))))
BY
Auto }

1
1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. ∀x,y:T.  ((R+ y)  (R+ x)))
4. ∀a,b,c:T.  (((R b) ∧ (R c))  (b c ∈ T))
5. T
6. T
7. y
⊢ R+y

2
1. [T] Type
2. [R] T ⟶ T ⟶ ℙ
3. ∀x,y:T.  ((R+ y)  (R+ x)))
4. ∀a,b,c:T.  (((R b) ∧ (R c))  (b c ∈ T))
5. T
6. T
7. R+y
⊢ y


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[R:T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}].
    (\mforall{}x,y:T.    (R  x  y  \mLeftarrow{}{}\mRightarrow{}  R\msupplus{}!  x  y))  supposing 
          ((\mforall{}a,b,c:T.    (((R  a  b)  \mwedge{}  (R  a  c))  {}\mRightarrow{}  (b  =  c)))  and 
          (\mforall{}x,y:T.    ((R\msupplus{}  x  y)  {}\mRightarrow{}  (\mneg{}(R\msupplus{}  y  x)))))


By


Latex:
Auto




Home Index