Prove ||x|-|y||≤|x-y|, where x and y are complex

  • Thread starter Thread starter Jamin2112
  • Start date Start date
  • Tags Tags
    Complex
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
8 replies · 5K views
Jamin2112
Messages
973
Reaction score
12

Homework Statement



If x, y are complex, prove that

| |x| - |y| | ≤ |x - y|

Homework Equations



If x = a + ib, |x| = √(a2+b2)

|x + y| ≤ |x| + |y| (works for both complex and real numbers)

The Attempt at a Solution



Maybe start with the left side

| |x| - |y| | = | |x| + (-|y|) | ≤ |x| + |-|y|| = |x| + |y|

... Maybe almost there is I can show |x| + |y| ≤ |x - y| ...


How can I not get this problem?

feels-bad-man-.jpg
 
Physics news on Phys.org
micromass said:
Use that

[tex]|x|=|(x-y)+y|[/tex]

screen-capture-2-23.png



feelsgoodman.png










Stay around here. I'm going to hit you up with another question later.
 
What you wrote down is incorrect. Specifically, the first inequality is wrong.

You need to prove two things:

[tex]|x|-|y|\leq |x-y|~\text{and}~|x|-|y|\geq -|x-y|[/tex]

These two together would imply your inequality.
 
micromass said:
This is better :smile:

Think you could help me with the Schwartz equality problem? My homework is due in 1 hour and that's the only one I have left.
 
Jamin2112 said:
Think you could help me with the Schwartz equality problem? My homework is due in 1 hour and that's the only one I have left.

Well, what is the problem and what did you try?
 
micromass said:
Well, what is the problem and what did you try?

Figuring out under what condition equality holds in the Schwartz inequality. (I know the answer is when a and b are linearly independent)

I let aj = xj + iyj, bj = uj + ivj

and after some simplification came up with

∑(xj2+bj2)(uj2+vj2) = ∑(xj2+bj2)∑(uj2+vj2)

which somehow shows that a is a scalar multiple of b. Not sure how, though.