What does this field notation mean?

313 Views Asked by At

I am reading a problem and its solution posted online here that says:

Problem 3: Give an example of a Noetherian ring R that contains a subring that is not Noetherian.

And then,

Solution: The polynomial ring $R = \mathbb C[x_1, x_2, . . .]$ in infinitely many variables is not Noetherian, because the chain of ideals $$(x_1) \subset (x_1, x_2) \subset (x_1, x_2, x_3) \subset . . .$$ does not terminate. On the other hand, this ring is contained in the field $\mathbb C(x_1, x_2, . . .)$, and every field is obviously Noetherian.

My question is simple (but perhaps dumb): I know $\mathbb C[x_1, x_2, . . .]$ means polynomial of infinite indeterminate over complex number $\mathbb C$, but what does $\mathbb C(x_1, x_2, . . .)$ mean in field?

Thank you very much for your time and help.

2

There are 2 best solutions below

4
On BEST ANSWER

You may simply view it as quotient field of the polynomial ring, i.e., it is obtained the same way you obtain $\Bbb Q$ from $\Bbb Z$ by "allowing" to divide by anything but the zero element.

3
On

The following is a very standard notation. Let $A \subseteq K$ be an extension of rings, where $K$ is a field (hence $A$ is a domain), and let $x \in K$ be any element. Then $$A[x]$$ denotes the smallest subring of $K$ containing $A \cup \{ x \}$, while $$A(x)$$ denotes the smallest subfield of $K$ containing $A \cup \{ x \}$. In the particular case when $A$ is a field, we have that $A(x)$ is the fraction field of $A[x]$.

Similarly, if you have any subset $S \subseteq K$, you denote $$A[S]$$ as the smallest subring of $K$ containing $A \cup S$, and $$A(S)$$ denotes the smallest subfield of $K$ containing $A \cup S$.

Following this notation, it is quite clear that $\Bbb{C}(x_1, x_2, \dots )$ denotes the field of fractions of the polynomial ring $\Bbb{C}[x_1, x_2, \dots ]$.