Let $S$ be a topological space, prove that if $f: S → \mathbb{R}$ is continuous at $a$ and a sequence $x_n∈ S → a$, then $f(x_n) → f(a)$.
We need to prove that, for any $ε > 0$, there exists an $N$ such that $|f(x_n)$ - $f(a)$| < ε $\forall$ $n$ > $N$.
Let $ε > 0$ be given. Choose $δ > 0$ so that if $|x - a| < δ$, then $|f(x) - f(a)| < ε$. So for every $x$ inside this interval $f(x)$ will be inside our desired interval from $f(a)$.
Choose $N_2$ so that $|x_n - a| < δ$ for all $n > N_2$. We can do so because $x_n → a$. Then $|f(x_n) - f(a)| < ε$ $ \forall n> N_2$.
And we have found an $N$ that satisfies our constraint.
Is this proof rigorous enough? Thanks.