Theorems · Theorem · commutative algebra
Submodule.fg_induction
∀ {R : Type u_4} {M : Type u_5} [inst : Semiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
{motive : (N : Submodule R M) → N.FG → Prop},
(∀ (x : M), motive (R ∙ x) ⋯) →
(∀ (N₁ N₂ : Submodule R M) (hN₁ : N₁.FG) (hN₂ : N₂.FG), motive N₁ hN₁ → motive N₂ hN₂ → motive (N₁ ⊔ N₂) ⋯) →
∀ (N : Submodule R M) (hN : N.FG), motive N hN- Defined in
- Mathlib.RingTheory.Finiteness.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 70 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SemiringAddCommMonoidModule
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.
- Setstatement · cited by 53,352
- Modulestatement and proof · cited by 20,661
- Semiringstatement and proof · cited by 13,802
- Finsetproof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- SetLike.coeproof · cited by 8,199
- Submodulestatement and proof · cited by 7,192
- Bot.botproof · cited by 4,720
- Submodule.spanstatement and proof · cited by 1,504
- Submodule.FGstatement and proof · cited by 230
- sup_commproof · cited by 165
- Finset.coe_insertproof · cited by 124
Cited by3
Results whose statement or proof uses this declaration.
- Ideal.exists_radical_pow_le_of_fgproof · cited by 4
- Ideal.exists_pow_le_of_le_radical_of_fgproof · cited by 2
- IsBezout.iff_span_pair_isPrincipalproof · cited by 1