Mathlib Map

Theorems · Theorem · commutative algebra

Submodule.le_of_isLocalized_span

∀ {R : Type u_1} {M : Type u_2} [inst : CommSemiring R] [inst_1 : AddCommMonoid M] [inst_2 : Module R M] (s : Set R),
  Ideal.span s = ⊤ →
    ∀ (Mₚ : ↑s → Type u_5) [inst_3 : (r : ↑s) → AddCommMonoid (Mₚ r)] [inst_4 : (r : ↑s) → Module R (Mₚ r)]
      (f : (r : ↑s) → M →ₗ[R] Mₚ r) [inst_5 : ∀ (r : ↑s), IsLocalizedModule.Away (↑r) (f r)] {N P : Submodule R M},
      (∀ (r : ↑s),
          Submodule.localized₀ (Submonoid.powers ↑r) (f r) N ≤ Submodule.localized₀ (Submonoid.powers ↑r) (f r) P) →
        N ≤ P
Defined in
Mathlib.RingTheory.LocalProperties.Submodule
Cited by
2 results in Mathlib
Foundations
Depth 77 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModuleAddCommMonoidModuleIsLocalizedModule.Away

Around this declaration

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

Cites17

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

  • DFunLike.coeproof · cited by 62,936
  • Setstatement and proof · cited by 53,352
  • Modulestatement and proof · cited by 20,661
  • RingHom.idstatement and proof · cited by 18,349
  • AddCommMonoidstatement and proof · cited by 12,281
  • CommSemiringstatement and proof · cited by 10,911
  • LinearMapstatement and proof · cited by 10,215
  • 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
  • Ideal.spanstatement and proof · cited by 948

Cited by2

Results whose statement or proof uses this declaration.