Theorems · Theorem · commutative algebra
Ideal.isPrimary_iff
∀ {R : Type u_1} [inst : CommSemiring R] {I : Ideal R},
I.IsPrimary ↔ I ≠ ⊤ ∧ ∀ {x y : R}, x * y ∈ I → x ∈ I ∨ y ∈ I.radicalA proper ideal I is primary iff xy ∈ I implies x ∈ I or y ∈ radical I.
- Defined in
- Mathlib.RingTheory.Ideal.IsPrimary
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 79 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommSemiring
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommSemiringstatement and proof · cited by 10,911
- Top.topstatement and proof · cited by 9,680
- Idealstatement and proof · cited by 4,748
- mul_commproof · cited by 2,262
- Ideal.spanproof · cited by 948
- Ideal.radicalstatement and proof · cited by 121
- Ideal.mul_topproof · cited by 42
- Ideal.IsPrimarystatement · cited by 13
Cited by4
Results whose statement or proof uses this declaration.
- IsLocalization.under_map_of_isPrimary_disjointproof · cited by 2
- Ideal.IsPrime.isPrimaryproof · cited by 2
- Ideal.isPrimary_of_isMaximal_radicalproof · cited by 0
- Ideal.IsPrimary.comapproof · cited by 0