[guided]We prove continuity of scalar multiplication at the fixed point $(\lambda,x)\in\mathbb{F}\times V$. The main issue is that the expression $\mu u-\lambda x$ contains both the scalar variable $\mu$ and the vector variable $u$. We separate these two sources of error by adding and subtracting $\lambda u$ in the equivalent form
\begin{align*}
\mu u-\lambda x=(\mu-\lambda)u+\lambda(u-x).
\end{align*}
Let $\varepsilon>0$. We must find a product neighbourhood of $(\lambda,x)$ whose image under $M$ lies in the norm ball of radius $\varepsilon$ around $\lambda x$. Define
\begin{align*}
\alpha:=\frac{\varepsilon}{2(\|x\|+1)}
\end{align*}
and
\begin{align*}
\beta:=\min\left\{1,\frac{\varepsilon}{2(|\lambda|+1)}\right\}.
\end{align*}
Now define the scalar neighbourhood
\begin{align*}
S:=\{\mu\in\mathbb{F}:|\mu-\lambda|<\alpha\}
\end{align*}
and the vector neighbourhood
\begin{align*}
U:=\{u\in V:\|u-x\|<\beta\}.
\end{align*}
Because $\mathbb{F}$ has the absolute-value topology and $V$ has the norm topology, $S$ and $U$ are open neighbourhoods of $\lambda$ and $x$, respectively. Hence $S\times U$ is an open neighbourhood of $(\lambda,x)$ in the product topology.
Take any $(\mu,u)\in S\times U$. The first term in the estimate will contain $\|u\|$, so we need a bound on $\|u\|$ that is valid throughout the chosen neighbourhood. This is why $\beta$ was chosen to be at most $1$. By the triangle inequality,
\begin{align*}
\|u\|\leq \|u-x\|+\|x\|<1+\|x\|.
\end{align*}
Using the decomposition of $\mu u-\lambda x$, the triangle inequality, and homogeneity of the norm, we obtain
\begin{align*}
\|M(\mu,u)-M(\lambda,x)\|=\|\mu u-\lambda x\|=\|(\mu-\lambda)u+\lambda(u-x)\|\leq |\mu-\lambda|\,\|u\|+|\lambda|\,\|u-x\|.
\end{align*}
The scalar error is controlled by the definition of $\alpha$:
\begin{align*}
|\mu-\lambda|\,\|u\|<\frac{\varepsilon}{2(\|x\|+1)}(\|x\|+1)=\frac{\varepsilon}{2}.
\end{align*}
The vector error is controlled by the definition of $\beta$:
\begin{align*}
|\lambda|\,\|u-x\|<|\lambda|\frac{\varepsilon}{2(|\lambda|+1)}\leq \frac{\varepsilon}{2}.
\end{align*}
Adding the two bounds gives
\begin{align*}
\|M(\mu,u)-M(\lambda,x)\|<\varepsilon.
\end{align*}
Thus every point sufficiently close to $(\lambda,x)$ in the product topology is sent by $M$ into the $\varepsilon$-ball around $M(\lambda,x)$.[/guided]