Theorems · Theorem · field theory
Cubic.C_mul_prod_X_sub_C_eq
∀ {S : Type u_2} [inst : CommRing S] {w x y z : S},
Polynomial.C w * (Polynomial.X - Polynomial.C x) * (Polynomial.X - Polynomial.C y) * (Polynomial.X - Polynomial.C z) =
{ a := w, b := w * -(x + y + z), c := w * (x * y + x * z + y * z), d := w * -(x * y * z) }.toPoly- Defined in
- Mathlib.Algebra.CubicDiscriminant
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 102 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.
Cites10
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
- CommRingstatement and proof · cited by 17,173
- RingHomstatement · cited by 10,189
- Polynomialstatement and proof · cited by 5,681
- Polynomial.Xstatement and proof · cited by 1,639
- Polynomial.Cstatement and proof · cited by 1,598
- Cubic.toPolystatement · cited by 88
- Polynomial.C_mulproof · cited by 35
- Polynomial.C_negproof · cited by 25
- Polynomial.C_addproof · cited by 17
Cited by2
Results whose statement or proof uses this declaration.
- Cubic.eq_sum_three_rootsproof · cited by 3
- Cubic.prod_X_sub_C_eqproof · cited by 1