Proof: Complex number convergence

868 Views Asked by At

My complex analysis textbook says the following:

... the reader can check that the sequence $\{ z_n \}$ converges to $w$ if and only if the sequence of real and imaginary parts of $z_n$ converge to the real and imaginary parts of $w$, respectively.

Since we need to prove logical equivalence, we will need two proofs (one for either direction).

Proof 1:

I begin by assuming that the sequence $\{ z_n \}$ converges to $w$, and my aim is to show that the sequence of real and imaginary parts of $z_n$ converge to the real and imaginary parts of $w$, respectively.

$$| z_n - w | \ge || z_n | - | w || \ge | \mathcal{R} \{ z_n \} - \mathcal{R} \{ w \} |$$

(Since $|\mathcal{R} \{ z \}| \le |z|$ for $z \in \mathbb{C}$.)

Therefore, we have that

$$ \lim_{n \to \infty } || z_n | - | w || \ge \lim_{n \to \infty} | \mathcal{R} \{ z_n \} - \mathcal{R} \{ w \} | $$

And since we assumed that the sequence $\{ z_n \}$ converges to $w$ (that is, that $\lim_{n \to \infty} z_n = w$), we have that $\lim_{n \to \infty} | \mathcal{R} \{ z_n \} - \mathcal{R} \{ w \} |$ converges to $0$, since $\lim_{n \to \infty } || z_n | - | w ||$ converges to $0$.

And so we have shown that the real parts of $z_n$ converge to the real parts of $w$.

The proof of convergence for the imaginary parts is analogous.

Proof 2:

I begin by assuming that the real and imaginary parts of $z_n$ converge to the real and imaginary parts of $w$.

$$\begin{align} | z_n - w | &= | (x_n + iy_n) - (x + iy)| \\ &= | (x_n - x) + i(y_n - y)| \\ &= \sqrt{ (x_n - x)^2 + (y_n - y)^2 } \end{align}$$

We assumed that $\lim_{n \to \infty} x_n = x$ and $\lim_{n \to \infty} y_n = y$.

$$\begin{align} \therefore \lim_{n \to \infty} | z_n - w | &= \lim_{n \to \infty} \sqrt{ (x_n - x)^2 + (y_n - y)^2 } \\ &= \sqrt{ (x - x)^2 + (y - y)^2 } \\ &= 0\end{align}$$

And so we have shown that the sequence $\{ z_n \}$ converges to $w$.

I would greatly appreciate it if people could please advise me as to the correctness of my proof.

2

There are 2 best solutions below

5
On BEST ANSWER

For your forward direction:

Suppose $z_1=1$ and $w=-1$, then $$||z_1|-|w||=0$$

but $$|\mathcal{R}\{z_1\}-\mathcal{R}\{w\}|=2$$

Hence $||z_1|-|w|| \ge |\mathcal{R}\{z_1\}-\mathcal{R}\{w\}|$ is not true.

To prove $$|z_n-w|\ge |\mathcal{R}\{z_n\}-\mathcal{R}\{w\}|$$

We have

$$|z_n-w| \ge |\mathcal{R}\{z_n-w\}|=|\mathcal{R}\{z_n\}-\mathcal{R}\{w\}|$$

where the first inequality is due to $|\mathcal{R}\{z\}|\le |z|$.

Now, we can take limit on both sides,

$$\lim_{n \to \infty}|z_n-w| \ge \lim_{n \to \infty}|\mathcal{R}\{z_n\}-\mathcal{R}\{w\}|$$

and conclude that the real part converges.

For the reverse direction:

You might like to define $x_n$, $y_n$, $x$, and $y$ explicitly and I think you meant to say

$$| (x_n + iy_n) - (x + iy)| = | (x_n - x) \color{blue}+ i(y_n - y)| $$

even though what you wrote is still correct.

1
On

Did you perhaps mean $\ge$ instead of $\le$ in the first proof? It is perhaps best to explain why your inequality is true; it is not immediately obvious. Your second proof looks fine.

Perhaps a tip to make the equations simpler; you could simply translate the entire complex plane to send $w$ to $0$, noting that convergence under either definition is unaffected. You would then be able to avoid the use of the triangle inequality and multiple variables.