Step
*
1
2
1
1
of Lemma
member-fpf-vals
1. A : Type
2. eq : EqDecider(A)@i
3. B : A ─→ Type
4. P : A ─→ 𝔹@i
5. d : A List@i
6. f1 : x:{x:A| (x ∈ d)}  ─→ B[x]@i
7. x : A@i
8. v : B[x]@i
9. L : A List@i
10. g : x:{x:A| (x ∈ L)}  ─→ B[x]@i
⊢ zip(filter(P;L);map(g;filter(P;L))) ∈ (x:A × B[x]) List
BY
{ ((ListInd (-2) THEN Reduce 0) THEN Auto) }
Latex:
1.  A  :  Type
2.  eq  :  EqDecider(A)@i
3.  B  :  A  {}\mrightarrow{}  Type
4.  P  :  A  {}\mrightarrow{}  \mBbbB{}@i
5.  d  :  A  List@i
6.  f1  :  x:\{x:A|  (x  \mmember{}  d)\}    {}\mrightarrow{}  B[x]@i
7.  x  :  A@i
8.  v  :  B[x]@i
9.  L  :  A  List@i
10.  g  :  x:\{x:A|  (x  \mmember{}  L)\}    {}\mrightarrow{}  B[x]@i
\mvdash{}  zip(filter(P;L);map(g;filter(P;L)))  \mmember{}  (x:A  \mtimes{}  B[x])  List
By
((ListInd  (-2)  THEN  Reduce  0)  THEN  Auto)
Home
Index