0

Let $R$ be an ordered field. Consider the set $R[[x]]:=\{\sum_\limits{n \in \mathbb{Z}}a_nx^n:a_n \in R\}$

Addition: $\sum_\limits{n \in \mathbb{Z}}a_nx^n+\sum_\limits{n \in \mathbb{Z}}b_nx^n:= \sum_\limits{n \in \mathbb{Z}}(a_n+b_n)x^n$

Multiplication: $\sum_\limits{n \in \mathbb{Z}}a_nx^n \times \sum_\limits{n \in \mathbb{Z}}b_nx^n:= \sum_\limits{n \in \mathbb{Z}}(a_nb_n)x^n$

Does these operations on $R[[x]]$ makes it a field?

  1. Have I correctly defined the multiplication?

  2. Is the notation $R[[x]]$, i.e does the notation $R[[x]]$ have some other meaning?
    If yes, is there any standard notation for this set?

  3. What order relation can be defined on $R[[x]]$ in order to turn it into an ordered field?

My motive is to show that $R[[x]]$ is Cauchy Complete but is not Order Complete(i.e lub property)


Edit: As said by @ the multiplication defined above doesn't even make it an integral domain.

So I am changing the set to $R[[x]]:=\{\sum_\limits{k=-n}a_kx^k: a_k \in R, n \in \mathbb{N} \}$ and multiplication as defined in the answers.

Saikat
  • 1,583
  • The set of formal Laurent series is a field, but note that 1/ there must be only finitely many coefficients with negative power. 2/ As David Ullrich wrote, the product is not defined this way. See https://en.wikipedia.org/wiki/Formal_power_series#Formal_Laurent_series, to begin with. – Jean-Claude Arbaut Jan 08 '21 at 12:41
  • @Jean-ClaudeArbaut If the multiplication is restricted to functions with poles then how is it a multiplication on $R[[x]]$? – David C. Ullrich Jan 08 '21 at 12:45
  • @DavidC.Ullrich Wait, how do you define $R[[X]]$??? For me, $R[[X]]={\sum_{n=0}^\infty a_nX^n }$ and $R((X))={\sum_{n=n_0}^\infty a_nX^n \text{ with } n_0\in\Bbb Z }$. If you have formal series with infinitely many terms both ways, how do you define the product? To me, it looks like everything in the question is wrong, or at least has nothing to do with the terms used. – Jean-Claude Arbaut Jan 08 '21 at 12:49
  • @Jean-ClaudeArbaut Your definition of $R[[x]]$ is the same as in the question, hence the same as what I was assuming in my answer. How you define the product, indeed whether it's possible, is not clear to me – David C. Ullrich Jan 08 '21 at 12:52
  • 1
    @DavidC.Ullrich Not the same. In the question, $n\in\Bbb Z$, whereas in my definition (which is not only mine, by the way), $n\in\Bbb N$, and with this the product is well defined. Likewise the product is well defined for formal Laurent series with finitely many negatives powers, and they form a field. (and by the way, as it's a field, it has a closure field, the field of Puiseux series). – Jean-Claude Arbaut Jan 08 '21 at 13:32
  • @Jean-ClaudeArbaut I missed the $n=0$, sorry. – David C. Ullrich Jan 08 '21 at 13:34
  • After the edit: the answer by Vercassivelaunos explains the notation and gives you the correct definition of multiplication. Now are you just asking how to define the order? – Alex Kruckman Jan 08 '21 at 14:21
  • @AlexKruckman, Yes yes. – Saikat Jan 08 '21 at 14:22
  • And is $R$ the real numbers $\mathbb{R}$? – Alex Kruckman Jan 08 '21 at 14:22
  • No R is any ordered field – Saikat Jan 08 '21 at 14:23
  • Ah, I see you specified that in the question, sorry. I've posted an answer. – Alex Kruckman Jan 08 '21 at 14:40

3 Answers3

4

$\mathbb R[[X]]$ is usually reserved for formal power series. Formal Laurent series are denoted $\mathbb R((X))$. However, they look different than your version. The main difference: you defined multiplication componentwise, essentially making your ring the same as $\mathbb Z^{\mathbb R}$, the ring of real valued maps on the integers (each component $a_nx^n$ of the series corresponds to the fact that $n\mapsto a_n$). This ring is not a field. It's not even an integral domain, since $(X)\cdot(X^2)=0$, for instance, so we have zero-divisors.

The usual way to make the Laurent series into a field (assuming we are considering coefficients from a field, which we do here) is to stipulate that they may only have a finite amount of negative powers and to define multiplication as

$$\left(\sum_{k=-n}^\infty a_k X^k\right)\left(\sum_{k=-m}^\infty b_k X^k\right):=\sum_{k=-(n+m)}^\infty \sum_{i+j=k}a_ib_j X^k.$$

The reason for the finite amount of negative powers is to make the second sum finite, since infinite sums are not well defined in general.

As for a suitable ordering, you can define a positive cone $P\subset\mathbb R((X))$ as the set of all formal Laurent series whose leading coefficient (meaning the one with the smalles index) is nonnegative. With the ordering $f\geq g:\Leftrightarrow f-g\in P$ you get an ordered field.

Vercassivelaunos
  • 13,226
  • 2
  • 13
  • 41
  • How do I define an order relation in this field? Which will make it an Ordered Field. – Saikat Jan 08 '21 at 13:58
  • 2
    You can define that a formal Laurent series over an ordered field ($\mathbb R$, for instance) is nonnegative if its leading coefficient (the one with the smalles index) is nonnegative. With the ordering $f\geq g:\Leftrightarrow f-g~\textrm{nonnegative}$, you get an ordered field. – Vercassivelaunos Jan 08 '21 at 14:52
4

To define an order, it suffices to say which elements are $\geq 0$, since then we can define $a\leq b$ if and only if $(b-a)\geq 0$. (And then one needs to check that this order actually gives us an ordered field.)

One way to define the order is this: a formal Laurent series in $R((x))$, where $R$ is an ordered field, is $\geq 0$ if and only if it is $0$ or $c_n \geq 0$ in $R$, where $n$ is the least power of $x$ with nonzero coefficient $c_n$.

This ordering makes lower powers of $x$ "more significant", so you can think of it as an ordering of $R((x))$ in which $x$ is positive and infinitesimal.

Alex Kruckman
  • 76,357
3

No, it's not a field with the multiplication you defined! The multiplicative identity is $\sum z^n$, hence $z$ is a non-zero element with no multiplicative inverse.

Where did this come from? Offhand I don't see how to define a multiplication that makes $R[[x]]$ into a field. The natural multiplication for formal power series is $$\left(\sum a_nx^n\right)\left(\sum b_n x^n\right)=\sum_n\left(\sum_{j+k=n}a_jb_k\right)x^n,$$but of course that doesn't converge for formal Laurent series...

quid
  • 42,135