Skip to content

Normed Spaces and Banach Spaces

1.1 Normed Spaces

A normed space is a vector space XX over R\mathbb{R} or C\mathbb{C} together with a norm :X[0,)\|\cdot\| : X \to [0, \infty) satisfying:

  1. x=0    x=0\|x\| = 0 \iff x = 0 (positive definiteness).
  2. αx=αx\|\alpha x\| = |\alpha| \cdot \|x\| for all scalars α\alpha (homogeneity).
  3. x+yx+y\|x + y\| \leq \|x\| + \|y\| (triangle inequality).

A norm induces a metric d(x,y)=xyd(x, y) = \|x - y\|, making XX a metric space.

Example 1. (C[a,b],)(C[a, b], \|\cdot\|_\infty) with f=supx[a,b]f(x)\|f\|_\infty = \sup_{x \in [a,b]} |f(x)|.

Example 2. (C[a,b],1)(C[a, b], \|\cdot\|_1) with f1=abf(x)dx\|f\|_1 = \int_a^b |f(x)|\, dx. This norm is weaker: convergence in 1\|\cdot\|_1 does not imply pointwise convergence.

Example 3. p={(xn):xnp<}\ell^p = \{(x_n) : \sum |x_n|^p < \infty\} with xp=(xnp)1/p\|x\|_p = (\sum |x_n|^p)^{1/p} for 1p<1 \leq p < \infty.

Example 4. ={(xn):supnxn<}\ell^\infty = \{(x_n) : \sup_n |x_n| < \infty\} with x=supnxn\|x\|_\infty = \sup_n |x_n|.

1.2 Banach Spaces

A Banach space is a complete normed space (every Cauchy sequence converges).

Theorem 1.1. p\ell^p is a Banach space for 1p1 \leq p \leq \infty.

Theorem 1.2. Lp(μ)L^p(\mu) is a Banach space for 1p1 \leq p \leq \infty.

Theorem 1.3. (C[a,b],)(C[a, b], \|\cdot\|_\infty) is a Banach space, but (C[a,b],1)(C[a, b], \|\cdot\|_1) is not (it is not complete: the limit of continuous functions in L1L^1-norm may be discontinuous).

1.3 Finite-Dimensional Normed Spaces

Theorem 1.4. All norms on a finite-dimensional vector space are equivalent.

Corollary 1.5. Every finite-dimensional normed space is a Banach space.

Theorem 1.6 (Riesz”s Lemma). Let XX be a normed space and YY a proper closed subspace. For every 0<θ<10 < \theta < 1, there exists xXx \in X with x=1\|x\| = 1 and d(x,Y)θd(x, Y) \geq \theta.

Corollary 1.7. The closed unit ball of a normed space is compact if and only if the space is finite-dimensional.