Theorem: convergence of complex sequence

sara_87
Messages
748
Reaction score
0

Homework Statement



show that a sequence zn (of complex numbers) converges if and only if it's real and imaginary parts converge.

Homework Equations





The Attempt at a Solution



if the real parts converge and the imaginary parts converge then using linearity, we have:
lim(real + imaginary)= lim(real) + lim(imaginary)

I think this is a wrong proof (and surely incomplete). does anyone have any ideas?
 
Physics news on Phys.org
Hi sara_87! :smile:

Just use an ordinary δ,ε proof, with δ = δ1 + iδ2 and ε = ε1 + iε2, and remember |a + ib| = √(a2 + b2) :wink:
 
hi tinytim,
thanks :smile:,
ok so here it goes:
we have 'if and only if' so first I am going to 'try' and prove it in the first direction:
let zn be a convergent sequence (and converges to zc), then:
for all \epsilon>0 there exists \delta such that \left|z_n-z_c\right|<\epsilon for all n>\delta.
let zc=a+ib:
\left|z_n-(a+ib)\right|=\left|z_n+(-a-ib)\right|\leq\left|z_n\right|+\left|(-a-ib)\right|=sqrt(a^2+b^2)
(i used the triangle inequality)
but now i don't know what to do.
 
Think about this:

If z_1 =e + f i and z_2 = g + h i are complex numbers, then

<br /> |e - g | \le |z_1 - z_2|<br />

and

<br /> |f - h| \le |z_1 - z_2|<br />
 
Last edited:
i agree, but why would this help here, do i need to use this to put
\left|z_n\right|+\sqrt{a^2+b^2} in terms of something that could be my \epsilon
 
Suppose you want to show that

<br /> z_n = x_n + y_ni \to z = x+yi<br />
if, and only if

<br /> x_n \to x \text{ and } y_n \to y<br />

If you know the complex sequence converges then the inequalities will show the two real sequences converge. If the real sequences converge, you can show the complex one does as well.
 
oh right i see,
so first, to prove in the first direction:
let zn be a convergent sequence, then
lim(zn)=lim(xn)+i*lim(yn)

zn-zc=(xn-x)+ i (yn-y)
where zc=(x,y) is the limit of the sequence zn.
so:
\left|x_n-x\right|\leq\left|z_n-z_c\right| and \left|y_n-y\right|\leq\left|z_n-z_c\right|
is this right? buti don't fully understand why these ineqaulities are true?
 
Back
Top