Given a set of points $(x_0,f(x_0)),(x_1,f(x_1)),...,(x_n,f(x_n))$, the interpolating polynomial of the function $f(x)$ over the given points is defined as $$\boldsymbol{ L}(x)=\sum_{i=0}^{n}f(x_{i})\boldsymbol{ l}_i\left(x\right)$$
Where $$\boldsymbol{ l}_i\left(x\right)=\prod_{m=0 \\ m \ne i }^{n }\frac{x-x_{m}}{x_{i}-x_{m}}$$
Show that if the point $(x_{n+1},f(x_{n+1}))$ is on the graph of $L(x)$ then $\boldsymbol{ H}(x)=\boldsymbol{ L}(x)$
$$\boldsymbol{ H}(x)=\sum_{i=0}^{n+1}f(x_{i})\boldsymbol{ h}_i\left(x\right)$$
and $$\boldsymbol{ h}_i\left(x\right)=\prod_{m=0 \\ m \ne i }^{n+1 }\frac{x-x_{m}}{x_{i}-x_{m}}$$
Which means the interpolating polynomial won't change if the last added point is itself in the graph of the interpolating polynomial.
I used an algebraic way, but the result was complicated and I could not continue.
The result is false. If $L'(x)=L(x)$ we must have $L(x)= c e^x$, which contradicts the fact that $L(x)$ is a polynomial.