ConceptComplete

Normed and Banach Spaces - Core Definitions

The concept of a normed space extends the familiar notion of distance and magnitude from Euclidean spaces to general vector spaces, providing the foundation for functional analysis.

DefinitionNormed Space

Let XX be a vector space over K\mathbb{K} (where K=R\mathbb{K} = \mathbb{R} or C\mathbb{C}). A norm on XX is a function :X[0,)\|\cdot\| : X \to [0,\infty) satisfying:

  1. Positivity: x=0\|x\| = 0 if and only if x=0x = 0
  2. Homogeneity: αx=αx\|\alpha x\| = |\alpha| \|x\| for all αK\alpha \in \mathbb{K}, xXx \in X
  3. Triangle Inequality: x+yx+y\|x + y\| \leq \|x\| + \|y\| for all x,yXx, y \in X

The pair (X,)(X, \|\cdot\|) is called a normed space.

Every norm induces a metric via d(x,y)=xyd(x,y) = \|x - y\|, making every normed space automatically a metric space. This connection allows us to discuss convergence, continuity, and completeness in normed spaces using the familiar language of metric spaces.

DefinitionBanach Space

A normed space (X,)(X, \|\cdot\|) is called a Banach space if it is complete with respect to the metric induced by the norm. That is, every Cauchy sequence in XX converges to an element in XX.

ExampleStandard Examples of Normed Spaces
  1. Euclidean Space: Rn\mathbb{R}^n with x2=i=1nxi2\|x\|_2 = \sqrt{\sum_{i=1}^n |x_i|^2} is a Banach space

  2. Sequence Spaces: For 1p<1 \leq p < \infty, p={(xn):n=1xnp<}\ell^p = \left\{(x_n) : \sum_{n=1}^\infty |x_n|^p < \infty\right\} with norm (xn)p=(n=1xnp)1/p\|(x_n)\|_p = \left(\sum_{n=1}^\infty |x_n|^p\right)^{1/p} is a Banach space

  3. Function Spaces: C[0,1]C[0,1] with supremum norm f=supx[0,1]f(x)\|f\|_\infty = \sup_{x \in [0,1]} |f(x)| is a Banach space

  4. LpL^p Spaces: For a measure space (X,M,μ)(X, \mathcal{M}, \mu) and 1p<1 \leq p < \infty, Lp(X,μ)={f:Xfpdμ<}L^p(X,\mu) = \left\{f : \int_X |f|^p \, d\mu < \infty\right\} with norm fp=(Xfpdμ)1/p\|f\|_p = \left(\int_X |f|^p \, d\mu\right)^{1/p} forms a Banach space

Remark

Not all norms are equivalent. On Rn\mathbb{R}^n, however, all norms are equivalent in the sense that they induce the same topology. This finite-dimensional phenomenon does not extend to infinite dimensions, where the choice of norm becomes crucial.

The structure of normed spaces allows us to develop a rich theory of linear operators, dual spaces, and spectral analysis, forming the backbone of modern functional analysis and its applications to differential equations, quantum mechanics, and optimization theory.