Mathlib Map

Theorems · Theorem · commutative algebra

LinearMap.eventually_iSup_ker_pow_eq

∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [IsNoetherian R M]
  (f : M →ₗ[R] M), ∀ᶠ (n : ℕ) in Filter.atTop, ⨆ m, (f ^ m).ker = (f ^ n).ker
Defined in
Mathlib.RingTheory.Noetherian.Defs
Cited by
2 results in Mathlib
Foundations
Depth 83 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SemiringAddCommMonoidModuleIsNoetherian

Around this declaration

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

Cites23

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.