Theorems · Theorem · linear algebra
LinearMap.IsIdempotentElem.comp_eq_right_iff
∀ {S : Type u_5} [inst : Semiring S] {M : Type u_6} [inst_1 : AddCommMonoid M] [inst_2 : Module S M] {q : M →ₗ[S] M},
IsIdempotentElem q →
∀ {E : Type u_7} [inst_3 : AddCommMonoid E] [inst_4 : Module S E] (p : E →ₗ[S] M), q ∘ₗ p = p ↔ p.range ≤ q.rangeGiven an idempotent linear operator q,
we have q ∘ p = p iff range p ⊆ range q for all p.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 30 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Modulestatement and proof · cited by 20,661
- RingHom.idstatement and proof · cited by 18,349
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- LinearMapstatement and proof · cited by 10,215
- Submodulestatement · cited by 7,192
- LinearMap.compstatement · cited by 1,642
- LinearMap.rangestatement and proof · cited by 893
- IsIdempotentElemstatement and proof · cited by 217
- LinearMap.IsIdempotentElem.mem_range_iffproof · cited by 3
Cited by2
Results whose statement or proof uses this declaration.
- LinearMap.IsIdempotentElem.range_mem_invtSubmodule_iffproof · cited by 5
- LinearMap.IsSymmetricProjection.sub_of_range_le_rangeproof · cited by 1