Abstract Algebra – Can Nonzero Polynomials Vanish Identically?

abstract-algebrafield-theorypolynomials

I know that a nonzero single-variable polynomial over a finite field can vanish identically e.g. take the product $\prod_a(x-a)$ for every $a$ in the field. But I know that for an infinite field this cannot happen since a degree $d$ polynomial has at most $d$ roots. My questions are:

  1. Why does a nonzero two-variable or higher polynomial over $\mathbb{R}$ not vanish identically? (In this case I know they can't but I don't know why)
  2. What about nonzero multivariate polynomials over other infinite fields?

Best Answer

Let $F$ be an infinite field, and $f(x, y) \in F[x, y]$ a nonzero polynomial.

Regard $f$ as a polynomial $g(y) = f(x, y) \in (F(x))[y]$. This is a polynomial in $y$, with coefficients in the infinite field $F(x)$. Since it has a finite number of distinct roots, there is a $b \in F$ such that $0 \ne g(b) = f(x, b) \in F[x]$. Now apply the result for the univariate case.

Related Question