Preimage is defined as $X = \{x \in \mathbb{R}^n:Ax \in S\}$, where $A$ is a linear mapping $A \in \mathbb{R}^{m,n}$, and $S \subseteq \mathbb{R}^m$ is a sequentially-closed set.
The definition of sequential-closedness is that $S$ is sequentially-closed iff every convergent sequence in $S$ has its limit in $S$.
What I tried: Suppose $X$ has a convergent sequence whose limit is not in $X$, then since the mapped sequence is in S, whose limit is not in $S$ (1). This is contradicted to what we assume that $S$ is a closed set, so all convergent sequences in $X$ has their limits in $X$, which proves that $X$ is a closed set.
Now my question is how can I prove (1) is true?
Suppose $\{x_k\}_{k\in\mathbb{N}}$ is a sequence in $X$, converging to $x\in X^c$. We will show that $Ax_k$ converges to $Ax$. Let $\{e_1,..., e_n\}$ be the standard basis for $\mathbb{R}^n$ and $\|\cdot\|$ denote the Euclidian norm, then:
$$\|Ax_k-Ax\|=\|A(x_k-x)\|=\|\sum_{i=1}^n(x_{ik}-x_i)Ae_i\| \leq \sum_{i=1}^n|x_{ik}-x_i|\|Ae_i\| \leq \max_i\|Ae_i\|\sum_{i=1}^n|x_{ik}-x_i|$$ $$\leq \max_i\|Ae_i\| \: \sqrt{n} \: \|x_k-x\|$$ where the last line follows from Cauchy-Schwarz inequality. Hence $\|Ax_k-Ax\| \rightarrow0$. Since $Ax \in S^c$, $\{Ax_k\}_{k\in\mathbb{N}}$ is a sequence in $S$, whose limit is not in $S$