Theorems · Definition · commutative algebra
IsDedekindDomain.HeightOneSpectrum.quotientEquivPiOfProdEq
{R : Type u_1} →
[inst : CommRing R] →
{ι : Type u_4} →
[IsDedekindDomain R] →
[inst_2 : Fintype ι] →
(I : Ideal R) →
(P : ι → IsDedekindDomain.HeightOneSpectrum R) →
(e : ι → ℕ) →
(Pairwise fun i j => P i ≠ P j) →
∏ i, (P i).asIdeal ^ e i = I → R ⧸ I ≃+* ((i : ι) → R ⧸ (P i).asIdeal ^ e i)Chinese remainder theorem for a Dedekind domain: if the ideal I factors as
∏ i, P i ^ e i, then R ⧸ I factors as Π i, R ⧸ (P i ^ e i).
See IsDedekindDomain.quotientEquivPiOfProdEq for the version in terms of Ideal R.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 92 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- Fintypestatement and proof · cited by 7,736
- Idealstatement and proof · cited by 4,748
- Finset.univstatement and proof · cited by 3,473
- Finset.prodstatement and proof · cited by 2,356
- HasQuotient.Quotientstatement · cited by 2,301
- RingEquivstatement · cited by 1,147
- IsDedekindDomainstatement and proof · cited by 668
- Pairwisestatement and proof · cited by 516
- IsDedekindDomain.HeightOneSpectrumstatement and proof · cited by 338
- IsDedekindDomain.HeightOneSpectrum.asIdealstatement and proof · cited by 156
- RingEquiv.transproof · cited by 54
Cited by1
Results whose statement or proof uses this declaration.
- IsDedekindDomain.quotientEquivPiOfProdEqproof · cited by 0