Mathlib Map

Theorems · Theorem · field theory

Polynomial.associated_of_dvd_of_natDegree_le_of_leadingCoeff

∀ {R : Type u} [inst : CommRing R] [IsDomain R] {p q : Polynomial R},
  p ∣ q → q.natDegree ≤ p.natDegree → q.leadingCoeff ∣ p.leadingCoeff → Associated p q
Defined in
Mathlib.Algebra.Polynomial.Div
Cited by
1 results in Mathlib
Foundations
Depth 109 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingIsDomain

Around this declaration

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

Cites18

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

Cited by1

Results whose statement or proof uses this declaration.