Step
*
1
1
of Lemma
bag-map'_wf
1. B : Type
2. A : Type
3. b : bag(A)
4. f : {x:A| x ↓∈ b}  ⟶ B
5. L : A List
6. b = L ∈ bag(A)
⊢ bag-map'(f;b) ∈ bag(B)
BY
{ Unfold `bag-map\'` 0 }
1
1. B : Type
2. A : Type
3. b : bag(A)
4. f : {x:A| x ↓∈ b}  ⟶ B
5. L : A List
6. b = 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