The orthogonality subtree branches into several specialized topics — inner products, orthogonal and orthonormal sets, projections, Gram–Schmidt, and least squares — each developed in its own page. The table below collects each topic alongside its key statement and the main formula or result, providing a roadmap from this hub into the deeper material and a single reference for the central facts.
| Topic |
Key statement |
Main formula or result |
| Orthogonal vectors |
u · v = 0 means u and v are perpendicular |
the dot-product-zero test |
| Orthogonal complement W⊥ |
vectors perpendicular to every vector in W form a subspace |
dim W + dim W⊥ = n; every v = w + w⊥ uniquely |
| Inner product |
generalizes the dot product to arbitrary vector spaces |
symmetry, linearity, positive definiteness; induces norm, distance, Cauchy–Schwarz |
| Orthogonal & orthonormal sets |
pairwise-perpendicular vectors are automatically independent |
in an orthonormal basis, coordinates are free: ci = qi · v |
| Projection onto a subspace |
the closest point in W to a given b |
projection matrix P = A(AᵀA)⁻¹Aᵀ; idempotent and symmetric |
| Gram–Schmidt process |
converts any basis into an orthonormal one |
sequential projection subtraction; produces A = QR (QR decomposition) |
| Least squares |
best approximate solution when A x = b has none |
normal equations AᵀA x̂ = Aᵀb; A x̂ is the projection of b onto Col(A) |