Step
*
2
1
2
3
1
of Lemma
fps-exp-linear-coeff
1. X : Type
2. valueall-type(X)
3. eq : EqDecider(X)
4. x : X
5. y : X
6. ¬(x = y ∈ X)
7. r : CRng
8. k : |r|
9. m : ℤ
10. 0 < m
11. n : ℕ
12. f : PowerSeries(X;r)
13. ∀[n:ℕ]. ((f bag-rep(n;x)) = if (n =z m - 1) then k ↑r (m - 1) else 0 fi  ∈ |r|)
14. ¬(n = 0 ∈ ℤ)
15. bag-no-repeats(bag(X) × bag(X);bag-partitions(eq;bag-rep(n;x)))
⊢ (bag-rep(n - 1;x) + bag-rep(1;x)) = bag-rep(n;x) ∈ bag(X)
BY
{ TACTIC:(RWO "bag-rep-add<" 0 THEN Auto) }
Latex:
Latex:
1.  X  :  Type
2.  valueall-type(X)
3.  eq  :  EqDecider(X)
4.  x  :  X
5.  y  :  X
6.  \mneg{}(x  =  y)
7.  r  :  CRng
8.  k  :  |r|
9.  m  :  \mBbbZ{}
10.  0  <  m
11.  n  :  \mBbbN{}
12.  f  :  PowerSeries(X;r)
13.  \mforall{}[n:\mBbbN{}].  ((f  bag-rep(n;x))  =  if  (n  =\msubz{}  m  -  1)  then  k  \muparrow{}r  (m  -  1)  else  0  fi  )
14.  \mneg{}(n  =  0)
15.  bag-no-repeats(bag(X)  \mtimes{}  bag(X);bag-partitions(eq;bag-rep(n;x)))
\mvdash{}  (bag-rep(n  -  1;x)  +  bag-rep(1;x))  =  bag-rep(n;x)
By
Latex:
TACTIC:(RWO  "bag-rep-add<"  0  THEN  Auto)
Home
Index