Theorems · Definition · linear algebra
Submodule.projection
{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] EThe linear projection onto a subspace along its complement
as a map from the full space to itself, as opposed to Submodule.projectionOnto,
which maps into the subtype.
This version is important as it satisfies IsIdempotentElem.
See also:
* Submodule.projectionOntoL and Submodule.projectionL for the continuous versions.
* Submodule.orthogonalProjection and Submodule.orthogonalProjectionOnto for the projections
along the orthogonal subspace.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 63 results in Mathlib
- Foundations
- Depth 72 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.
Cites10
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
- Submodule.subtypeproof · cited by 480
- IsComplstatement and proof · cited by 351
- Submodule.projectionOntoproof · cited by 81
Cited by66
Results whose statement or proof uses this declaration.
- Submodule.starProjection_inner_eq_zeroproof · cited by 8
- Submodule.projection_add_projection_eq_selfstatement · cited by 7
- Submodule.range_projectionstatement · cited by 6
- Submodule.orthogonalProjectionOnto_norm_leproof · cited by 6
- LinearMap.IsIdempotentElem.eq_projectionstatement and proof · cited by 5
- Submodule.projection_apply_eq_zero_iffstatement · cited by 4
- Submodule.projection_apply_leftstatement · cited by 4
- Submodule.projection_eq_self_sub_projectionstatement · cited by 4
- Submodule.IsCompl.isTopCompl_iff_projectionOntoproof · cited by 3
- Submodule.projection_apply_memstatement · cited by 3
- Submodule.projection_eq_id_sub_projectionstatement · cited by 3
- Submodule.isIdempotentElem_projectionstatement · cited by 2