ConceptComplete

Bounded Linear Operators - Core Definitions

Linear operators between normed spaces form the natural morphisms in functional analysis, generalizing linear transformations from finite-dimensional linear algebra to infinite dimensions.

DefinitionBounded Linear Operator

Let XX and YY be normed spaces. A linear map T:Xβ†’YT : X \to Y is bounded if there exists a constant Cβ‰₯0C \geq 0 such that βˆ₯T(x)βˆ₯Y≀Cβˆ₯xβˆ₯X\|T(x)\|_Y \leq C \|x\|_X for all x∈Xx \in X.

The operator norm of TT is defined by βˆ₯Tβˆ₯=sup⁑βˆ₯xβˆ₯≀1βˆ₯T(x)βˆ₯=sup⁑xβ‰ 0βˆ₯T(x)βˆ₯βˆ₯xβˆ₯=inf⁑{C:βˆ₯T(x)βˆ₯≀Cβˆ₯xβˆ₯Β forΒ allΒ x}\|T\| = \sup_{\|x\| \leq 1} \|T(x)\| = \sup_{x \neq 0} \frac{\|T(x)\|}{\|x\|} = \inf\{C : \|T(x)\| \leq C\|x\| \text{ for all } x\}

The terminology "bounded" might seem unusualβ€”it means that TT maps bounded sets to bounded sets, not that TT itself is bounded as a function. In finite dimensions, all linear operators are bounded, but this fails dramatically in infinite dimensions.

TheoremBoundedness and Continuity

For a linear operator T:X→YT : X \to Y between normed spaces, the following are equivalent:

  1. TT is bounded
  2. TT is continuous
  3. TT is continuous at 00
Proof

(1)β‡’(2)(1) \Rightarrow (2): If xnβ†’xx_n \to x, then βˆ₯T(xn)βˆ’T(x)βˆ₯=βˆ₯T(xnβˆ’x)βˆ₯≀βˆ₯Tβˆ₯βˆ₯xnβˆ’xβˆ₯β†’0\|T(x_n) - T(x)\| = \|T(x_n - x)\| \leq \|T\| \|x_n - x\| \to 0.

(2)β‡’(3)(2) \Rightarrow (3): Obvious.

(3)β‡’(1)(3) \Rightarrow (1): If TT is not bounded, there exists (xn)(x_n) with βˆ₯xnβˆ₯=1\|x_n\| = 1 but βˆ₯T(xn)βˆ₯β†’βˆž\|T(x_n)\| \to \infty. Then yn=xn/βˆ₯T(xn)βˆ₯β†’0y_n = x_n/\|T(x_n)\| \to 0 but βˆ₯T(yn)βˆ₯=1\|T(y_n)\| = 1, contradicting continuity at 00.

β– 
ExampleBounded and Unbounded Operators
  1. Bounded: Multiplication operator MΟ•:L2[0,1]β†’L2[0,1]M_\phi : L^2[0,1] \to L^2[0,1] by (MΟ•f)(x)=Ο•(x)f(x)(M_\phi f)(x) = \phi(x)f(x) where Ο•βˆˆL∞[0,1]\phi \in L^\infty[0,1] is bounded with βˆ₯MΟ•βˆ₯=βˆ₯Ο•βˆ₯∞\|M_\phi\| = \|\phi\|_\infty

  2. Unbounded: The differentiation operator D:C1[0,1]β†’C[0,1]D : C^1[0,1] \to C[0,1] with D(f)=fβ€²D(f) = f' is unbounded. Consider fn(x)=sin⁑(nx)f_n(x) = \sin(nx) with βˆ₯fnβˆ₯∞=1\|f_n\|_\infty = 1 but βˆ₯D(fn)βˆ₯∞=nβ†’βˆž\|D(f_n)\|_\infty = n \to \infty

  3. Bounded: Any finite rank operator T(x)=βˆ‘i=1nΟ•i(x)yiT(x) = \sum_{i=1}^n \phi_i(x) y_i where Ο•i∈Xβˆ—\phi_i \in X^* and yi∈Yy_i \in Y

DefinitionSpace of Bounded Operators

Let B(X,Y)\mathcal{B}(X, Y) denote the space of all bounded linear operators from XX to YY. When X=YX = Y, we write B(X)=B(X,X)\mathcal{B}(X) = \mathcal{B}(X, X).

With the operator norm, B(X,Y)\mathcal{B}(X, Y) is a normed space. If YY is a Banach space, then so is B(X,Y)\mathcal{B}(X, Y).

Remark

The operator norm makes B(X,Y)\mathcal{B}(X, Y) into a Banach space whenever YY is complete, even if XX is not. This completeness is crucial for many fixed point arguments and iterative methods in analysis.

The study of bounded operators forms the foundation for spectral theory, operator algebras, and the theory of linear partial differential equations.