Fiveable

๐ŸงFunctional Analysis Unit 1 Review

QR code for Functional Analysis practice questions

1.1 Definition and properties of normed linear spaces

1.1 Definition and properties of normed linear spaces

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

Normed linear spaces are vector spaces with a special function that measures vector size. This function, called a norm, must follow specific rules like being non-negative and obeying the triangle inequality.

These spaces are crucial in functional analysis. They allow us to measure distances between vectors, study convergence of sequences, and analyze continuity of functions in abstract settings beyond just regular Euclidean space.

Normed Linear Spaces

Definition of normed linear spaces

  • Vector space VV over a scalar field F\mathbb{F} (R\mathbb{R} or C\mathbb{C}) equipped with a norm function โˆฅโ‹…โˆฅ:Vโ†’R\|\cdot\|: V \to \mathbb{R}
    • Assigns a non-negative real number to each vector in the space, measuring its "length" or "size"
    • Induces a metric dd on the space, defined by d(x,y)=โˆฅxโˆ’yโˆฅd(x, y) = \|x - y\| for all x,yโˆˆVx, y \in V, measuring the "distance" between vectors
  • Must satisfy the following properties for all x,yโˆˆVx, y \in V and ฮฑโˆˆF\alpha \in \mathbb{F}:
    • Positive definiteness: โˆฅxโˆฅโ‰ฅ0\|x\| \geq 0 and โˆฅxโˆฅ=0\|x\| = 0 if and only if x=0x = 0, ensuring zero vector has zero norm and non-zero vectors have positive norms
    • Homogeneity: โˆฅฮฑxโˆฅ=โˆฃฮฑโˆฃโˆฅxโˆฅ\|\alpha x\| = |\alpha| \|x\|, scaling a vector by a scalar scales its norm by the absolute value of the scalar
    • Triangle inequality: โˆฅx+yโˆฅโ‰คโˆฅxโˆฅ+โˆฅyโˆฅ\|x + y\| \leq \|x\| + \|y\|, the norm of the sum of two vectors is less than or equal to the sum of their norms

Properties of norm functions

  • Positive definiteness:
    • โˆฅxโˆฅโ‰ฅ0\|x\| \geq 0 for all xโˆˆVx \in V, norms are non-negative
    • โˆฅxโˆฅ=0\|x\| = 0 if and only if x=0x = 0, only the zero vector has zero norm
  • Homogeneity:
    • โˆฅฮฑxโˆฅ=โˆฃฮฑโˆฃโˆฅxโˆฅ\|\alpha x\| = |\alpha| \|x\| for all xโˆˆVx \in V and ฮฑโˆˆF\alpha \in \mathbb{F}, scaling a vector by a scalar scales its norm by the absolute value of the scalar
    • Ensures norm is compatible with scalar multiplication in the vector space
  • Triangle inequality:
    • โˆฅx+yโˆฅโ‰คโˆฅxโˆฅ+โˆฅyโˆฅ\|x + y\| \leq \|x\| + \|y\| for all x,yโˆˆVx, y \in V, the norm of the sum of two vectors is less than or equal to the sum of their norms
    • Often proven using properties of the absolute value and the scalar field
    • Geometrically, the shortest path between two points is a straight line
Definition of normed linear spaces, Real Analysis/Metric Spaces - Wikibooks, open books for an open world

Examples of normed linear spaces

  • Euclidean space Rn\mathbb{R}^n with the Euclidean norm:
    • For x=(x1,โ€ฆ,xn)โˆˆRnx = (x_1, \ldots, x_n) \in \mathbb{R}^n, โˆฅxโˆฅ=โˆ‘i=1nโˆฃxiโˆฃ2\|x\| = \sqrt{\sum_{i=1}^n |x_i|^2}
    • Measures the "length" of a vector in Rn\mathbb{R}^n
  • Space of continuous functions C[a,b]C[a, b] with the supremum norm:
    • For fโˆˆC[a,b]f \in C[a, b], โˆฅfโˆฅ=supโกxโˆˆ[a,b]โˆฃf(x)โˆฃ\|f\| = \sup_{x \in [a, b]} |f(x)|
    • Measures the maximum absolute value of a function on the interval [a,b][a, b]
  • Space of square-summable sequences โ„“2\ell^2 with the โ„“2\ell^2-norm:
    • For x=(x1,x2,โ€ฆ)โˆˆโ„“2x = (x_1, x_2, \ldots) \in \ell^2, โˆฅxโˆฅ=โˆ‘i=1โˆžโˆฃxiโˆฃ2\|x\| = \sqrt{\sum_{i=1}^\infty |x_i|^2}
    • Measures the "size" of a sequence based on the sum of the squares of its terms

Geometric interpretation of norms

  • Norm measures the "length" or "size" of vectors in the space
  • Induces a metric dd on the space, defined by d(x,y)=โˆฅxโˆ’yโˆฅd(x, y) = \|x - y\| for all x,yโˆˆVx, y \in V
    • Measures the "distance" between two vectors in the space
    • Satisfies the following properties for all x,y,zโˆˆVx, y, z \in V:
      1. Non-negativity: d(x,y)โ‰ฅ0d(x, y) \geq 0 and d(x,y)=0d(x, y) = 0 if and only if x=yx = y
      2. Symmetry: d(x,y)=d(y,x)d(x, y) = d(y, x)
      3. Triangle inequality: d(x,z)โ‰คd(x,y)+d(y,z)d(x, z) \leq d(x, y) + d(y, z)
  • Allows for the study of geometric properties of the space
    • Convergence of sequences: a sequence (xn)(x_n) in VV converges to xโˆˆVx \in V if limโกnโ†’โˆžโˆฅxnโˆ’xโˆฅ=0\lim_{n \to \infty} \|x_n - x\| = 0
    • Continuity of functions: a function f:Vโ†’Wf: V \to W between normed linear spaces is continuous if for every ฮต>0\varepsilon > 0, there exists ฮด>0\delta > 0 such that โˆฅf(x)โˆ’f(y)โˆฅ<ฮต\|f(x) - f(y)\| < \varepsilon whenever โˆฅxโˆ’yโˆฅ<ฮด\|x - y\| < \delta