1

I was looking at this post which explains why finite fields are not algebraically closed. But the comment of Joshua Tilley made me doubt. If $K=\{\alpha_1,\ldots,\alpha_n\}$ is a finite field then the polynomial $p(x)=(x-\alpha_1)\ldots (x-\alpha_n)+1$ is just constant no? But the definition of algebraically closed is that every non-constant polynomial has a root. So how does this prove anything? I know there is something I don't get since it is not the first time I see this proof.

Bernard
  • 175,478
roi_saumon
  • 4,196

1 Answers1

7

Note that a polynomial over a field is not a function. It is a formal expression of the type $\sum_{i=0}^n a_ix^i$ where $n\in\mathbb{N}\cup\{0\}$, $a_i$ are elements in the field. Two polynomials are equal if and only if all the corresponding coefficients are the same. For example, over $\mathbb{F_2}$ the polynomials $x+1$ and $x^2+1$ are the same as functions but they are different polynomials. So no, the fact that the polynomial you defined is equal to $1$ at every point does not make it constant. It is a polynomial of degree $n$.

Mark
  • 39,605