The homomorphism from R ⧸ ⨅ i, I i
to Π i, R ⧸ I i
featured in the Chinese
Remainder Theorem.
Instances For
theorem
chineseMap_mk
{ι : Type u_1}
{R : Type u_2}
[CommRing R]
(I : ι → Ideal R)
(x : R)
:
(chineseMap I) ⟦x⟧ = fun (i : ι) => (Ideal.Quotient.mk (I i)) x
theorem
chineseMap_mk'
{ι : Type u_1}
{R : Type u_2}
[CommRing R]
(I : ι → Ideal R)
(x : R)
(i : ι)
:
(chineseMap I) ((Ideal.Quotient.mk (⨅ (i : ι), I i)) x) i = (Ideal.Quotient.mk (I i)) x
noncomputable def
chineseIso
{ι : Type u_1}
{R : Type u_2}
[CommRing R]
[Fintype ι]
(f : ι → Ideal R)
(hf : ∀ (i j : ι), i ≠ j → IsCoprime (f i) (f j))
:
Equations
- chineseIso f hf = { toEquiv := Equiv.ofBijective ⇑(chineseMap f) ⋯, map_mul' := ⋯, map_add' := ⋯ }
Instances For
Equations
- circleEquation = MvPolynomial.X 0 ^ 2 + MvPolynomial.X 1 ^ 2 - 1