Step
*
1
1
1
5
of Lemma
fps-Pascal-iff
1. r : CRng
2. x : Atom
3. y : Atom
4. f : PowerSeries(r)
5. ¬(x = y ∈ Atom)
6. ∀b:bag(Atom). ((f (({x} + {y}) + b)) = ((f ({x} + b)) +r (f ({y} + b))) ∈ |r|)
7. b : bag(Atom)
8. x1 : bag(Atom)
9. y1 : Unit
10. ∀cs:bag(Atom). (¬(b = ({x} + cs) ∈ bag(Atom)))
11. b = ({y} + x1) ∈ bag(Atom)
12. x ↓∈ x1
⊢ ((f b) +r (-r (f x1))) = (f b) ∈ |r|
BY
{ TACTIC:((Assert x ↓∈ b BY
                 ((SubstFor ⌜b⌝ 0⋅ THEN Auto) THEN BagMemberD 0 THEN Auto))
          THEN (RWO "bag-member-iff" (-1) THEN Auto)
          THEN SquashExRepD
          THEN OnMaybeHyp 10 (\h. (InstHyp [⌜as⌝] h⋅ THEN Complete (Auto))))⋅ }
Latex:
Latex:
1.  r  :  CRng
2.  x  :  Atom
3.  y  :  Atom
4.  f  :  PowerSeries(r)
5.  \mneg{}(x  =  y)
6.  \mforall{}b:bag(Atom).  ((f  ((\{x\}  +  \{y\})  +  b))  =  ((f  (\{x\}  +  b))  +r  (f  (\{y\}  +  b))))
7.  b  :  bag(Atom)
8.  x1  :  bag(Atom)
9.  y1  :  Unit
10.  \mforall{}cs:bag(Atom).  (\mneg{}(b  =  (\{x\}  +  cs)))
11.  b  =  (\{y\}  +  x1)
12.  x  \mdownarrow{}\mmember{}  x1
\mvdash{}  ((f  b)  +r  (-r  (f  x1)))  =  (f  b)
By
Latex:
TACTIC:((Assert  x  \mdownarrow{}\mmember{}  b  BY
                              ((SubstFor  \mkleeneopen{}b\mkleeneclose{}  0\mcdot{}  THEN  Auto)  THEN  BagMemberD  0  THEN  Auto))
                THEN  (RWO  "bag-member-iff"  (-1)  THEN  Auto)
                THEN  SquashExRepD
                THEN  OnMaybeHyp  10  (\mbackslash{}h.  (InstHyp  [\mkleeneopen{}as\mkleeneclose{}]  h\mcdot{}  THEN  Complete  (Auto))))\mcdot{}
Home
Index