Step * 1 of Lemma single-valued-bag-is-list


1. Type
2. bs bag(A)
3. single-valued-bag(bs;A)
⊢ bs ∈ List
BY
Unfold `single-valued-bag` -1 }

1
1. Type
2. bs bag(A)
3. ∀x,y:A.  (x ↓∈ bs  y ↓∈ bs  (x y ∈ A))
⊢ bs ∈ List


Latex:



Latex:

1.  A  :  Type
2.  bs  :  bag(A)
3.  single-valued-bag(bs;A)
\mvdash{}  bs  \mmember{}  A  List


By


Latex:
Unfold  `single-valued-bag`  -1




Home Index