[guided]We need to prove that the operations stated in the theorem actually stay inside the set $\mathcal{L}(V,W)$. An element of $\mathcal{L}(V,W)$ is not just any map $V\to W$: it must be $\mathbb{F}$-linear and bounded.
Take $S,T\in\mathcal{L}(V,W)$ and $\alpha\in\mathbb{F}$. Define $S+T:V\to W$ and $\alpha T:V\to W$ pointwise by
\begin{align*}
(S+T)(v)=S(v)+T(v)
\end{align*}
and
\begin{align*}
(\alpha T)(v)=\alpha T(v).
\end{align*}
First we check linearity. If $v_1,v_2\in V$ and $\beta,\gamma\in\mathbb{F}$, then linearity of $S$ and $T$ gives
\begin{align*}
(S+T)(\beta v_1+\gamma v_2)=S(\beta v_1+\gamma v_2)+T(\beta v_1+\gamma v_2).
\end{align*}
Using linearity of each operator separately, this becomes
\begin{align*}
(S+T)(\beta v_1+\gamma v_2)=\beta S(v_1)+\gamma S(v_2)+\beta T(v_1)+\gamma T(v_2).
\end{align*}
Regrouping in the vector space $W$, we get
\begin{align*}
(S+T)(\beta v_1+\gamma v_2)=\beta(S+T)(v_1)+\gamma(S+T)(v_2).
\end{align*}
Thus $S+T$ is $\mathbb{F}$-linear.
For scalar multiplication, linearity of $T$ gives
\begin{align*}
(\alpha T)(\beta v_1+\gamma v_2)=\alpha T(\beta v_1+\gamma v_2).
\end{align*}
Therefore
\begin{align*}
(\alpha T)(\beta v_1+\gamma v_2)=\alpha\beta T(v_1)+\alpha\gamma T(v_2).
\end{align*}
Since scalar multiplication in $W$ is associative and commutative at the scalar level, this is
\begin{align*}
(\alpha T)(\beta v_1+\gamma v_2)=\beta(\alpha T)(v_1)+\gamma(\alpha T)(v_2).
\end{align*}
Thus $\alpha T$ is also $\mathbb{F}$-linear.
Now we check boundedness. Since $S$ and $T$ are bounded, there exist constants $C_S,C_T\in[0,\infty)$ such that, for every $v\in V$,
\begin{align*}
\|S(v)\|_W\leq C_S\|v\|_V
\end{align*}
and
\begin{align*}
\|T(v)\|_W\leq C_T\|v\|_V.
\end{align*}
Using the triangle inequality in the [normed space](/page/Normed%20Space) $W$, we obtain
\begin{align*}
\|(S+T)(v)\|_W=\|S(v)+T(v)\|_W\leq \|S(v)\|_W+\|T(v)\|_W.
\end{align*}
Substituting the two boundedness estimates gives
\begin{align*}
\|(S+T)(v)\|_W\leq (C_S+C_T)\|v\|_V.
\end{align*}
The constant $C_S+C_T$ is finite, so $S+T$ is bounded.
For $\alpha T$, homogeneity of the norm on $W$ gives
\begin{align*}
\|(\alpha T)(v)\|_W=\|\alpha T(v)\|_W=|\alpha|\,\|T(v)\|_W.
\end{align*}
Using the boundedness estimate for $T$, we get
\begin{align*}
\|(\alpha T)(v)\|_W\leq |\alpha|C_T\|v\|_V.
\end{align*}
Thus $\alpha T$ is bounded. We have proved both closure properties: $S+T\in\mathcal{L}(V,W)$ and $\alpha T\in\mathcal{L}(V,W)$.[/guided]