Mathlib Map

Theorems · Definition · commutative algebra

Polynomial.UniversalCoprimeFactorizationRing

{R : Type u_1} → [inst : CommRing R] → {n : ℕ} → (m k : ℕ) → n = m + k → Polynomial.MonicDegreeEq R n → Type u_1

The universal coprime factorization ring of a monic polynomial p of degree n. This is the representing object of the functor S ↦ "factorizations of p into coprime (monic deg m) * (monic deg k) in S". See UniversalCoprimeFactorizationRing.homEquiv.

Defined in
Mathlib.RingTheory.Polynomial.UniversalFactorizationRing
Cited by
7 results in Mathlib
Foundations
Depth 128 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by10

Results whose statement or proof uses this declaration.