Inner product space
Dependencies:
Let $F$ be a subfield of $\mathbb{C}$ (complex numbers). Let $V$ be a vector space over $F$.
The inner product is a function from $V \times V$ to $F$. The inner product of $\mathbf{u}$ and $\mathbf{v}$ is denoted as $\langle \mathbf{u}, \mathbf{v} \rangle$.
$V$ is an inner product space if it satisfies the following properties:
- Conjugate symmetry: $\langle \mathbf{u}, \mathbf{v} \rangle = \overline{\langle \mathbf{v}, \mathbf{u} \rangle}$.
- Linearity in the first argument:
- $\langle \mathbf{u_1} + \mathbf{u_2}, \mathbf{v} \rangle = \langle \mathbf{u_1}, \mathbf{v} \rangle + \langle \mathbf{u_2}, \mathbf{v} \rangle$.
- $a\langle \mathbf{u}, \mathbf{v} \rangle = \langle a\mathbf{u}, \mathbf{v} \rangle$.
- Positive definiteness:
- (positive semidefiniteness) $\langle \mathbf{v}, \mathbf{v} \rangle \ge 0$.
- $\langle \mathbf{v}, \mathbf{v} \rangle = 0 \iff \mathbf{v} = 0$.
$\langle \mathbf{v}, \mathbf{v} \rangle$ is also denoted as $\|\mathbf{v}\|^2$. Also, $\operatorname{norm}(\mathbf{v}) = \|\mathbf{v}\| = \sqrt{\langle \mathbf{v}, \mathbf{v} \rangle}$.
Dependency for:
- Cauchy-Schwarz inequality for random variables
- Extreme direction of convex cone as extreme point of intersection with hyperplane
- Vertex of a set
- Vertex implies extreme point
- Symmetric operator
- Triangle inequality
- x and y are parallel iff ∥x∥²∥y∥² = |< x, y >|².
- Coordinatization over orthogonal vectors
- Pythagorean theorem
- Zero in inner product
- Cauchy-Schwarz Inequality
- A set of mutually orthogonal vectors is linearly independent
- Gram-Schmidt Process
- Orthogonality and orthonormality
- Joining orthogonal linindep sets
- Inner product is anti-linear in second argument
- Orthonormal basis change matrix
- Matrices form an inner-product space
Info:
- Depth: 4
- Number of transitive dependencies: 4