Step * 1 2 of Lemma rel-is-immediate


1. Type
2. 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
8. R+ y
9. T
⊢ ¬((R+ z) ∧ (R+ y))
BY
(D THEN Auto) }

1
1. Type
2. 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
8. R+ y
9. T
10. R+ z
11. R+ y
⊢ False


Latex:


Latex:

1.  T  :  Type
2.  R  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
3.  \mforall{}x,y:T.    ((R\msupplus{}  x  y)  {}\mRightarrow{}  (\mneg{}(R\msupplus{}  y  x)))
4.  \mforall{}a,b,c:T.    (((R  a  b)  \mwedge{}  (R  a  c))  {}\mRightarrow{}  (b  =  c))
5.  x  :  T
6.  y  :  T
7.  R  x  y
8.  R\msupplus{}  x  y
9.  z  :  T
\mvdash{}  \mneg{}((R\msupplus{}  x  z)  \mwedge{}  (R\msupplus{}  z  y))


By


Latex:
(D  0  THEN  Auto)




Home Index