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


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

1
1. A : Type
2. bs : bag(A)
3. ∀x,y:A.  (x ↓∈ bs ⇒ y ↓∈ bs ⇒ (x = y ∈ A))
⊢ bs ∈ A 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