Theorems · Theorem · commutative algebra
Polynomial.resultant_deriv
∀ {R : Type u_1} [inst : CommRing R] {f : Polynomial R},
0 < f.degree →
f.resultant (Polynomial.derivative f) f.natDegree (f.natDegree - 1) =
(-1) ^ (f.natDegree * (f.natDegree - 1) / 2) * f.leadingCoeff * f.discrRelation between the resultant and the discriminant.
(Note this is actually false when f is a constant polynomial not equal to 1, so the assumption on
the degree is genuinely needed.)
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 109 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.
Cites26
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- RingHom.idstatement · cited by 18,349
- CommRingstatement and proof · cited by 17,173
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Matrixproof · cited by 4,303
- mul_oneproof · cited by 3,885
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- mul_commproof · cited by 2,262
- WithBotstatement · cited by 1,498
- Polynomial.natDegreestatement and proof · cited by 1,105
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.