Show polynomial is a Lipschitz function

If $A\subseteq \mathbb{R}$ is a bounded set and $p$ is a polynomial, then show that $p:A\to \mathbb{R}$ is a Lipschitz function.


We have $$x^k-y^k=(x-y)\sum_{i=0}^{k-1}x^iy^{k-1-i}$$ and $A$ is bounded then there's $M>0$ such that $$\forall x\in A\quad |x|\leq M$$ hence $$|x^k-y^k|\leq|x-y|k M^{k-1}$$ then if $$P(x)=\sum_{k=0}^n a_k x^k$$ we have $$|P(x)-P(y)|\leq \sum_{k=1}^n|a_k||x^k-y^k|\leq|x-y|\sum_{k=1}^nk|a_k| M^{k-1}=C|x-y|$$


Let $f: [a,b] \rightarrow \mathbb{R}$ be a $C^1$-function, i.e., $f'$ exists at every point and is continuous. Since $f': [a,b] \rightarrow \mathbb{R}$ is continuous, it is bounded: there is a constant $M$ such that $|f'(x)| \leq M$ for all $x \in [a,b]$. By the Mean Value Theorem, for any $a \leq x \leq y \leq b$,

$|f(y)-f(x)| = |f'(c)||y-x| \leq M|y-x|$,

so $M$ is a Lipschitz constant for $f$ on $[a,b]$.

Finally, note that all polynomials are $C^1$ (indeed infinitely differentiable) on any interval and that any bounded set is contained in a closed, bounded interval.