Step
*
2
1
2
1
1
2
1
1
of Lemma
fps-exp-linear-coeff
.....equality..... 
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. x1 : bag(X)
16. x2 : bag(X)
17. (x1 + x2) = bag-rep(n;x) ∈ bag(X)
18. ¬(#(x2) = 1 ∈ ℤ)
⊢ ((k)*atom(x)+atom(y))[x2] = 0 ∈ |r|
BY
{ (RepUR ``fps-add fps-scalar-mul fps-single fps-atom fps-coeff`` 0
   THEN RepeatFor 2 ((AutoSplit THEN Try ((D (-2) THEN HypSubst' (-1) 0 THEN Complete (Auto)))))
   ) }
1
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. x1 : bag(X)
16. x2 : bag(X)
17. ¬(x2 = {y} ∈ bag(X))
18. ¬(x2 = {x} ∈ bag(X))
19. (x1 + x2) = bag-rep(n;x) ∈ bag(X)
20. ¬(#(x2) = 1 ∈ ℤ)
⊢ (+r (k * 0) 0) = 0 ∈ |r|
Latex:
Latex:
.....equality..... 
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.  x1  :  bag(X)
16.  x2  :  bag(X)
17.  (x1  +  x2)  =  bag-rep(n;x)
18.  \mneg{}(\#(x2)  =  1)
\mvdash{}  ((k)*atom(x)+atom(y))[x2]  =  0
By
Latex:
(RepUR  ``fps-add  fps-scalar-mul  fps-single  fps-atom  fps-coeff``  0
  THEN  RepeatFor  2  ((AutoSplit  THEN  Try  ((D  (-2)  THEN  HypSubst'  (-1)  0  THEN  Complete  (Auto)))))
  )
Home
Index