Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.IsIdempotentElem.comp_eq_left_iff

∀ {S : Type u_5} [inst : Semiring S] {M : Type u_7} [inst_1 : AddCommGroup M] [inst_2 : Module S M] {q : M →ₗ[S] M},
  IsIdempotentElem q →
    ∀ {E : Type u_8} [inst_3 : AddCommGroup E] [inst_4 : Module S E] (p : M →ₗ[S] E), p ∘ₗ q = p ↔ q.ker ≤ p.ker
Defined in
Mathlib.LinearAlgebra.Projection
Cited by
1 results in Mathlib
Foundations
Depth 49 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommGroupModuleAddCommGroupModule

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.

Cited by1

Results whose statement or proof uses this declaration.