Theorems · Theorem · commutative algebra
IsNoetherian.induction
∀ {R : Type u_1} {M : Type u_2} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] [IsNoetherian R M]
{P : Submodule R M → Prop}, (∀ (I : Submodule R M), (∀ J > I, P J) → P I) → ∀ (I : Submodule R M), P IIf ∀ I > J, P I implies P J, then P holds for all submodules.
- Defined in
- Mathlib.RingTheory.Noetherian.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites6
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
- Semiringstatement and proof · cited by 13,802
- AddCommMonoidstatement and proof · cited by 12,281
- Submodulestatement and proof · cited by 7,192
- IsNoetherianstatement and proof · cited by 208
- IsWellFounded.inductionproof · cited by 5
Cited by2
Results whose statement or proof uses this declaration.
- PrimeSpectrum.exists_primeSpectrum_prod_le_and_ne_bot_of_domainproof · cited by 1
- PrimeSpectrum.exists_primeSpectrum_prod_leproof · cited by 0