2

Let us consider three complex numbers $z,a,b$ such that the equality $z=a-b$ holds true. Can we deduce that $$|z|≥|a|-|b|$$

DER
  • 3,011
  • Since |.| is a norm, the inequality holds (can be proved using triangle inequality). – Emo Feb 20 '14 at 17:21

3 Answers3

3

Yes since by triangle inequality we have

$$|a-b|\ge|a|-|b|$$

3

Yes.

$$ a = b + z $$ so $$ |a| = |b + z| \leq |b| + |z|. $$

In fact, even more is true! Since $b = a - z$, you can repeat this, $$ |b| = |a - z| \leq |a| + |z| $$

and combining these two, you have

$$ |z| \geq ||a| - |b|| $$

BaronVT
  • 13,613
1

Yes, first $z=a-b\iff z+b=a$. Then

$$|a|=|z+b|\le |z|+|b|$$

Then subtract $|b|$ from both sides.

David P
  • 12,320