Theorems · Theorem · commutative algebra
Submodule.mem_of_span_eq_top_of_smul_pow_mem
∀ {R : Type u} {M : Type v} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M]
(M' : Submodule R M) (s : Set R), Ideal.span s = ⊤ → ∀ (x : M), (∀ (r : ↑s), ∃ n, ↑r ^ n • x ∈ M') → x ∈ M'Given s, a generating set of R, to check that an x : M falls in a
submodule M' of x, we only need to show that r ^ n • x ∈ M' for some n for each r : s.
- Defined in
- Mathlib.RingTheory.Ideal.Operations
- Cited by
- 6 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.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement and proof · cited by 53,352
- Modulestatement and proof · cited by 20,661
- AddCommMonoidstatement and proof · cited by 12,281
- CommSemiringstatement and proof · cited by 10,911
- Top.topstatement and proof · cited by 9,680
- Submodulestatement and proof · cited by 7,192
- Set.Elemstatement and proof · cited by 7,166
- Idealstatement · cited by 4,748
- Set.rangeproof · cited by 4,705
- Ideal.spanstatement and proof · cited by 948
- Submodule.mem_of_span_top_of_smul_memproof · cited by 2
- Ideal.span_range_pow_eq_topproof · cited by 1
Cited by6
Results whose statement or proof uses this declaration.
- Module.Finite.of_localizationSpan_finite'proof · cited by 2
- IsLocalization.ideal_eq_iInf_under_map_awayproof · cited by 2
- Algebra.FiniteType.of_span_eq_top_sourceproof · cited by 1
- RingHom.finite_ofLocalizationSpanproof · cited by 0
- RingHom.isIntegral_ofLocalizationSpanproof · cited by 0
- RingHom.surjective_ofLocalizationSpanproof · cited by 0