Mathlib Map

Theorems · Theorem · functional analysis

ContinuousLinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff

∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : TopologicalSpace M] [inst_2 : AddCommGroup M]
  [inst_3 : Module R M] {f T : M →L[R] M},
  IsIdempotentElem f → ((↑f).ker ∈ Module.End.invtSubmodule ↑T ↔ f ∘SL T ∘SL f = f ∘SL T)

ker f is invariant under T if and only if f ∘L T ∘L f = f ∘L T, for idempotent f.

Defined in
Mathlib.Topology.Algebra.Module.ContinuousLinearMap.Idempotent
Cited by
3 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingTopologicalSpaceAddCommGroupModule

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites15

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by3

Results whose statement or proof uses this declaration.