Theorems · Theorem · commutative algebra
IsDedekindDomain.HeightOneSpectrum.inf_pow_eq_prod
∀ {R : Type u_1} [inst : CommRing R] {ι : Type u_4} [IsDedekindDomain R] (s : Finset ι) (e : ι → ℕ)
(f : ι → IsDedekindDomain.HeightOneSpectrum R),
(∀ i ∈ s, ∀ j ∈ s, i ≠ j → f i ≠ f j) → (s.inf fun i => (f i).asIdeal ^ e i) = ∏ i ∈ s, (f i).asIdeal ^ e iThe intersection of distinct prime powers in a Dedekind domain is the product of these
prime powers.
See IsDedekindDomain.inf_pow_eq_prod_of_prime for the version in terms of Ideal R.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 83 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.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CommRingstatement and proof · cited by 17,173
- Finsetstatement and proof · cited by 13,712
- SetLike.coeproof · cited by 8,199
- Idealstatement and proof · cited by 4,748
- Finset.prodstatement · cited by 2,356
- iInfproof · cited by 1,690
- IsDedekindDomainstatement and proof · cited by 668
- IsDedekindDomain.HeightOneSpectrumstatement and proof · cited by 338
- Finset.infstatement and proof · cited by 219
- IsDedekindDomain.HeightOneSpectrum.asIdealstatement and proof · cited by 156
- Finset.inf_eq_iInfproof · cited by 19
- Ideal.prod_eq_iInf_of_pairwise_isCoprimeproof · cited by 4
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.