Mathlib Map

Theorems · Theorem · commutative algebra

IsDiscreteValuationRing.iff_pid_with_one_nonzero_prime

∀ (R : Type u) [inst : CommRing R] [inst_1 : IsDomain R],
  IsDiscreteValuationRing R ↔ IsPrincipalIdealRing R ∧ ∃! P, P ≠ ⊥ ∧ P.IsPrime

An integral domain is a DVR iff it's a PID with a unique non-zero prime ideal.

Defined in
Mathlib.RingTheory.DiscreteValuationRing.Basic
Cited by
2 results in Mathlib
Foundations
Depth 78 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

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

Cites28

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

Cited by2

Results whose statement or proof uses this declaration.