The Operator Norm
Turning $B(H)$ into a normed — in fact complete — space, with a norm that interacts well with composition.
Definition
Three equivalent formulas are used interchangeably, and it is worth knowing why:
The equivalence follows from homogeneity of the norm: for $x \neq 0$, write $x = \|x\| \cdot \frac{x}{\|x\|}$ and use $\|T x\| = \|x\| \cdot \left\| T \frac{x}{\|x\|}\right\|$ to pass between a supremum over all nonzero $x$ and one over unit vectors.
Basic properties
- Norm axioms: $\|T\| \ge 0$ with equality iff $T = 0$; $\|\alpha T\| = |\alpha|\|T\|$; $\|S+T\| \le \|S\| + \|T\|$.
- Defining bound: $\|Tx\| \le \|T\|\,\|x\|$ for every $x \in H$, and $\|T\|$ is the smallest constant with this property.
- Submultiplicativity: $$ \|ST\| \le \|S\| \, \|T\| \qquad \text{for all } S, T \in B(H). $$ This makes $B(H)$ a Banach algebra: a complete normed algebra in which the norm is compatible with multiplication.
- Identity: $\|I\| = 1$ (assuming $H \neq \{0\}$).
Completeness of $B(H)$
Sketch. For each fixed $x$, $(T_n x)$ is Cauchy in $H$ (since $\|T_n x - T_m x\| \le \|T_n - T_m\| \|x\|$), so it converges to some limit, which we call $Tx$; linearity of $T$ follows from linearity of each $T_n$, and one checks $T$ is bounded and that $\|T_n - T\| \to 0$.
A worked bound
As an illustration, consider a diagonal operator on $\ell^2$ defined by $T(a_1, a_2, \dots) = (\lambda_1 a_1, \lambda_2 a_2, \dots)$ for a bounded sequence of scalars $(\lambda_n)$. Then $$ \|Tx\|^2 = \sum_n |\lambda_n|^2 |a_n|^2 \le \left(\sup_n |\lambda_n|\right)^2 \sum_n |a_n|^2 = \left(\sup_n |\lambda_n|\right)^2 \|x\|^2, $$ so $\|T\| \le \sup_n |\lambda_n|$; taking $x = e_n$ shows $\|T\| \ge |\lambda_n|$ for every $n$, hence $\|T\| = \sup_n |\lambda_n|$ exactly. This example is revisited in Chapter 8.