Inner product spaces are vector spaces with a special function that pairs vectors, giving us a way to measure angles and lengths. This function, called the inner product, follows specific rules that make it behave nicely with vector operations.
The inner product lets us define norms, which measure vector lengths. It also gives us the Cauchy-Schwarz inequality, a powerful tool for bounding inner products. These concepts are key to understanding vector spaces more deeply.
Inner Product Spaces
Definition of inner product spaces
Vector space V over a field F(R or C) equipped with an inner product function โจโ ,โ โฉ:VรVโF that assigns a scalar value to each pair of vectors
Inner product satisfies the following axioms for all x,y,zโV and ฮฑโF:
Conjugate symmetry ensures โจx,yโฉ equals the complex conjugate of โจy,xโฉ
Linearity in the second argument distributes the inner product over vector addition and scalar multiplication โจx,ฮฑy+zโฉ=ฮฑโจx,yโฉ+โจx,zโฉ
Positive definiteness guarantees โจx,xโฉโฅ0 with equality if and only if x=0, implying the inner product of a vector with itself is always non-negative and zero only for the zero vector
Properties of inner products
Conjugate symmetry โจx,yโฉ=โจy,xโฉโ holds for all x,yโV by the conjugate symmetry axiom
Linearity in the first argument โจฮฑx+y,zโฉ=ฮฑโจx,zโฉ+โจy,zโฉ for all x,y,zโV and ฮฑโF follows from conjugate symmetry and linearity in the second argument:
Sesquilinearity combines linearity in one argument and conjugate linearity in the other, resulting from linearity in both arguments and conjugate symmetry
Norms from inner products
Inner product โจโ ,โ โฉ on vector space V induces a norm defined as โฅxโฅ=โจx,xโฉโ for all xโV, measuring the length or magnitude of a vector
Induced norm satisfies properties:
Positivity โฅxโฅโฅ0 with โฅxโฅ=0 if and only if x=0, ensuring non-negative lengths and zero length only for the zero vector
Homogeneity โฅฮฑxโฅ=โฃฮฑโฃโฅxโฅ for all ฮฑโF and xโV, scaling the length by the absolute value of the scalar
Triangle inequality โฅx+yโฅโคโฅxโฅ+โฅyโฅ for all x,yโV, bounding the length of a sum of vectors by the sum of their lengths
Cauchy-Schwarz inequality โฃโจx,yโฉโฃโคโฅxโฅโฅyโฅ for all x,yโV geometrically interprets the absolute value of the inner product as bounded by the product of the vector norms
Identification of inner products
Verifying a function โจโ ,โ โฉ:VรVโF is an inner product on vector space V requires checking the inner product axioms:
Conjugate symmetry โจx,yโฉ=โจy,xโฉโ for all x,yโV
Linearity in the second argument โจx,ฮฑy+zโฉ=ฮฑโจx,yโฉ+โจx,zโฉ for all x,y,zโV and ฮฑโF
Positive definiteness โจx,xโฉโฅ0 for all xโV with โจx,xโฉ=0 if and only if x=0
Common inner products include:
Euclidean inner product on Rn: โจx,yโฉ=โi=1nโxiโyiโ for x=(x1โ,โฆ,xnโ) and y=(y1โ,โฆ,ynโ) (dot product)
Standard inner product on Cn: โจx,yโฉ=โi=1nโxiโyiโโ for x=(x1โ,โฆ,xnโ) and y=(y1โ,โฆ,ynโ) (Hermitian inner product)
L2 inner product on square-integrable functions: โจf,gโฉ=โซabโf(x)g(x)โdx for f,gโL2([a,b]) (integral of the product of one function with the complex conjugate of the other)