Interpolating Polynomials

Existence

Uniqueness

Suppose $p(x)$ is a polynomial of degree $n$ which is zero on $n+1$ distinct points $x_1\dots x_{n+1}$. The Factor Theorem states that $p(x)=(x-x_1)\dots(x-x_{n+1})q(x)$ for some polynomial $q$. But this has degree $\ge n+1$ unless $q$ is zero, so $p$ is zero.

Suppose $r$ and $s$ are polynomials of degree n, and $r(x_i)=s(x_i)$ for $i=1\dots n+1$, $x_i$ distinct. Then $r(x)-s(x)$ is a polynomial degree $n$ which is zero in $n+1$ places, so it is zero, so $r=s$.