I was studying analysis on Abbot's understanding analysis, and I came across this exercise:
Let $A = \{x_1, x_2, x_3, \cdots\}$ be a countable set. For each $n \in\mathbb N$, let $f_n$ be defined on $A$ and assume there exists an $M > 0$ such that |$f_n(x)| \le M$ for all $n \in\mathbb N$ and $x\in A$. Follow these steps to show that there exists a subsequence of $(f_n)$ that converges on $A$.
The textbook gave me some hints which are:
6 (a) Why does the sequence of real numbers $f_n(x_1)$ necessarily contain a convergent subsequence $(f_{n_k} )$? To indicate that the subsequence of functions $(f_{n_k} ) $ is generated by considering the values of the functions at $x_1$, we will use the notation $f_{n_k} = f_{1,k}$.
(b) Now, explain why the sequence $f_{1,k}(x_2)$ contains a convergent subsequence.
(c) Carefully construct a nested family of subsequences $(f_{m,k})$, and show how this can be used to produce a single subsequence of $(f_n)$ that converges at every point of $A$.
I didn't have any problem with the first two (even if I still don't understand how in (b) he can tell the "form" of $(f_{n_k}(x))$, since we only know it's form if we evaluate it at $x=x_1$). On the third one though I didn't really understand how I was supposed to construct this particular sequence, so after playing around some time without getting any result I decide to take a look at the solution the author gives in the solution manual and I found this:
Keep in mind that if $m′ > m$ then $(f_{m′,k})$ is a subsequence of $(f_{m,k})$.
I honestly don't get why this should be true, since as I understand it, it should hold only for the specific sequences of real numbers $(f_{m',k}(x_m))$ and $(f_{m,k}(x_m))$.
$f_{n_k} = f_{k,k }= (f_{1,1}, f_{2,2}, f_{3,3},\cdots)$. The nested quality shows that $(f_{k,k})$ is a subsequence of $f_{1,k}$ and thus $f_{k,k}(x_1)$ converges. But what about $f_{k,k}(x_m)$ for an arbitrary $x_m\in A$? Well, after the first $m$ terms, we see that $f_{k,k}$ becomes a proper subsequence of $f_{m,k} (i.e., $f_{k,k}$ is eventually in $f_{m,k}$)
I also don't get why this true.
And it follows that $f_{k,k}(x_m)$ converges. This shows $f_{k,k}$ converges pointwisely on $A$
I would really appreciate if somebody could help me understand this proof, or even furnish me a different proof of this, since I was not able to find an alternative proof anywhere else.