Step * of Lemma s-insert-sorted

[T:Type]. ∀[x:T]. ∀[L:T List].  sorted(s-insert(x;L)) supposing sorted(L) supposing T ⊆r ℤ
BY
InductionOnList⋅ }

1
1. Type
2. T ⊆r ℤ
3. T
⊢ sorted(s-insert(x;[])) supposing sorted([])

2
1. Type
2. T ⊆r ℤ
3. T
4. T
5. List
6. sorted(s-insert(x;v)) supposing sorted(v)
⊢ sorted(s-insert(x;[u v])) supposing sorted([u v])


Latex:


Latex:
\mforall{}[T:Type].  \mforall{}[x:T].  \mforall{}[L:T  List].    sorted(s-insert(x;L))  supposing  sorted(L)  supposing  T  \msubseteq{}r  \mBbbZ{}


By


Latex:
InductionOnList\mcdot{}




Home Index