Step
*
1
1
of Lemma
ulinorder_le_neg
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 [⌜b⌝;⌜a⌝] 7⋅ THEN Auto) }
1
.....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]
Latex:
Latex:
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{}b\mkleeneclose{};\mkleeneopen{}a\mkleeneclose{}]  7\mcdot{}  THEN  Auto)
Home
Index