I am looking for proof of $+$ and $\times$ are continuous operations without using the standard definition of continuity (1. $\epsilon-\delta$, or 2. preimage of open sets or 3. sequential continuity) Any other proof would be considered valid for this purpose
Define: Addition and multiplication as mappings
$+: \mathbb{R} \times \mathbb{R} \to \mathbb{R}, (a,b) \mapsto a+b$
$\times: \mathbb{R} \times \mathbb{R} \to \mathbb{R}, (a,b) \mapsto a \times b$
Using obscure definition of continuity:
$f$ is continuous if $\forall A \subset \mathbb{R} \times \mathbb{R}, f(\overline A) \subseteq \overline {f(A)}$
We know that singletons are closed in $\mathbb{R}$, closed sets are closed under cartesian product, so $A = \{a\} \times \{b\} \subset \mathbb{R} \times \mathbb{R}$ is closed
$f(\{a\} \times \{b\}) = f(\overline{\{a\} \times \{b\}}) = \overline{f(\{a\} \times \{b\})}$
The latter equality because $f(\{a\} \times \{b\})$ is a singleton, so $f$ is continuous
Can someone please check on the validity? And perhaps offer an alternative proof, thanks