If a complex converges, then it's conjugate converges.

  • Thread starter Thread starter Unassuming
  • Start date Start date
  • Tags Tags
    Complex Conjugate
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Unassuming
Messages
165
Reaction score
0

Homework Statement



Prove that z_n -> z_0 if and only if ~(z_n) -> ~(z_0) as n goes to infiinity.

~(z_n) is the conjugate of z_n.


Homework Equations





The Attempt at a Solution



|~(z_n) - ~(z_0) | = | ~(z_n) + ~(-z_0)| <=

|~(z_n)| + |~(-z_0) | = |z_n| + |z_0| <=

and I can't come up with much else. It's about the same for the other direction as well.
 
Physics news on Phys.org
Using a '*' for complex conjugation is more usual than '~'. |z*|=|z|.
|z_n*-z_0*|=|(z_n-z_0)*|=|z_n-z_0|. Use stuff like that. Now write it in the form of a proof about limits.
 
Dick said:
Using a '*' for complex conjugation is more usual than '~'.

* looks better after seeing it. I just couldn't think of a way the first time around.