logo

Dual Pair Spaces 📂Linear Algebra

Dual Pair Spaces

Definition1

Let us call XX a vector space. Let XX^{\ast\ast} be the dual space of XX’s dual space, XX^{\ast}.

X=(X) X^{\ast\ast} = (X^{\ast})^{\ast}

This is called the bidual space of XX.

Theorem

If XX is a finite-dimensional vector space, then XX and XX^{\ast\ast} are isomorphic.

XX X \approx X^{\ast\ast}

Explanation

Bidual, double dual, and second dual all mean the same thing.

The above theorem holds only when XX is finite-dimensional. If it is not finite-dimensional, it generally does not hold, and if it does, XX is called a reflexive space.

An important point in the theorem is that the isomorphism ψ:XX\psi : X \to X^{\ast\ast} can be derived very naturally. For an arbitrary xXx \in X, let’s define x^:XR\hat{x} : X^{\ast} \to \mathbb{R} as follows.

x^(f)=f(x)fX \hat{x} (f) = f(x) \quad \forall f \in X^{\ast}

Then, x^\hat{x} becomes a linear functional on XX^{\ast}. Now let’s define ψ:XX\psi : X \to X^{\ast\ast} as follows.

ψ(x)=x^xX \psi (x) = \hat{x}\quad \forall x \in X

Then the theorem is described as follows.

Let us consider XX as a finite-dimensional vector space. Define ψ:XX\psi : X \to X^{\ast\ast} as ψ(x)=x^\psi (x) = \hat{x}. Then, ψ\psi is an isomorphism.

Proof

  • Linearity

    Let x,yXx, y \in X and kRk \in \mathbb{R}. Then, for any fXf \in X^{\ast},

    ψ(kx+y)(f)=kx+y^(f)=f(kx+y)=kf(x)+f(y)=kx^(f)+y^(f)=kψ(x)(f)+ψ(y)(f) \begin{align*} \psi (kx + y)(f) = \widehat{kx + y}(f) &= f(kx + y) \\ &= kf(x) + f(y) \\ &= k\hat{x}(f) + \hat{y}(f) \\ &= k\psi (x)(f) + \psi (y)(f) \\ \end{align*}

    Therefore,

    ψ(kx+y)=kx^+y^=kψ(x)+ψ(y) \psi (kx + y) = k\hat{x} + \hat{y} = k\psi (x) + \psi (y)

  • Injectivity

    Auxiliary Theorem

    Let XX be a finite-dimensional vector space, and xXx \in X. If for all fXf\in X^{\ast}, x^(f)=0\hat{x}(f) = 0 holds, then x=0x=0 holds.

    Proof

    The proof is by contraposition. Assume x0x \ne 0. Then it is sufficient to show that there exists ff such that x^(f)0\hat{x}(f) \ne 0. Choose any ordered basis β={x1=x,x2,,xn}\beta = \left\{ x_{1}=x, x_{2}, \dots, x_{n} \right\}. Then, for the dual basis β={f1,,fn}\beta^{\ast} = \left\{ f_{1}, \dots, f_{n} \right\}, f1(x1)=10f_{1}(x_{1}) = 1 \ne 0 holds.

    Let’s say for some xXx \in X the functional ψ(x)\psi (x) on XX^{\ast} is ψ(x)=0\psi (x) = 0. Then for all fXf \in X^{\ast}, ψ(x)(f)=x^(f)=0\psi (x)(f) = \hat{x}(f) = 0 holds. Therefore, by the auxiliary theorem, x=0x=0 holds. Since N(ψ)={0}N(\psi) = \left\{ 0 \right\}, ψ\psi is injective.

  • Isomorphism

    Since XX is finite-dimensional, so is XX^{\ast}, and they have the same dimension. Similarly, the dimensions of XX^{\ast} and XX^{\ast\ast} are also the same,

    dim(X)=dim(X)=dim(X) \dim (X) = \dim (X^{\ast}) = \dim (X^{\ast\ast})

    Therefore, if ψ:XX\psi : X \to X^{\ast\ast} is injective, it is surjective, and ψ\psi is an isomorphism.


  1. Stephen H. Friedberg, Linear Algebra (4th Edition, 2002), p120-123 ↩︎