Step
*
1
of Lemma
insert-by-no-repeats
1. T : Type
2. eq : T ⟶ T ⟶ 𝔹
3. r : T ⟶ T ⟶ 𝔹
4. ∀a,b:T.  (↑(eq a b) 
⇐⇒ a = b ∈ T)
5. Linorder(T;a,b.↑(r a b))
6. x : T
⊢ (no_repeats(T;insert-by(eq;r;x;[]))) supposing (no_repeats(T;[]) and sorted-by(λx,y. (↑(r x y));[]))
BY
{ (Unfolds ``insert-by sorted-by no_repeats`` 0 THEN Reduce 0 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