Mathlib Map

Theorems · Theorem · commutative algebra

LinearMap.isCompl_iSup_ker_pow_iInf_range_pow

∀ {R : Type u_1} {M : Type u_2} [inst : Ring R] [inst_1 : AddCommGroup M] [inst_2 : Module R M] [IsArtinian R M]
  [IsNoetherian R M] (f : M →ₗ[R] M), IsCompl (⨆ n, (f ^ n).ker) (⨅ n, (f ^ n).range)

This is the Fitting decomposition of the module M with respect to the endomorphism f. See also LinearMap.eventually_isCompl_ker_pow_range_pow for an alternative spelling.

Defined in
Mathlib.RingTheory.Artinian.Module
Cited by
2 results in Mathlib
Foundations
Depth 85 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RingAddCommGroupModuleIsArtinianIsNoetherian

Around this declaration

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

Cites19

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

  • Modulestatement and proof · cited by 20,661
  • RingHom.idstatement and proof · cited by 18,349
  • AddCommGroupstatement and proof · cited by 12,871
  • LinearMapstatement and proof · cited by 10,215
  • Ringstatement and proof · cited by 7,463
  • Submodulestatement and proof · cited by 7,192
  • iSupstatement and proof · cited by 2,415
  • le_reflproof · cited by 2,061
  • iInfstatement and proof · cited by 1,690
  • LinearMap.rangestatement and proof · cited by 893
  • LinearMap.kerstatement and proof · cited by 848
  • IsComplstatement and proof · cited by 351

Cited by2

Results whose statement or proof uses this declaration.