Theorems · Theorem · linear algebra
LinearMap.IsIdempotentElem.mem_range_iff
∀ {S : Type u_5} [inst : Semiring S] {M : Type u_6} [inst_1 : AddCommMonoid M] [inst_2 : Module S M] {p : M →ₗ[S] M},
IsIdempotentElem p → ∀ {x : M}, x ∈ p.range ↔ p x = xGiven an idempotent linear operator p, we have
x ∈ range p if and only if p(x) = x for all x.
- Defined in
- Mathlib.LinearAlgebra.Projection
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 29 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
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.coestatement · 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.rangestatement · cited by 893
- IsIdempotentElemstatement and proof · cited by 217
- LinearMap.IsIdempotentElem.isProj_rangeproof · cited by 8
- LinearMap.IsProj.mem_iff_map_idproof · cited by 2
Cited by3
Results whose statement or proof uses this declaration.
- LinearMap.IsIdempotentElem.ext_iffproof · cited by 3
- LinearMap.IsIdempotentElem.comp_eq_right_iffproof · cited by 2
- LinearMap.IsSymmetricProjection.le_iff_range_le_rangeproof · cited by 1