Theorems · Definition · linear algebra
Submodule.projectionOnto
{R : Type u_1} →
[inst : Ring R] →
{E : Type u_2} →
[inst_1 : AddCommGroup E] → [inst_2 : Module R E] → (p q : Submodule R E) → IsCompl p q → E →ₗ[R] ↥pProjection to a submodule along a complement. It is the unique
linear map f : E → p such that f x = x for x ∈ p and f x = 0 for x ∈ q.
For the projection from E to E, see Submodule.projection. See also:
* Submodule.projectionOntoL and Submodule.projectionL for the continuous versions.
* Submodule.orthogonalProjection and Submodule.orthogonalProjectionOnto for the projections
along the orthogonal subspace.
See also LinearMap.linearProjOfIsCompl.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 81 results in Mathlib
- Foundations
- Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- RingAddCommGroupModule
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement · cited by 18,349
- AddCommGroupstatement and proof · cited by 12,871
- LinearMapstatement · cited by 10,215
- Ringstatement and proof · cited by 7,463
- Submodulestatement and proof · cited by 7,192
- LinearMap.compproof · cited by 1,642
- LinearEquiv.symmproof · cited by 1,461
- LinearEquiv.toLinearMapproof · cited by 1,171
- IsComplstatement and proof · cited by 351
- LinearMap.fstproof · cited by 64
- Submodule.prodEquivOfIsComplproof · cited by 35
Cited by87
Results whose statement or proof uses this declaration.
- Submodule.projectionproof · cited by 63
- Submodule.projectionOnto_apply_leftstatement · cited by 23
- Submodule.quotientEquivOfIsComplproof · cited by 23
- Submodule.projectionOntoLproof · cited by 20
- Submodule.projectionOnto_apply_rightstatement · cited by 12
- LinearMap.linearProjOfIsComplproof · cited by 9
- Submodule.prodEquivOfIsCompl_symm_applystatement · cited by 7
- Submodule.ker_projectionOntostatement · cited by 7
- LinearMap.ofIsCompl_eqproof · cited by 6
- Submodule.range_projectionproof · cited by 6
- Submodule.orthogonalDecomposition_applyproof · cited by 6
- Submodule.toLinearMap_prodEquivOfIsCompl_symmstatement and proof · cited by 5