Step * 1 1 of Lemma bag-map'_wf


1. Type
2. Type
3. bag(A)
4. {x:A| x ↓∈ b}  ⟶ B
5. List
6. L ∈ bag(A)
⊢ bag-map'(f;b) ∈ bag(B)
BY
Unfold `bag-map\'` }

1
1. Type
2. Type
3. bag(A)
4. {x:A| x ↓∈ b}  ⟶ B
5. List
6. L ∈ bag(A)
⊢ bag-map(f;b) ∈ bag(B)


Latex:


Latex:

1.  B  :  Type
2.  A  :  Type
3.  b  :  bag(A)
4.  f  :  \{x:A|  x  \mdownarrow{}\mmember{}  b\}    {}\mrightarrow{}  B
5.  L  :  A  List
6.  b  =  L
\mvdash{}  bag-map'(f;b)  \mmember{}  bag(B)


By


Latex:
Unfold  `bag-map\mbackslash{}'`  0




Home Index