Step * 2 3 1 of Lemma s-insert-no-repeats


1. Type
2. T ⊆r ℤ
3. T
4. T
5. List
6. (no_repeats(T;s-insert(x;v))) supposing (no_repeats(T;v) and sorted(v))
7. sorted([u v])
8. no_repeats(T;[u v])
9. u ≤ x
10. no_repeats(T;s-insert(x;v))
11. (u ∈ v)
⊢ u ∈ ℤ
BY
((RWO "no_repeats_cons" (-4)) THEN Auto)⋅ }


Latex:


Latex:

1.  T  :  Type
2.  T  \msubseteq{}r  \mBbbZ{}
3.  x  :  T
4.  u  :  T
5.  v  :  T  List
6.  (no\_repeats(T;s-insert(x;v)))  supposing  (no\_repeats(T;v)  and  sorted(v))
7.  sorted([u  /  v])
8.  no\_repeats(T;[u  /  v])
9.  u  \mleq{}  x
10.  no\_repeats(T;s-insert(x;v))
11.  (u  \mmember{}  v)
\mvdash{}  x  =  u


By


Latex:
((RWO  "no\_repeats\_cons"  (-4))  THEN  Auto)\mcdot{}




Home Index