orthogonality
Inner Product Spaces
You should know: vector space, orthogonality
Overview
An inner product space is a vector space equipped with an inner product — a function that takes two vectors and returns a scalar, generalizing the familiar dot product. The inner product lets us measure lengths (via the induced norm) and angles (via the sign and size of the inner product), even in abstract spaces like polynomials or functions where 'length' and 'angle' have no obvious geometric meaning otherwise. Every inner product must be symmetric (or conjugate-symmetric over ℂ), linear in one argument, and positive-definite, and it automatically satisfies the Cauchy-Schwarz inequality, which makes the notion of 'angle between vectors' well-defined in any such space.
Intuition
The dot product in ℝⁿ is the most familiar example, but the same idea — a symmetric, bilinear, positive rule for combining two vectors into a number — can be defined on spaces that don't look geometric at all, like polynomials or continuous functions. For instance, defining ⟨f,g⟩ as the integral of f(x)g(x) over an interval turns the space of functions into an inner product space, letting us talk about functions being 'orthogonal' (like sine waves of different frequencies) or measure how 'close' two functions are, exactly as we would with ordinary vectors.
Formal Definition
An inner product \langle \cdot,\cdot\rangle: V \times V \to \mathbb{R} on a real vector space V satisfies, for all u, v, w \in V and scalars c:
Worked Examples
Compute the inner product (dot product).
Compute the norms.
Check the inequality |⟨u,v⟩| ≤ ‖u‖‖v‖: 8 ≤ √14·√21 = √294 ≈ 17.15.
Answer: ⟨u,v⟩ = 8, and Cauchy-Schwarz holds since 8 ≤ √294 ≈ 17.15.
Practice Problems
Using the dot product, find ⟨u,v⟩ for u = (2,0,-1), v = (3,1,6), and state whether they are orthogonal.
On degree-≤1 polynomials with ⟨p,q⟩ = ∫₀¹ p(x)q(x) dx, compute ⟨1,1⟩ and hence the induced norm ‖1‖.
In Fourier analysis, the inner product ⟨f,g⟩ = ∫ f(x)g(x) dx is used to show sin(x) and sin(2x) are orthogonal on [0, 2π]. Why does this orthogonality matter for decomposing a periodic signal into its frequency components?
Quiz
Summary
- An inner product generalizes the dot product: it must be symmetric, bilinear, and positive-definite.
- Every inner product induces a norm ‖v‖ = √⟨v,v⟩ and satisfies the Cauchy-Schwarz inequality |⟨u,v⟩| ≤ ‖u‖‖v‖.
- Inner products extend geometric ideas (length, angle, orthogonality) to abstract spaces like polynomials and functions, underlying Fourier analysis.
Mathematics