Let $x_0,...,x_n$ be distinct real numbers and $l_k(x)$ be the Lagrange's basis function. $δ_n = ∏^n _{k=0}(x-x_k)$. Prove that
a - $\sum^n_{k=0}x^j_kl_k(x) ≡ x^j$. for $j = 0,1,...,n$
b - Let $P_n(x)$ interpolate $f(x)$ at $x_0,...,x_n$. Then $$P_n(x) = \frac{\sum^n_{k=0}f(x_k)/[\delta_n'(x_k)(x-x_k)]}{\sum^n_{k=0}1/[\delta_n'(x_k)(x-x_k)]}$$.
a - From the fact that $\sum^n_{k=0}l_k(x) ≡ 1$ since that the interpolating polynomial $p$ for $f=1$ is the sum $S$ of the Lagrange polynomials. Since $f$ is a polynomial of degree $0$ and the interpolating polynomial is unique: $p = f$. As $p = s$, the sum of the Lagrange polynomials equals one. So from that since $l_k(x)\equiv 1$ then doesn't it follow from that fact it will be $\equiv x^j$? How can I show that using a proof?
b - No idea how to do.