Theorems · Theorem · commutative algebra
isDedekindDomain_iff
∀ (A : Type u_2) [inst : CommRing A] (K : Type u_4) [inst_1 : CommRing K] [inst_2 : Algebra A K] [IsFractionRing A K],
IsDedekindDomain A ↔
IsDomain A ∧ IsNoetherianRing A ∧ Ring.DimensionLEOne A ∧ ∀ {x : K}, IsIntegral A x → ∃ y, (algebraMap A K) y = xAn integral domain is a Dedekind domain iff and only if it is Noetherian, has dimension ≤ 1, and is integrally closed in a given fraction field. In particular, this definition does not depend on the choice of this fraction field.
- Defined in
- Mathlib.RingTheory.DedekindDomain.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 118 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- RingHomstatement · cited by 10,189
- Algebra.algebraMapstatement and proof · cited by 4,706
- IsDomainstatement and proof · cited by 2,196
- IsFractionRingstatement and proof · cited by 738
- IsDedekindDomainstatement and proof · cited by 668
- IsIntegralstatement and proof · cited by 427
- IsNoetherianRingstatement and proof · cited by 268
- IsIntegrallyClosedproof · cited by 203
- Ring.DimensionLEOnestatement and proof · cited by 12
Cited by1
Results whose statement or proof uses this declaration.
- IsLocalization.isDedekindDomainproof · cited by 1