Idempotent continuous linear maps #
In this file, we study the idempotent elements (IsIdempotentElem) of the ring M →L[R] M of
continuous endomorphisms of a topological R-module M.
Main statements #
ContinuousLinearMap.isIdempotentElem_toLinearMap_iff:Tis idempotent as an element ofM →L[R] Mif and only if it is such as an element ofM →ₗ[R] M;ContinuousLinearMap.IsIdempotentElem.ext_iff: idempotent elements ofM →L[R] Mare determined by their range and kernel;ContinuousLinearMap.IsIdempotentElem.commute_iff: a continuous linear mapScommutes with an idempotentTif and only if the range and kernel ofTareS-invariant;ContinuousLinearMap.IsIdempotentElem.isCLosed_range: an idempotent continuous linear map has closed range.
Further results can be found in the Mathlib/Topology/Algebra/Module/Complement.lean module, where
we show that idempotent elements of M →L[R] M are precisely the projections associated to
topological complement submodules.
Alias of the reverse direction of ContinuousLinearMap.isIdempotentElem_toLinearMap_iff.
Idempotent operators are equal iff their range and kernels are.
Alias of the reverse direction of ContinuousLinearMap.IsIdempotentElem.ext_iff.
Idempotent operators are equal iff their range and kernels are.
range f is invariant under T if and only if f ∘L T ∘L f = T ∘L f,
for idempotent f.
Alias of the reverse direction of ContinuousLinearMap.IsIdempotentElem.range_mem_invtSubmodule_iff.
range f is invariant under T if and only if f ∘L T ∘L f = T ∘L f,
for idempotent f.
Alias of the forward direction of ContinuousLinearMap.IsIdempotentElem.range_mem_invtSubmodule_iff.
range f is invariant under T if and only if f ∘L T ∘L f = T ∘L f,
for idempotent f.
ker f is invariant under T if and only if f ∘L T ∘L f = f ∘L T,
for idempotent f.
Alias of the reverse direction of ContinuousLinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff.
ker f is invariant under T if and only if f ∘L T ∘L f = f ∘L T,
for idempotent f.
Alias of the forward direction of ContinuousLinearMap.IsIdempotentElem.ker_mem_invtSubmodule_iff.
ker f is invariant under T if and only if f ∘L T ∘L f = f ∘L T,
for idempotent f.
An idempotent operator f commutes with T if and only if
both range f and ker f are invariant under T.
An idempotent operator f commutes with a unit operator T if and only if
T (range f) = range f and T (ker f) = ker f.
Alias of LinearMap.IsIdempotentElem.range_eq_ker.
Alias of LinearMap.IsIdempotentElem.ker_eq_range.