Step
*
2
3
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
7. u : T
8. v : T List
9. (no_repeats(T;insert-by(eq;r;x;v))) supposing (no_repeats(T;v) and sorted-by(λx,y. (↑(r x y));v))
10. sorted-by(λx,y. (↑(r x y));[u / v])
11. no_repeats(T;[u / v])
12. ¬↑(r x u)
13. no_repeats(T;insert-by(eq;r;x;v))
14. (u ∈ v)
⊢ ↑(eq x u)
BY
{ ((RWO "no_repeats_cons" (-4)) 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
7.  u  :  T
8.  v  :  T  List
9.  (no\_repeats(T;insert-by(eq;r;x;v)))  supposing  (no\_repeats(T;v)  and  sorted-by(\mlambda{}x,y.  (\muparrow{}(r  x  y));v))
10.  sorted-by(\mlambda{}x,y.  (\muparrow{}(r  x  y));[u  /  v])
11.  no\_repeats(T;[u  /  v])
12.  \mneg{}\muparrow{}(r  x  u)
13.  no\_repeats(T;insert-by(eq;r;x;v))
14.  (u  \mmember{}  v)
\mvdash{}  \muparrow{}(eq  x  u)
By
Latex:
((RWO  "no\_repeats\_cons"  (-4))  THEN  Auto)\mcdot{}
Home
Index