Mathlib Map

Theorems · Theorem · linear algebra

LinearMap.IsProj.mem_iff_map_id

∀ {S : Type u_5} [inst : Semiring S] {M : Type u_6} [inst_1 : AddCommMonoid M] [inst_2 : Module S M] {m : Submodule S M}
  {f : M →ₗ[S] M}, LinearMap.IsProj m f → ∀ {x : M}, x ∈ m ↔ f x = x
Defined in
Mathlib.LinearAlgebra.Projection
Cited by
2 results in Mathlib
Foundations
Depth 21 from the axioms · uses no axioms
Assumes
SemiringAddCommMonoidModule

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.

Cited by2

Results whose statement or proof uses this declaration.