Step
*
1
of Lemma
s-insert-no-repeats
1. T : Type
2. T ⊆r ℤ
3. x : T
⊢ (no_repeats(T;s-insert(x;[]))) supposing (no_repeats(T;[]) and sorted([]))
BY
{ (Unfolds ``s-insert sorted no_repeats`` 0 THEN Reduce 0 THEN Auto') }
Latex:
Latex:
1.  T  :  Type
2.  T  \msubseteq{}r  \mBbbZ{}
3.  x  :  T
\mvdash{}  (no\_repeats(T;s-insert(x;[])))  supposing  (no\_repeats(T;[])  and  sorted([]))
By
Latex:
(Unfolds  ``s-insert  sorted  no\_repeats``  0  THEN  Reduce  0  THEN  Auto')
Home
Index