Step
*
1
of Lemma
insert-int-sorted
1. T : Type
2. T ⊆r ℤ
3. x : T
⊢ sorted(insert-int(x;[])) supposing sorted([])
BY
{ TACTIC:((Unfold `insert-int` 0 THEN Reduce 0) THEN (Auto THEN D 0) THEN Auto) }
Latex:
Latex:
1.  T  :  Type
2.  T  \msubseteq{}r  \mBbbZ{}
3.  x  :  T
\mvdash{}  sorted(insert-int(x;[]))  supposing  sorted([])
By
Latex:
TACTIC:((Unfold  `insert-int`  0  THEN  Reduce  0)  THEN  (Auto  THEN  D  0)  THEN  Auto)
Home
Index