Inner Products Flashcards
What is an inner product?
A map from (v, w) -> satisfying certain properties.
Define linearity in the first variable
The first variable respects addition and scalar multiplication rules
Define inner product conjugate transpose
= complex conjugate()
Define inner product positivity
is positive (greater than or equal to 0) for all v
Define inner product definiteness
= 0 if and only if v = 0
What conditions do we use integration for the inner product?
If the vector space V is on a field containing polynomials or functions (R[X], p(x), C([0, 1]))
Define the norm of a vector
The norm (or length) of a vector is defined ||v|| = sqrt()
When are two vectors orthogonal?
Two vectors are orthogonal if = 0. Due to symmetry = 0 too
Which vector is orthogonal to every vector?
The 0 vector is orthogonal to every vector
What is the Pythagorean Theorem?
If V and W are orthogonal vectors
||v+w||^2 = ||v||^2 + ||w||^2
What is orthogonal decomposition?
The orthogonal decomposition of vector v in u:
u = (Xv + (u - Xv)) where generally X = {u, v}/(||v||^2)
What is the Cauchy-Schwartz Theorem?
|{u, v}| <= ||u|| * ||v||
What is the Triangle Inequality?
||u + v|| <= ||u|| + ||v||
What is the Parallelogram Inequality?
||u + v||^2 + ||u - v||^2 = 2(||u||^2 + ||v||^2)
What is orthonormal?
A set of vectors are orthonormal if all vectors in the set are pairwise orthogonal and have norm 1