Step * 1 2 1 of Lemma bag-remove1-property


1. Type
2. eq EqDecider(T)
3. T
4. bs bag(T)
5. ∀x:T. ∀bs:bag(T).  Dec(x ↓∈ bs)
6. ¬x ↓∈ bs
7. ¬x ↓∈ bs
⊢ bag-remove1(eq;bs;x) (inr ⋅ ) ∈ (bag(T)?)
BY
(BagToList THEN Auto) }

1
1. Type
2. eq EqDecider(T)
3. T
4. bs List
5. ∀x:T. ∀bs:bag(T).  Dec(x ↓∈ bs)
6. ¬x ↓∈ bs
7. ¬x ↓∈ bs
⊢ bag-remove1(eq;bs;x) (inr ⋅ ) ∈ (bag(T)?)


Latex:


Latex:

1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  x  :  T
4.  bs  :  bag(T)
5.  \mforall{}x:T.  \mforall{}bs:bag(T).    Dec(x  \mdownarrow{}\mmember{}  bs)
6.  \mneg{}x  \mdownarrow{}\mmember{}  bs
7.  \mneg{}x  \mdownarrow{}\mmember{}  bs
\mvdash{}  bag-remove1(eq;bs;x)  =  (inr  \mcdot{}  )


By


Latex:
(BagToList  4  THEN  Auto)




Home Index