Difference between R[[X]] and R[x]?

  • Thread starter Thread starter Applejacks
  • Start date Start date
  • Tags Tags
    Difference
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Applejacks
Messages
33
Reaction score
0
Not so much a question. Rather, I don't quite understand the concept.

R[[X]] is the formal power series a0 + a1x + a2x^2...
R[X] consists of all elements in R[[X]] which have only finitely many non-zero coefficients.


Can someone give me an example? Would, say, two different elements of R[[X]] be 1+x and 3+2x+x^3 and hence both of these polynomials would be in R[X]? When does R[[X]] ever have infinitely many non-zero coefficients?
 
Physics news on Phys.org
Ok that clears it up. I wasn't too sure if we could take a formal power series to n=infinity, which leads me to another question. If the n! was in the numerator instead, for the example you provided,would we get the same result (element of R[[X]] but not R[X])?
 
Applejacks said:
Ok that clears it up. I wasn't too sure if we could take a formal power series to n=infinity, which leads me to another question. If the n! was in the numerator instead, for the example you provided,would we get the same result (element of R[[X]] but not R[X])?

Yes. They are only formal power series. When looking at [itex]R[[X]][/itex], we do not care about convergence. So [itex]\sum n!X^n[/itex] is a perfectly valid element of [itex]R[[X]][/itex].
 
One interesting feature is that [itex](1 - X)^{-1}[/itex] is an element of [itex]R[[x]][/itex]. In particular,

[tex](1 - X)^{-1} = 1 + X + X^2 + X^3 + X^4 + \cdots = \sum_{i=0}^{\infty} X^i[/tex]

You can check this fact by multiplying the right hand side by 1-X.