Overview
An inner product is a function that takes two input vectors and outputs a scalar; this function must be positive, definite, linear on the first input, and have conjugate symmetry. The most important examples of inner products are the standard dot products on and .
An inner product space is a vector space together with an inner product on it.
Related: Metrics, metric spaces, and the metric topology, Norms
Real and complex dot products
The real dot product of satisfies the following properties:
- Bilinear, or linear on inputs separately;
- Symmetric, or outputs the same value no matter the order of inputs;
- Has , the length-squared of ;
- Has .
Definition: Complex dot product
The complex dot product, or standard inner product on , of is defined by
The complex dot product has the following properties:
- , with ;
- Additive in both coordinates: ;
- Respects scaling in first coordinate only: ;
- Scaling the second coordinate is equal to scaling the dot product by the complex conjugate of that scalar: ;
- Swapping the terms changes the dot product by a complex conjugation: .
Inner product spaces
Definition: Inner product space
An inner product space consists of two pieces of data:
- (D1) A vector space over the field , which is either or ;
- (D2) A function which takes two input vectors and returns an element of the underlying field.
This data must satisfy four axioms:
- (I1) Positive. The quantity , called the norm-squared, is a non-negative real number.
- (I2) Definite. .
- (I3) Linearity on the first input. For any and any , we have .
- (I4) Conjugate symmetry. For any , we have .
- (I3 + I4) Conjugate-linear, or antilinear, on the second input. .
Note that subspaces of inner product spaces also have the properties of inner product spaces.
Review
- What are the five key properties of the real dot product? How do they differ from the complex dot product?