Step
*
1
1
1
of Lemma
ulinorder_le_neg
.....antecedent..... 
1. T : Type
2. R : T ⟶ T ⟶ ℙ
3. ∀[a:T]. R[a;a]
4. ∀[a,b,c:T].  (R[a;b] 
⇒ R[b;c] 
⇒ R[a;c])
5. ∀[x,y:T].  (x = y ∈ T) supposing (R[y;x] and R[x;y])
6. ∀x,y:T.  (R[x;y] ∨ R[y;x])
7. ∀[x,y:T].  R[x;y] supposing R[x;y]
8. a : T
9. b : T
10. ¬R[a;b]
⊢ R[b;a]
BY
{ ((InstHyp [⌜a⌝;⌜b⌝] 6⋅ THENM D -1) THEN Auto) }
Latex:
Latex:
.....antecedent..... 
1.  T  :  Type
2.  R  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbP{}
3.  \mforall{}[a:T].  R[a;a]
4.  \mforall{}[a,b,c:T].    (R[a;b]  {}\mRightarrow{}  R[b;c]  {}\mRightarrow{}  R[a;c])
5.  \mforall{}[x,y:T].    (x  =  y)  supposing  (R[y;x]  and  R[x;y])
6.  \mforall{}x,y:T.    (R[x;y]  \mvee{}  R[y;x])
7.  \mforall{}[x,y:T].    R[x;y]  supposing  R[x;y]
8.  a  :  T
9.  b  :  T
10.  \mneg{}R[a;b]
\mvdash{}  R[b;a]
By
Latex:
((InstHyp  [\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]  6\mcdot{}  THENM  D  -1)  THEN  Auto)
Home
Index