Theorems · Theorem · commutative algebra
Ideal.eq_span_singleton_of_mem_of_notMem_sq_of_notMem_prime_ne
∀ {R : Type u_1} [inst : CommRing R] {P : Ideal R},
P.IsPrime →
∀ [IsDedekindDomain R] {x : R},
x ∈ P → x ∉ P ^ 2 → (∀ (Q : Ideal R), Q.IsPrime → Q ≠ P → x ∉ Q) → P = Ideal.span {x}Let P be a prime ideal, x ∈ P \ P² and x ∉ Q for all prime ideals Q ≠ P.
Then P is generated by x.
- Defined in
- Mathlib.RingTheory.DedekindDomain.PID
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 152 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CommRingIsDedekindDomain
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites30
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- CommRingstatement and proof · cited by 17,173
- Idealstatement and proof · cited by 4,748
- Bot.botproof · cited by 4,720
- Multisetproof · cited by 2,627
- zero_addproof · cited by 2,366
- pow_zeroproof · cited by 1,094
- Ideal.spanstatement and proof · cited by 948
- pow_oneproof · cited by 894
- Ideal.IsPrimestatement and proof · cited by 827
- IsDedekindDomainstatement and proof · cited by 668
- Multiset.countproof · cited by 302
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.