Theorem 7.11: Suppose $f_n \to f$ uniformly on a set $E$ in a metric space. Let $x$ be a limit point of $E$, and suppose that $$\lim_{t\to x} f_n(t) = A_n \qquad (n \in N).$$ Then $\{A_n\}$ converges, and $$\lim_{t\to x} f(t) = \lim_{n\to \infty} A_n.$$
Sketch of the proof: After showing that $\{A_n\}$ converges, let $A = \lim_{n\to \infty} A_n$. Then $$|f(t)-A| \le |f(t) - f_n(t)| + |f_n(t) - A_n| + |A_n - A| \qquad(1).$$ We first choose $n$ such that $$|f(t) - f_n(t)| \le \frac {\epsilon}{3}$$ for all $t\in E$, and such that $$|A_n - A| \le \frac {\epsilon}{3}.$$ Then, for this $n$, we choose a neighbourhood $V$ of $x$ such that $$|f_n(t) - A_n| \le \frac {\epsilon}{3}$$ if $t \in V \cap E$, $t \neq x$. Substituting the above inequalities, we see that $|f(t)-A| \le \epsilon$ , provided that $t \in V \cap E$, $t \neq x$. Q.E.D
I understand the above proof except for one perhaps trivial part that has been bothering me for some time. He concludes the proof by saying that $|f(t)-A| \le \epsilon$ if $t \in V \cap E$, $t \neq x$ , but I do not see how he concludes that because we have just shown that if $n$ is sufficiently large then there exists a suitable neighbourhood for the corresponding $n$ which we could use to conclude that $|f(t)-A| \le \epsilon$. However eliminating the part that involves the condition that $n$ needs to be sufficiently large and just considering that $t \in V \cap E$, $t \neq x$ will not necessarily enable us to conclude that $|f(t)-A| \le \epsilon$ as for that to happen the inequality formed in $(1)$ needs to be made small enough and so if this is so then we cannot immediately conclude that the limit is $A$. Do please correct me if I am wrong otherwise inform me of what I am missing out, Thank you.