0

Suppose $u,v \in \mathbb{C}$ are in the open unit disk. Is $||u|^n - |v|^n| \leq |u - v|^n$?

I want to use this property as an intermediate step for something else but I'm having trouble proving it. Intuition tells me it should be true. If $n=1$, it is simply the triangle inequality. What about for $n > 1$?

mathjacks
  • 3,624

2 Answers2

2

It is not true. Take $u = \frac{1}{3}, v= \frac{1}{2}$ and n = 2. Now your inequality tells $\frac{5}{36} = |\frac{1}{9}-\frac{1}{4}| \leq |\frac{1}{3}-\frac{1}{2}|^2$ or $\frac{5}{36} \leq \frac{1}{36}$ which is not.

nikola
  • 1,045
1

Take $u = ( \frac{1}{2}, \frac{1}{2})$ and $v = ( \frac{1}{2}, \frac{1}{3})$, then $|u|^2 = \frac{1}{2}$, $|v|^2 = \frac{13}{36}$ and $|u - v|^2 = \frac{1}{36}$