Mathlib Map

Theorems · Definition · commutative algebra

Polynomial.adjSylvester

{m n : ℕ} →
  {R : Type u_1} →
    [inst : CommRing R] →
      Polynomial R →
        Polynomial R → ↥(Polynomial.degreeLT R (m + n)) →ₗ[R] ↥(Polynomial.degreeLT R m) × ↥(Polynomial.degreeLT R n)

The adjugate map of the sylvester map. It takes P to (p, q) such that f * q + g * p = Res(f, g) * P.

Defined in
Mathlib.RingTheory.Polynomial.Resultant.Basic
Cited by
3 results in Mathlib
Foundations
Depth 106 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.

Cites14

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

Cited by3

Results whose statement or proof uses this declaration.