Factorization of ideals and fractional ideals of Dedekind domains #
This file includes finset versions of ideal factors.
theorem
Ideal.finite_factors_of_nonZeroDivisor
{R : Type u_1}
[CommRing R]
[IsDedekindDomain R]
(r : ↥(nonZeroDivisors R))
:
{v : IsDedekindDomain.HeightOneSpectrum R | v.asIdeal ∣ Ideal.span {↑r}}.Finite
@[reducible, inline]
abbrev
Ideal.factorsFinset
{R : Type u_1}
[CommRing R]
[IsDedekindDomain R]
{I : Ideal R}
(h : I ≠ 0)
:
Equations
- Ideal.factorsFinset h = ⋯.toFinset
Instances For
@[reducible, inline]
abbrev
Ideal.factorsFinset_of_nonZeroDivisor
{R : Type u_1}
[CommRing R]
[IsDedekindDomain R]
(r : ↥(nonZeroDivisors R))
:
Equations
- Ideal.factorsFinset_of_nonZeroDivisor r = ⋯.toFinset