Theorems · Theorem · field theory
Cubic.discr_eq_prod_three_roots
∀ {F : Type u_3} {K : Type u_4} {P : Cubic F} [inst : Field F] [inst_1 : Field K] {φ : F →+* K} {x y z : K},
P.a ≠ 0 → (Cubic.map φ P).roots = {x, y, z} → φ P.discr = (φ P.a * φ P.a * (x - y) * (x - z) * (y - z)) ^ 2- Defined in
- Mathlib.Algebra.CubicDiscriminant
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 145 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- RingHomstatement and proof · cited by 10,189
- Fieldstatement and proof · cited by 7,404
- Multisetstatement · cited by 2,627
- map_mulproof · cited by 1,137
- map_subproof · cited by 565
- map_powproof · cited by 503
- map_ofNatproof · cited by 73
- Cubicstatement and proof · cited by 71
- Cubic.astatement and proof · cited by 46
- Cubic.bproof · cited by 32
- Cubic.cproof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- Cubic.discr_ne_zero_iff_roots_neproof · cited by 1