[guided]We now compute the operator norm of the error made by discarding all singular directions after the first $n$. Assume first that the singular value $s_{n+1}$ exists, meaning that $J$ contains $n+1$. For each $x\in H$, the singular-value expansion gives
\begin{align*}
(T-T_n)x=\sum_{\substack{j\in J, j>n}}s_j(x,v_j)_H u_j.
\end{align*}
The point of writing the error this way is that the vectors $u_j$ are orthonormal in $K$. Therefore the norm squared of the sum is the sum of the squared coefficients:
\begin{align*}
\|(T-T_n)x\|_K^2
=
\sum_{\substack{j\in J, j>n}}s_j^2 |(x,v_j)_H|^2.
\end{align*}
The ordering $s_1\ge s_2\ge\cdots$ now gives the decisive estimate. For every omitted index $j>n$, we have $s_j\le s_{n+1}$, and hence
\begin{align*}
\|(T-T_n)x\|_K^2
\le
s_{n+1}^2\sum_{\substack{j\in J, j>n}} |(x,v_j)_H|^2.
\end{align*}
Since $(v_j)_{j\in J}$ is an orthonormal set in $H$, [Bessel's inequality](/theorems/540) gives
\begin{align*}
\sum_{\substack{j\in J, j>n}} |(x,v_j)_H|^2\le \|x\|_H^2.
\end{align*}
Combining the last two displayed formulas yields
\begin{align*}
\|(T-T_n)x\|_K\le s_{n+1}\|x\|_H.
\end{align*}
Taking the supremum over all $x\in H$ with $\|x\|_H\le 1$ proves
\begin{align*}
\|T-T_n\|_{\mathcal{L}(H,K)}\le s_{n+1}.
\end{align*}
To see that this upper bound is sharp, we test the tail on the first omitted right singular vector. The vector $v_{n+1}$ has norm $1$, and all coefficients $(v_{n+1},v_j)_H$ vanish except the coefficient with $j=n+1$. Therefore
\begin{align*}
(T-T_n)v_{n+1}=s_{n+1}u_{n+1}.
\end{align*}
Since $u_{n+1}$ is also a unit vector in $K$,
\begin{align*}
\|(T-T_n)v_{n+1}\|_K=s_{n+1}.
\end{align*}
The definition of the operator norm then gives
\begin{align*}
\|T-T_n\|_{\mathcal{L}(H,K)}
\ge
\|(T-T_n)v_{n+1}\|_K
=
s_{n+1}.
\end{align*}
Together with the upper bound, this proves
\begin{align*}
\|T-T_n\|_{\mathcal{L}(H,K)}=s_{n+1}.
\end{align*}
If there are at most $n$ non-zero singular values, then no tail remains after the truncation: $T_n=T$. In that case the convention gives $s_{n+1}=0$, and the equality becomes $\|T-T_n\|_{\mathcal{L}(H,K)}=0$.[/guided]