Theorems · Theorem · commutative algebra
Submodule.fg_sup_span_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},
motive ⊥ ⋯ →
(∀ (N : Submodule R M) (x : M) (hN : N.FG), motive N hN → motive (N ⊔ R ∙ x) ⋯) →
∀ (N : Submodule R M) (hN : N.FG), motive N hN- Defined in
- Mathlib.RingTheory.Finiteness.Basic
- Cited by
- 0 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.botstatement and proof · 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 by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.