Step
*
6
of Lemma
member-insert-combine2
1. T : Type
2. cmp : comparison(T)
3. f : T ⟶ T ⟶ T
4. x : T
5. z : T
6. z = x ∈ T
7. True
⊢ (z ∈ insert-combine(cmp;f;x;[]))
BY
{ (RepUR ``insert-combine`` 0 THEN SpList 0) }
Latex:
Latex:
1.  T  :  Type
2.  cmp  :  comparison(T)
3.  f  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  T
4.  x  :  T
5.  z  :  T
6.  z  =  x
7.  True
\mvdash{}  (z  \mmember{}  insert-combine(cmp;f;x;[]))
By
Latex:
(RepUR  ``insert-combine``  0  THEN  SpList  0)
Home
Index