Why is $f:[a,b] \to \mathbb{R}, f(x)=x^2$ Lipschitz continuous?

75 Views Asked by At

Proof:

Let $a,b\in \mathbb{R}$ with $a<b$. $f$ is Lipschitz continuous since $\forall x,y\in [a,b]:$

$$|f(x)-f(y)|=|x^2-y^2|=|x+y|\cdot |x-y| \overset{(*)}\leq (|x|+|y|)\cdot |x-y| \leq 2\max \{|x|,|y|\}\cdot |x-y|$$ Finally $2\max \{|x|,|y|\}\cdot |x-y|\leq 2\max \{|a|,|b|\}\cdot |x-y|$.

I understand nearly everything, except why $\max \{|a|,|b|\}$ is being multiplied by $2$. What's the reasoning behind that?

Kind regards

2

There are 2 best solutions below

1
On BEST ANSWER

Since $x,y\in [a,b],$ it follows that $|x|,|y|\leq \max\{|a|,|b|\}.$ Hence, $$|x|+|y|\leq 2\max\{|x|,|y|\}\leq 2\max\{|a|,|b|\}.$$

0
On

Without loss of generality, $0\le a<b.$ By the mean value theorem, there is a $c\in (x,y)\subset [a,b]$ such that $|f(x)-f(y)|=2c|x-y|<2b|x-y|.$