Step * 2 of Lemma no_repeats_map


1. Type
2. Type
3. T
4. List
5. no_repeats(T;v)  (∀f:{x:T| (x ∈ v)}  ⟶ A. (Inj({x:T| (x ∈ v)} ;A;f)  no_repeats(A;mapl(f;v))))
6. no_repeats(T;[u v])
7. {x:T| (x ∈ [u v])}  ⟶ A
8. Inj({x:T| (x ∈ [u v])} ;A;f)
9. no_repeats(A;mapl(f;v))
⊢ ¬(f u ∈ mapl(f;v))
BY
(D THEN Auto)⋅ }

1
1. Type
2. Type
3. T
4. List
5. no_repeats(T;v)  (∀f:{x:T| (x ∈ v)}  ⟶ A. (Inj({x:T| (x ∈ v)} ;A;f)  no_repeats(A;mapl(f;v))))
6. no_repeats(T;[u v])
7. {x:T| (x ∈ [u v])}  ⟶ A
8. Inj({x:T| (x ∈ [u v])} ;A;f)
9. no_repeats(A;mapl(f;v))
10. (f u ∈ mapl(f;v))
⊢ False


Latex:


Latex:

1.  T  :  Type
2.  A  :  Type
3.  u  :  T
4.  v  :  T  List
5.  no\_repeats(T;v)  {}\mRightarrow{}  (\mforall{}f:\{x:T|  (x  \mmember{}  v)\}    {}\mrightarrow{}  A.  (Inj(\{x:T|  (x  \mmember{}  v)\}  ;A;f)  {}\mRightarrow{}  no\_repeats(A;mapl(f;v))\000C))
6.  no\_repeats(T;[u  /  v])
7.  f  :  \{x:T|  (x  \mmember{}  [u  /  v])\}    {}\mrightarrow{}  A
8.  Inj(\{x:T|  (x  \mmember{}  [u  /  v])\}  ;A;f)
9.  no\_repeats(A;mapl(f;v))
\mvdash{}  \mneg{}(f  u  \mmember{}  mapl(f;v))


By


Latex:
(D  0  THEN  Auto)\mcdot{}




Home Index