Let $f: \mathbb R \times \mathbb R \to \mathbb R$ be the map $(x,y) \mapsto xy$. For my own exercise I wanted to prove it is continuous. It seemed easy to assume that the topology on $ \mathbb R \times \mathbb R$ is generated by the $\max$-norm. Then let $(x_0,y_0)$ be a fixed point. The goal is to show that $|xy - x_0y_0|$ can be made less than epsilon for points $(x,y)$ appropriately. I did this: $$ |xy-x_0y_0| = |xy-x_0y +x_0y -x_0y_0| \le |y||x-x_0| + |x_0||y - y_0| $$
The problem is, $|y|$ is not constant therefore it is not possible to let $\delta = {\varepsilon \over |y|+|x_0|}$. My question is: how to do it? I have tried but can't do it.