Step
*
1
1
of Lemma
linorder_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.  (R[x;y] 
⇒ R[y;x] 
⇒ (x = y ∈ T))
6. ∀x,y:T.  (R[x;y] ∨ R[y;x])
7. a : T
8. b : T
9. ¬R[a;b]
⊢ strict_part(x,y.R[x;y];b;a)
BY
{ (((InstHyp [⌜a⌝;⌜b⌝] 6⋅ THENM Unfold `strict_part` 0) THENM ProveProp) THEN Auto) }
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.    (R[x;y]  {}\mRightarrow{}  R[y;x]  {}\mRightarrow{}  (x  =  y))
6.  \mforall{}x,y:T.    (R[x;y]  \mvee{}  R[y;x])
7.  a  :  T
8.  b  :  T
9.  \mneg{}R[a;b]
\mvdash{}  strict\_part(x,y.R[x;y];b;a)
By
Latex:
(((InstHyp  [\mkleeneopen{}a\mkleeneclose{};\mkleeneopen{}b\mkleeneclose{}]  6\mcdot{}  THENM  Unfold  `strict\_part`  0)  THENM  ProveProp)  THEN  Auto)
Home
Index