Step * 1 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)
⊢ no_repeats(A;mapl(f;v))
BY
((RWO "no_repeats_cons" (-3) THENM BackThruSomeHyp) THEN Auto)⋅ }

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


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)
\mvdash{}  no\_repeats(A;mapl(f;v))


By


Latex:
((RWO  "no\_repeats\_cons"  (-3)  THENM  BackThruSomeHyp)  THEN  Auto)\mcdot{}




Home Index