Step
*
2
2
of Lemma
insert-no-combine-sorted-by
1. [T] : Type
2. cmp : comparison(T)
3. ∀u,x,z:T.  ((0 ≤ (cmp x u)) 
⇒ (0 ≤ (cmp u z)) 
⇒ (0 ≤ (cmp x z)))
4. u : T
5. v : T List
6. ∀x:T. (sorted-by(λx,y. (0 ≤ (cmp x y));v) 
⇒ sorted-by(λx,y. (0 ≤ (cmp x y));insert-no-combine(cmp;x;v)))
7. x : T
8. ¬(0 ≤ (cmp x u))
9. sorted-by(λx,y. (0 ≤ (cmp x y));[u / v])
⊢ sorted-by(λx,y. (0 ≤ (cmp x y));insert-no-combine(cmp;x;v))
BY
{ (RWO "sorted-by-cons" (-1) THEN Auto)⋅ }
Latex:
Latex:
1.  [T]  :  Type
2.  cmp  :  comparison(T)
3.  \mforall{}u,x,z:T.    ((0  \mleq{}  (cmp  x  u))  {}\mRightarrow{}  (0  \mleq{}  (cmp  u  z))  {}\mRightarrow{}  (0  \mleq{}  (cmp  x  z)))
4.  u  :  T
5.  v  :  T  List
6.  \mforall{}x:T.  (sorted-by(\mlambda{}x,y.  (0  \mleq{}  (cmp  x  y));v)  {}\mRightarrow{}  sorted-by(\mlambda{}x,y.  (0  \mleq{}  (cmp  x  y));insert-no-combine(cm\000Cp;x;v)))
7.  x  :  T
8.  \mneg{}(0  \mleq{}  (cmp  x  u))
9.  sorted-by(\mlambda{}x,y.  (0  \mleq{}  (cmp  x  y));[u  /  v])
\mvdash{}  sorted-by(\mlambda{}x,y.  (0  \mleq{}  (cmp  x  y));insert-no-combine(cmp;x;v))
By
Latex:
(RWO  "sorted-by-cons"  (-1)  THEN  Auto)\mcdot{}
Home
Index