Skip to content

43. Inner Product Space

Dated: 21-06-2025

Inner Product Space

The inner product1 is helpful in introducing rigorous intuitive geometrical notions such as length, angle, orthogonality2 between 2 vectors.3 Now consider a mathematical structure which associates the inner product1 with a pair of vectors3 and now imagine this structure contained within a vector space4 called the inner product space.
This also generalizes the Euclidean spaces into vector spaces,4 possibly of infinite dimensions and are also studied in functional analysis.

Definition

An inner product1 on a vector space4 \(\mathbb V\) is a function5 that assigned a real number \(\langle \vec u, \vec v \rangle\) to a pair of vectors3 \(\vec u\) and \(\vec v\) and satisfies following axioms

For all \(\vec u, \vec v, \vec w \in \mathbb V\) and all scalars \(c\).

  • \[\langle\vec u, \vec v\rangle = \langle\vec u, \vec v\rangle\]
  • \[\langle\vec u + \vec v, \vec w \rangle = \langle\vec u, \vec w\rangle + \langle \vec v, \vec w\rangle\]
  • \[\langle c\vec u, \vec v\rangle = c\langle\vec u, \vec v\rangle\]
  • \[\langle \vec v, \vec v\rangle \ge 0 \text{ and } \langle \vec v, \vec v \rangle = 0 \iff \vec v = 0\]

A vector space4 with an inner product is called inner product space.

Norm of a Vector3

Let \(\mathbb V\) be an inner product space with inner product3 denoted by \(\langle \vec u, \vec v \rangle\) just as in \(\mathbb R^n\), we define the norm of length of a vector3 to be the scalar

\[||\vec v|| = \sqrt{\langle\vec u, \vec v\rangle}\]
  • A unit vector3 whose length is \(1\).
  • The distance between \(\vec u\) and \(\vec v\) is \(||\vec u - \vec v||\) and they are orthogonal2 if \(\langle \vec u, \vec v\rangle = 0\).

Best Approximation in Inner Produce Spaces

Imagine a vector space4 \(\mathbb{V}\) whose elements are functions.5 The task is to approximate a function5 \(f \in \mathbb{V}\) by another function5 \(g \in \mathbb{W} \subset \mathbb{V}\). How we measure the quality of this approximation depends on how we define the "distance" between \(f\) and \(g\), which in this case is derived from an inner product.1 Under this setup, the best approximation of \(f\) by elements of \(\mathbb{W}\) is given by the orthogonal projection2 of \(f\) onto \(\mathbb{W}\).

Cauchy – Schwarz Inequality

\[|\langle \vec u, \vec v \rangle| \le ||\vec u|| \ ||\vec v|| \quad \forall \vec u, \vec v \in \mathbb V\]

Triangle Inequality

\[|\langle \vec u, \vec v \rangle| \le ||\vec u|| + ||\vec v|| \quad \forall \vec u, \vec v \in \mathbb V\]

Inner Product for \(C[a, b]\)

\(C[a, b]\) is a vector space4 of continuous functions6 over the interval7 \(a \le t \le b\).
For \(f\) and \(g\) in \(C[a, b]\)

\[\langle f, g \rangle = \int_b^a f(t) g(t) dt\]

References

Read more about notations and symbols.


  1. Read more about inner product

  2. Read more about orthogonality

  3. Read more about vectors

  4. Read more about vector spaces

  5. Read more about functions

  6. Read more about continuity

  7. Read more about intervals