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


1. Type
2. eq EqDecider(T)
3. T
4. T
5. ¬(x y ∈ T)
6. bs bag(T)
7. as bag(T)
8. bs ({x} as) ∈ bag(T)
9. bag-remove1(eq;bs;x) (inl as) ∈ (bag(T)?)
10. ¬x ↓∈ {y} bs
11. bag-remove1(eq;{y} bs;x) (inr ⋅ ) ∈ (bag(T)?)
⊢ bag-remove1(eq;{y} bs;x) (inl ({y} as)) ∈ (bag(T)?)
BY
-2 }

1
1. Type
2. eq EqDecider(T)
3. T
4. T
5. ¬(x y ∈ T)
6. bs bag(T)
7. as bag(T)
8. bs ({x} as) ∈ bag(T)
9. bag-remove1(eq;bs;x) (inl as) ∈ (bag(T)?)
10. bag-remove1(eq;{y} bs;x) (inr ⋅ ) ∈ (bag(T)?)
⊢ x ↓∈ {y} bs


Latex:


Latex:

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


By


Latex:
D  -2




Home Index