A subspace and its orthogonal complement split the space (Three.VI.3)
Openhefferon_orthogonal_projection_decompositiongram-schmidtinner-productlinear-algebraorthogonal-projection
Let be a subspace of a finite-dimensional real inner product space. Then and its orthogonal complement are complementary: they intersect trivially and together span the whole space, so every vector decomposes uniquely as its orthogonal projection into plus a vector orthogonal to .
Preamble
import Definitions.Def_hefferon_prelude open Matrix open HefferonLinAlg
Formal statement
theorem hefferon_orthogonal_projection_decomposition
{V : Type*} [NormedAddCommGroup V] [InnerProductSpace ℝ V] [FiniteDimensional ℝ V]
(S : Submodule ℝ V) :
IsCompl S Sᗮ := by
sorrySource
Jim Hefferon, *Linear Algebra*, Saint Michael's College, 2020 printing, Chapter Three, Section VI.3, Theorem 3.4, p. 298