Meaning of $\mathbb{Z}[X]$ set notation

5.5k Views Asked by At

I'm confused with what the following means:

for a polynomial $h\in\mathbb{Z}[X]$ of positive degree.

In particular I'm unsure what the $\Bbb{Z}[X]$ bit means. The set of integers what? Thanks in advance

2

There are 2 best solutions below

0
On

It is the set of the polynomials where the coefficients are integers. For example $h(X):=1-X\in\Bbb Z[X]$ but $g(X):=\sqrt2X+X^2\notin\Bbb Z[X]$

0
On

It is a ring, not just a set.

$$Z[X] = \{A_0 + A_1X + \dots + A_nX_n^n : A_n \in \mathbb{Z} \}$$