Step
*
1
of Lemma
sorted-cons
1. T : Type
2. T ⊆r ℤ
3. x : T
4. L : T List
5. ∀i:ℕ||L|| + 1. ∀j:ℕi.  ([x / L][j] ≤ [x / L][i])
6. i : ℕ||L||
7. j : ℕi
⊢ L[j] ≤ L[i]
BY
{ (((InstHyp [⌜i + 1⌝; ⌜j + 1⌝] (-3))⋅ THENA Auto) THEN (RWO "select_cons_tl" (-1)) THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  T  \msubseteq{}r  \mBbbZ{}
3.  x  :  T
4.  L  :  T  List
5.  \mforall{}i:\mBbbN{}||L||  +  1.  \mforall{}j:\mBbbN{}i.    ([x  /  L][j]  \mleq{}  [x  /  L][i])
6.  i  :  \mBbbN{}||L||
7.  j  :  \mBbbN{}i
\mvdash{}  L[j]  \mleq{}  L[i]
By
Latex:
(((InstHyp  [\mkleeneopen{}i  +  1\mkleeneclose{};  \mkleeneopen{}j  +  1\mkleeneclose{}]  (-3))\mcdot{}  THENA  Auto)  THEN  (RWO  "select\_cons\_tl"  (-1))  THEN  Auto)
Home
Index