Step * 3 2 of Lemma sorted-cons


1. Type
2. T ⊆r ℤ
3. T
4. List
5. ∀i:ℕ||L||. ∀j:ℕi.  (L[j] ≤ L[i])
6. (∀z∈L.x ≤ z)
7. : ℕ||L|| 1
8. : ℕi
9. ¬(j 0 ∈ ℤ)
⊢ [x L][j] ≤ [x L][i]
BY
(RWO "select_cons_tl" THEN Auto THEN BackThruSomeHyp THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  T  \msubseteq{}r  \mBbbZ{}
3.  x  :  T
4.  L  :  T  List
5.  \mforall{}i:\mBbbN{}||L||.  \mforall{}j:\mBbbN{}i.    (L[j]  \mleq{}  L[i])
6.  (\mforall{}z\mmember{}L.x  \mleq{}  z)
7.  i  :  \mBbbN{}||L||  +  1
8.  j  :  \mBbbN{}i
9.  \mneg{}(j  =  0)
\mvdash{}  [x  /  L][j]  \mleq{}  [x  /  L][i]


By


Latex:
(RWO  "select\_cons\_tl"  0  THEN  Auto  THEN  BackThruSomeHyp  THEN  Auto)




Home Index