Step * 1 of Lemma insert-by-no-repeats


1. Type
2. eq T ⟶ T ⟶ 𝔹
3. T ⟶ T ⟶ 𝔹
4. ∀a,b:T.  (↑(eq b) ⇐⇒ b ∈ T)
5. Linorder(T;a,b.↑(r b))
6. T
⊢ (no_repeats(T;insert-by(eq;r;x;[]))) supposing (no_repeats(T;[]) and sorted-by(λx,y. (↑(r y));[]))
BY
(Unfolds ``insert-by sorted-by no_repeats`` THEN Reduce THEN Auto') }


Latex:


Latex:

1.  T  :  Type
2.  eq  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbB{}
3.  r  :  T  {}\mrightarrow{}  T  {}\mrightarrow{}  \mBbbB{}
4.  \mforall{}a,b:T.    (\muparrow{}(eq  a  b)  \mLeftarrow{}{}\mRightarrow{}  a  =  b)
5.  Linorder(T;a,b.\muparrow{}(r  a  b))
6.  x  :  T
\mvdash{}  (no\_repeats(T;insert-by(eq;r;x;[])))  supposing  (no\_repeats(T;[])  and  sorted-by(\mlambda{}x,y.  (\muparrow{}(r  x  y));[]\000C))


By


Latex:
(Unfolds  ``insert-by  sorted-by  no\_repeats``  0  THEN  Reduce  0  THEN  Auto')




Home Index