Complemented subspaces of normed vector spaces #
A submodule p of a topological module E over R is called complemented if there exists
a continuous linear projection f : E →ₗ[R] p, ∀ x : p, f x = x. We prove that for
a closed subspace of a normed space this condition is equivalent to existence of a closed
subspace q such that p ⊓ q = ⊥, p ⊔ q = ⊤. We also prove that a subspace of finite codimension
is always a complemented subspace.
Tags #
complemented subspace, normed vector space
If f : E →L[R] F and g : E →L[R] G are two surjective linear maps and
their kernels are complement of each other, then x ↦ (f x, g x) defines
a linear equivalence E ≃L[R] F × G.
Equations
- f.equivProdOfSurjectiveOfIsCompl g hf hg hfg = ((↑f).equivProdOfSurjectiveOfIsCompl (↑g) hf hg hfg).toContinuousLinearEquivOfContinuous ⋯
Instances For
If q is a closed complement of a closed subspace p, then p × q is continuously
isomorphic to E.
Equations
- Submodule.prodEquivOfClosedCompl p q h hp hq = (Submodule.prodEquivOfIsCompl p q h).toContinuousLinearEquivOfContinuous ⋯
Instances For
Projection to a closed submodule along a closed complement.
Equations
- Submodule.linearProjOfClosedCompl p q h hp hq = (ContinuousLinearMap.fst 𝕜 ↥p ↥q).comp ↑(Submodule.prodEquivOfClosedCompl p q h hp hq).symm