Consider the set
$$ C = \{ x \in \mathbb R^n\colon Ax = b \}, $$ where $A$ is some matrix in $\mathbb R^{m \times n}$ and $b \in \mathbb R^m$ such that the system is feasible. I aim to prove such set is closed.
My attempt. When proving a set is closed, it suffices to show that $\overline C \subseteq C.$ Then, let us consider and arbitrary element $x \in \overline C.$ This means that there exists a sequence $(x_n)_{n \in \mathbb N} \subset C$ such that $x_n \to x$ as $n \to \infty.$ Since $x_n \in C,$ for every $n \in \mathbb N$, we can say that $$ A x_n = b.$$ Letting limits as $n \to \infty$ on both sides, it yields $$ \lim_{n \to \infty} Ax_n = \lim_{n \to \infty} b \Leftrightarrow A(\lim_{n \to \infty} x_n) =b \Leftrightarrow Ax = b, $$ proving that $x \in C,$ just by definition of $C$. Therefore, $C$ is closed.
Is this enough to show closedness of $C$? How would one reproduce the same proof using the usual epsilon-delta definition of sequence convergence? Thanks for any help in advance.