Fiveable

๐ŸงFunctional Analysis Unit 2 Review

QR code for Functional Analysis practice questions

2.1 Bounded linear operators and their properties

2.1 Bounded linear operators and their properties

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
๐ŸงFunctional Analysis
Unit & Topic Study Guides

Bounded linear operators are crucial in functional analysis, mapping between normed spaces while preserving structure. They're defined by their ability to transform bounded sets into bounded sets, with the operator norm quantifying this property.

Understanding bounded linear operators is key to grasping how functions behave in infinite-dimensional spaces. Their properties, like linearity and boundedness, form the foundation for studying more complex operators and functional analysis concepts.

Bounded Linear Operators

Definition of bounded linear operators

  • A linear operator T:Xโ†’YT: X \to Y between normed spaces (X,โˆฅโ‹…โˆฅX)(X, \|\cdot\|_X) and (Y,โˆฅโ‹…โˆฅY)(Y, \|\cdot\|_Y) is bounded if there exists a constant Mโ‰ฅ0M \geq 0 such that โˆฅTxโˆฅYโ‰คMโˆฅxโˆฅX\|Tx\|_Y \leq M\|x\|_X for all xโˆˆXx \in X
    • The smallest such MM is called the operator norm of TT, denoted as โˆฅTโˆฅ\|T\|
    • Intuitively, a bounded linear operator maps bounded sets in XX to bounded sets in YY
  • Examples of bounded linear operators:
    • Identity operator I:Xโ†’XI: X \to X defined by Ix=xIx = x for all xโˆˆXx \in X is bounded with โˆฅIโˆฅ=1\|I\| = 1
    • Differentiation operator D:C1[a,b]โ†’C[a,b]D: C^1[a,b] \to C[a,b] defined by (Df)(x)=fโ€ฒ(x)(Df)(x) = f'(x) for all fโˆˆC1[a,b]f \in C^1[a,b] is bounded
    • Integration operator J:C[a,b]โ†’C[a,b]J: C[a,b] \to C[a,b] defined by (Jf)(x)=โˆซaxf(t)dt(Jf)(x) = \int_a^x f(t) dt for all fโˆˆC[a,b]f \in C[a,b] is bounded

Properties of bounded linear operators

  • Linearity: Let T:Xโ†’YT: X \to Y be a bounded linear operator between normed spaces XX and YY. For any x1,x2โˆˆXx_1, x_2 \in X and scalars ฮฑ,ฮฒ\alpha, \beta, we have:
    • T(ฮฑx1+ฮฒx2)=ฮฑT(x1)+ฮฒT(x2)T(\alpha x_1 + \beta x_2) = \alpha T(x_1) + \beta T(x_2)
    • This property ensures that bounded linear operators preserve the vector space structure
  • Boundedness: Let T:Xโ†’YT: X \to Y be a bounded linear operator with operator norm โˆฅTโˆฅ\|T\|. For any xโˆˆXx \in X, we have:
    • โˆฅTxโˆฅYโ‰คโˆฅTโˆฅโˆฅxโˆฅX\|Tx\|_Y \leq \|T\| \|x\|_X
    • Proof: By definition of the operator norm, โˆฅTxโˆฅYโ‰คโˆฅTโˆฅโˆฅxโˆฅX\|Tx\|_Y \leq \|T\| \|x\|_X for all xโˆˆXx \in X
    • This property ensures that the image of a bounded set under a bounded linear operator remains bounded
Definition of bounded linear operators, Some Result of Stability and Spectra Properties on Semigroup of Linear Operator

Boundedness and operator norm

  • Boundedness test: A linear operator T:Xโ†’YT: X \to Y is bounded if and only if there exists a constant Mโ‰ฅ0M \geq 0 such that โˆฅTxโˆฅYโ‰คMโˆฅxโˆฅX\|Tx\|_Y \leq M\|x\|_X for all xโˆˆXx \in X
    • This test provides a necessary and sufficient condition for a linear operator to be bounded
  • Finding the operator norm:
    • The operator norm of a bounded linear operator T:Xโ†’YT: X \to Y is defined as:
      • โˆฅTโˆฅ=supโก{โˆฅTxโˆฅY:โˆฅxโˆฅXโ‰ค1}=supโก{โˆฅTxโˆฅY/โˆฅxโˆฅX:xโ‰ 0}\|T\| = \sup\{\|Tx\|_Y : \|x\|_X \leq 1\} = \sup\{\|Tx\|_Y / \|x\|_X : x \neq 0\}
      • Intuitively, the operator norm is the smallest upper bound for the "stretching" of vectors under the operator
    • Equivalently, the operator norm can be found using:
      • โˆฅTโˆฅ=infโก{Mโ‰ฅ0:โˆฅTxโˆฅYโ‰คMโˆฅxโˆฅXย forย allย xโˆˆX}\|T\| = \inf\{M \geq 0 : \|Tx\|_Y \leq M\|x\|_X \text{ for all } x \in X\}
      • This definition provides an alternative way to compute the operator norm

Space of bounded linear operators

  • The space of bounded linear operators from XX to YY, denoted as B(X,Y)\mathcal{B}(X,Y), is a normed space with the operator norm
    • This space contains all bounded linear operators between XX and YY
  • Linearity of B(X,Y)\mathcal{B}(X,Y): For any T1,T2โˆˆB(X,Y)T_1, T_2 \in \mathcal{B}(X,Y) and scalars ฮฑ,ฮฒ\alpha, \beta, we have:
    • (ฮฑT1+ฮฒT2)(x)=ฮฑT1(x)+ฮฒT2(x)(\alpha T_1 + \beta T_2)(x) = \alpha T_1(x) + \beta T_2(x) for all xโˆˆXx \in X
    • โˆฅฮฑT1+ฮฒT2โˆฅโ‰คโˆฃฮฑโˆฃโˆฅT1โˆฅ+โˆฃฮฒโˆฃโˆฅT2โˆฅ\|\alpha T_1 + \beta T_2\| \leq |\alpha| \|T_1\| + |\beta| \|T_2\|
    • These properties ensure that B(X,Y)\mathcal{B}(X,Y) is a vector space and the operator norm is a norm on this space
  • Completeness of B(X,Y)\mathcal{B}(X,Y): If YY is a Banach space, then B(X,Y)\mathcal{B}(X,Y) is also a Banach space
    • Proof: Let (Tn)(T_n) be a Cauchy sequence in B(X,Y)\mathcal{B}(X,Y). Define T:Xโ†’YT: X \to Y by Tx=limโกnโ†’โˆžTnxTx = \lim_{n \to \infty} T_n x for each xโˆˆXx \in X. Then TโˆˆB(X,Y)T \in \mathcal{B}(X,Y) and limโกnโ†’โˆžโˆฅTnโˆ’Tโˆฅ=0\lim_{n \to \infty} \|T_n - T\| = 0
    • This property ensures that B(X,Y)\mathcal{B}(X,Y) is complete with respect to the operator norm, making it a suitable space for analysis