A First Course in Complex Analysis by Matthias Beck, Gerald Marchesi, Dennis Pixton, and Lucas Sabalka Exer 7.12,7.15
$$\Re(e^{2 \pi i t}) = \sin(2 \pi t)$$
($\cos$ not $\sin$. nvm. lol.)
(7.12) Where are the errors, if any?
Pf:
$\Leftarrow$
Let $\Re(c_n) \to a, \Im(c_n) \to b$. We must show $c_n$ converges. We can do this by showing it converges to a specific complex number, which we guess is $a + bi$.
We are given that $\forall \varepsilon > 0, \exists N_{\Re},N_{\Im} > 0:$
$$|\Re(c_n) - a| < \frac \varepsilon 2 \Leftarrow n > N_{\Re}$$ $$|\Im(c_n) - b| < \frac \varepsilon 2 \Leftarrow n > N_{\Im}$$
$\therefore, \forall \varepsilon > 0, \exists N > 0:$
$$ |c_n - (a+bi)| = |\Re(c_n)-a + (\Im(c_n)-b)i|$$
$$ \le |\Re(c_n)-a| + |\Im(c_n)-b| < \frac \varepsilon 2 + \frac \varepsilon 2 < \varepsilon \ \text{whenever} \ N := \max\{N_{\Re},N_{\Im}\}.$$
$\Rightarrow$
Let $c_n \to a + bi$. We must show its parts converge. We can do this by showing they converge to specific real numbers which we guess to be $\Re(c_n) \to a, \Im(c_n) \to b$.
We are given that $\forall \varepsilon > 0 \exists N >0:$
$$|c_n-(a+bi)| < \varepsilon \ \text{whenever} \ n > N$$
Observe $$|\Re(c_n)-a|, |\Im(c_n)-b| \le \sqrt{|(\Re(c_n)-a)^2 + (\Im(c_n)-b)^2} = |(\Re(c_n)-a) + i(\Im(c_n)-b)| = |c_n-(a+bi)|$$
$\therefore, \forall \varepsilon > 0, \exists N_{\Re},N_{\Im} > 0:$
$$|\Re(c_n)-a| < \varepsilon \ \text{whenever} \ n > N_{\Re} := N $$ $$|\Im(c_n)-b| < \varepsilon \ \text{whenever} \ n > N_{\Im} := N $$
$\therefore,$ we have shown that:
For a convergent complex sequence, we know not only that its parts converge but also their limits: the respective parts of the limit of said convergent complex sequence.
Conversely, if a complex sequence's parts converge, then we know not only that the complex sequence converges but also its limit: the complex number whose real part is the limit of the complex sequence's real part and whose imaginary part is the limit of the complex sequence's imaginary part.
This is stronger than the original Exer 7.13.
QED
-
(7.13) Not really complex analysis. Found answer here: How do you prove that Z (the set of integers) equipped with the Euclidean metric (induced from real numbers) is complete?