Step
*
1
1
2
of Lemma
bag-remove1-property
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
7. (↑isl(bag-remove1(eq;bs;x))) ∧ (bs = ({x} + outl(bag-remove1(eq;bs;x))) ∈ bag(T))
⊢ ∃as:bag(T). ((bs = ({x} + as) ∈ bag(T)) ∧ (bag-remove1(eq;bs;x) = (inl as) ∈ (bag(T)?)))
BY
{ (((MoveToConcl (-1) THEN GenConclAtAddr [1;1;1;1]⋅) THENA Auto) THEN D -2 THEN Reduce 0 THEN Auto) }
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.  x  \mdownarrow{}\mmember{}  bs
7.  (\muparrow{}isl(bag-remove1(eq;bs;x)))  \mwedge{}  (bs  =  (\{x\}  +  outl(bag-remove1(eq;bs;x))))
\mvdash{}  \mexists{}as:bag(T).  ((bs  =  (\{x\}  +  as))  \mwedge{}  (bag-remove1(eq;bs;x)  =  (inl  as)))
By
Latex:
(((MoveToConcl  (-1)  THEN  GenConclAtAddr  [1;1;1;1]\mcdot{})  THENA  Auto)  THEN  D  -2  THEN  Reduce  0  THEN  Auto)
Home
Index