Step
*
1
1
1
1
of Lemma
bag-remove1-property
.....assertion..... 
1. [T] : Type
2. eq : EqDecider(T)
3. x : T
4. bs : bag(T)
5. ∀x:T. ∀bs:bag(T).  Dec(x ↓∈ bs)
6. x ↓∈ bs
⊢ ↓(↑isl(bag-remove1(eq;bs;x))) ∧ (bs = ({x} + outl(bag-remove1(eq;bs;x))) ∈ bag(T))
BY
{ ((BagToList 4 THENA Auto) THEN D 0)⋅ }
1
1. T : Type
2. eq : EqDecider(T)
3. x : T
4. bs : T List
5. ∀x:T. ∀bs:bag(T).  Dec(x ↓∈ bs)
6. x ↓∈ bs
⊢ (↑isl(bag-remove1(eq;bs;x))) ∧ (bs = ({x} + outl(bag-remove1(eq;bs;x))) ∈ bag(T))
Latex:
Latex:
.....assertion..... 
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.  x  \mdownarrow{}\mmember{}  bs
\mvdash{}  \mdownarrow{}(\muparrow{}isl(bag-remove1(eq;bs;x)))  \mwedge{}  (bs  =  (\{x\}  +  outl(bag-remove1(eq;bs;x))))
By
Latex:
((BagToList  4  THENA  Auto)  THEN  D  0)\mcdot{}
Home
Index