Mathlib Map

Theorems · Definition · commutative algebra

Submodule.IsPrimary

{R : Type u_1} →
  {M : Type u_2} → [inst : CommSemiring R] → [inst_1 : AddCommMonoid M] → [inst_2 : Module R M] → Submodule R M → Prop

A proper submodule S : Submodule R M is primary iff r • x ∈ S implies x ∈ S or ∃ n : ℕ, r ^ n • (⊤ : Submodule R M) ≤ S. This generalizes Ideal.IsPrimary.

Defined in
Mathlib.RingTheory.IsPrimary
Cited by
16 results in Mathlib
Foundations
Depth 68 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommSemiringAddCommMonoidModule

Around this declaration

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

Cites5

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

Cited by20

Results whose statement or proof uses this declaration.