I came across the following, well known, uniqueness result concerning polynomial interpolation, which is sated as follows:
Let $x_0,x_1,\dotsc,x_n$ be $n+1$ distinct points in $[a,b]$. There exists a unique polynomial $p$ of degree $n$ or less that interpolates $f(x)$ at the points $\{x_i\}$.
My question is twofold:
- Is there a complex version of the above result? Maybe something like: If $z_0, z_1,\dotsc,z_n$ are distinct points in a closed connected region, then there exists a complex polynomial $p$ of degree $n$ or less that interpolates $f(z)$, where $f(z)$ is holomorphic?
- If so, where might I be able to find the theorem?
I attempted searching online, but all of the results I came across concern themselves with $\mathbb{R}$.
Thank you!