[step:Show that the inclusions are strict in infinite dimensions]
It remains to show that neither implication reverses when $\dim X = \infty$.
**SOT does not imply norm convergence.** Let $H$ be a separable infinite-dimensional Hilbert space with orthonormal basis $(e_k)_{k \in \mathbb{N}}$. Define the orthogonal projection
\begin{align*}
P_n: H &\to H \\
x &\mapsto \sum_{k=1}^{n} (x, e_k)_H \, e_k.
\end{align*}
For each fixed $x \in H$, the Parseval identity gives $\|P_n x - x\|_H^2 = \sum_{k=n+1}^{\infty} |(x, e_k)_H|^2 \to 0$ as $n \to \infty$, so $P_n \to I$ in the SOT. However, $\|P_n - I\|_{\mathcal{L}(H,H)} = 1$ for every $n$ since $(I - P_n)e_{n+1} = e_{n+1}$ has norm $1$. Therefore $P_n \not\to I$ in the norm topology.
**WOT does not imply SOT convergence.** Using the same Hilbert space $H$ and basis, define the sequence of operators $T_k := (\cdot, e_k)_H \, e_1$, that is,
\begin{align*}
T_k: H &\to H \\
x &\mapsto (x, e_k)_H \, e_1.
\end{align*}
For any $x \in H$ and $f \in H^*$, the [Riesz Representation Theorem](/theorems/218) identifies $f$ with some $y \in H$ via $f(\cdot) = (\cdot, y)_H$. Then $f(T_k x) = (T_k x, y)_H = (x, e_k)_H (e_1, y)_H$. By Bessel's inequality, $(x, e_k)_H \to 0$ as $k \to \infty$, so $f(T_k x) \to 0$ for every $x$ and $f$. Thus $T_k \to 0$ in the WOT. However, $\|T_k e_k\|_H = \|e_1\|_H = 1$ for every $k$, so $T_k e_k \not\to 0$ in $H$, and $T_k \not\to 0$ in the SOT.
[/step]