Step * 1 3 of Lemma bag-remove1-equal


1. Type
2. eq EqDecider(T)
3. as bag(T)
4. bs bag(T)
5. T
6. T
7. bag-remove1(eq;as;a) bag-remove1(eq;bs;b) ∈ (bag(T)?)
8. as@0 bag(T)
9. as ({a} as@0) ∈ bag(T)
10. bag-remove1(eq;as;a) (inl as@0) ∈ (bag(T)?)
11. ¬b ↓∈ bs
12. bag-remove1(eq;bs;b) (inr ⋅ ) ∈ (bag(T)?)
⊢ (({a} bs) ({b} as) ∈ bag(T)) ↓∨ ((¬a ↓∈ as) ∧ b ↓∈ bs))
BY
(RWO "-1 -4" (-6) THEN Auto) }


Latex:


Latex:

1.  T  :  Type
2.  eq  :  EqDecider(T)
3.  as  :  bag(T)
4.  bs  :  bag(T)
5.  a  :  T
6.  b  :  T
7.  bag-remove1(eq;as;a)  =  bag-remove1(eq;bs;b)
8.  as@0  :  bag(T)
9.  as  =  (\{a\}  +  as@0)
10.  bag-remove1(eq;as;a)  =  (inl  as@0)
11.  \mneg{}b  \mdownarrow{}\mmember{}  bs
12.  bag-remove1(eq;bs;b)  =  (inr  \mcdot{}  )
\mvdash{}  ((\{a\}  +  bs)  =  (\{b\}  +  as))  \mdownarrow{}\mvee{}  ((\mneg{}a  \mdownarrow{}\mmember{}  as)  \mwedge{}  (\mneg{}b  \mdownarrow{}\mmember{}  bs))


By


Latex:
(RWO  "-1  -4"  (-6)  THEN  Auto)




Home Index