Theorems · Definition · commutative algebra
Polynomial.UniversalCoprimeFactorizationRing.homEquiv
{R : Type u_1} →
(S : Type u_2) →
[inst : CommRing R] →
[inst_1 : CommRing S] →
[inst_2 : Algebra R S] →
{n : ℕ} →
(m k : ℕ) →
(hn : n = m + k) →
(p : Polynomial.MonicDegreeEq R n) →
(Polynomial.UniversalCoprimeFactorizationRing m k hn p →ₐ[R] S) ≃
{ q // ↑q.1 * ↑q.2 = Polynomial.map (algebraMap R S) ↑p ∧ IsCoprime ↑q.1 ↑q.2 }The universal factorization ring represents
S ↦ "factorizations of p into coprime (monic deg m) * (monic deg k) in S".
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 161 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Algebrastatement and proof · cited by 11,388
- Equivstatement · cited by 8,337
- Polynomialstatement · cited by 5,681
- Algebra.algebraMapstatement and proof · cited by 4,706
- AlgHomstatement and proof · cited by 3,236
- Polynomial.coeffstatement · cited by 1,045
- Polynomial.mapstatement and proof · cited by 806
- AlgHom.compproof · cited by 501
- Submonoid.powersstatement · cited by 408
- IsCoprimestatement and proof · cited by 321
Cited by3
Results whose statement or proof uses this declaration.
- Polynomial.UniversalCoprimeFactorizationRing.homEquiv_comp_fststatement · cited by 1
- Polynomial.UniversalCoprimeFactorizationRing.homEquiv_comp_sndstatement · cited by 1