Theorems · Theorem · commutative algebra
Polynomial.discr_of_degree_eq_three
∀ {R : Type u_1} [inst : CommRing R] {f : Polynomial R},
f.degree = 3 →
f.discr =
f.coeff 2 ^ 2 * f.coeff 1 ^ 2 - 4 * f.coeff 3 * f.coeff 1 ^ 3 - 4 * f.coeff 2 ^ 3 * f.coeff 0 -
27 * f.coeff 3 ^ 2 * f.coeff 0 ^ 2 +
18 * f.coeff 3 * f.coeff 2 * f.coeff 1 * f.coeff 0Standard formula for the discriminant of a cubic polynomial.
- 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.
Cites50
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- CommRingstatement and proof · cited by 17,173
- Equivproof · cited by 8,337
- Polynomialstatement and proof · cited by 5,681
- Matrixproof · cited by 4,303
- mul_oneproof · cited by 3,885
- Finset.univproof · cited by 3,473
- one_mulproof · cited by 2,841
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- Finset.sum_congrproof · cited by 2,323
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.