Equivalent conditions for DVR #
In DiscreteValuationRing.TFAE
, we show that the following are equivalent for a
noetherian local domain that is not a field (R, m, k)
:
R
is a discrete valuation ringR
is a valuation ringR
is a dedekind domainR
is integrally closed with a unique prime idealm
is principaldimₖ m/m² = 1
- Every nonzero ideal is a power of
m
.
Also see tfae_of_isNoetherianRing_of_localRing_of_isDomain
for a version without ¬ IsField R
.
theorem
exists_maximalIdeal_pow_eq_of_principal
(R : Type u_1)
[CommRing R]
[IsNoetherianRing R]
[LocalRing R]
[IsDomain R]
(h' : Submodule.IsPrincipal (LocalRing.maximalIdeal R))
(I : Ideal R)
(hI : I ≠ ⊥)
:
∃ (n : ℕ), I = LocalRing.maximalIdeal R ^ n
theorem
maximalIdeal_isPrincipal_of_isDedekindDomain
(R : Type u_1)
[CommRing R]
[LocalRing R]
[IsDomain R]
[IsDedekindDomain R]
:
theorem
tfae_of_isNoetherianRing_of_localRing_of_isDomain
(R : Type u_1)
[CommRing R]
[IsNoetherianRing R]
[LocalRing R]
[IsDomain R]
:
[IsPrincipalIdealRing R, ValuationRing R, IsDedekindDomain R,
IsIntegrallyClosed R ∧ ∀ (P : Ideal R), P ≠ ⊥ → P.IsPrime → P = LocalRing.maximalIdeal R,
Submodule.IsPrincipal (LocalRing.maximalIdeal R),
Module.finrank (LocalRing.ResidueField R) (LocalRing.CotangentSpace R) ≤ 1,
∀ (I : Ideal R), I ≠ ⊥ → ∃ (n : ℕ), I = LocalRing.maximalIdeal R ^ n].TFAE
Let (R, m, k)
be a noetherian local domain (possibly a field).
The following are equivalent:
0. R
is a PID
R
is a valuation ringR
is a dedekind domainR
is integrally closed with at most one non-zero prime idealm
is principaldimₖ m/m² ≤ 1
- Every nonzero ideal is a power of
m
.
Also see DiscreteValuationRing.TFAE
for a version assuming ¬ IsField R
.
theorem
DiscreteValuationRing.TFAE
(R : Type u_1)
[CommRing R]
[IsNoetherianRing R]
[LocalRing R]
[IsDomain R]
(h : ¬IsField R)
:
[DiscreteValuationRing R, ValuationRing R, IsDedekindDomain R, IsIntegrallyClosed R ∧ ∃! P : Ideal R, P ≠ ⊥ ∧ P.IsPrime,
Submodule.IsPrincipal (LocalRing.maximalIdeal R),
Module.finrank (LocalRing.ResidueField R) (LocalRing.CotangentSpace R) = 1,
∀ (I : Ideal R), I ≠ ⊥ → ∃ (n : ℕ), I = LocalRing.maximalIdeal R ^ n].TFAE
The following are equivalent for a
noetherian local domain that is not a field (R, m, k)
:
0. R
is a discrete valuation ring
R
is a valuation ringR
is a dedekind domainR
is integrally closed with a unique non-zero prime idealm
is principaldimₖ m/m² = 1
- Every nonzero ideal is a power of
m
.
Also see tfae_of_isNoetherianRing_of_localRing_of_isDomain
for a version without ¬ IsField R
.
theorem
LocalRing.finrank_CotangentSpace_eq_one_iff
{R : Type u_1}
[CommRing R]
[IsNoetherianRing R]
[LocalRing R]
[IsDomain R]
:
theorem
LocalRing.finrank_CotangentSpace_eq_one
(R : Type u_1)
[CommRing R]
[IsDomain R]
[DiscreteValuationRing R]
:
@[instance 100]
instance
IsDedekindDomain.isPrincipalIdealRing
(R : Type u_1)
[CommRing R]
[LocalRing R]
[IsDedekindDomain R]
:
Equations
- ⋯ = ⋯