1

How to show when $|x| > 1$, $\nabla\left(\frac{1}{|x|}\right)$ is Lipschitz continuous on $\Bbb{R}^3$?!

I have $$\left|\nabla\left(\frac{1}{|x|}\right)-\nabla\left(\frac{1}{|y|}\right)\right| = 3 \left|\frac{x}{|x|^3}-\frac{y}{|y|^3}\right|$$

I wanted to use $|x|>1$, or $\dfrac{1}{|x|}<1$, to get rid of the denominators I have, but the fractions are stuck in the absolute value! I want to get a constant times $|x-y|$ but I can't! I can't use triangle inequality because then that minus will turn into a plus!

Galc127
  • 4,451

1 Answers1

2

Hint: Write $\frac{x}{|x|^3}-\frac{y}{|y|^3}= \frac{x-y}{|x|^3} + y \frac{|y|^3-|x|^3}{|x|^3|y|^3}$ and factor the last numerator. Finally use $\left||x|-|y|\right| \leq |x-y|$.

H. H. Rugh
  • 35,236