Theorems · Theorem · complex analysis
Polynomial.eq_centerMass_of_eval_derivative_eq_zero
- 1000+ list: Gauss–Lucas theorem
∀ {P : Polynomial ℂ} {z : ℂ},
0 < P.degree →
Polynomial.eval z (Polynomial.derivative P) = 0 → z = P.roots.toFinset.centerMass (P.derivRootWeight z) idGauss-Lucas Theorem: if $P$ is a nonconstant polynomial with complex coefficients,
then all zeros of $P'$ belong to the convex hull of the set of zeros of $P$.
This version provides explicit formulas for the coefficients of the convex combination.
See also rootSet_derivative_subset_convexHull_rootSet below.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 297 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites52
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
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · cited by 18,349
- Finsetproof · cited by 13,712
- LinearMapstatement · cited by 10,215
- Polynomialstatement and proof · cited by 5,681
- Complexstatement and proof · cited by 5,565
- Norm.normproof · cited by 5,413
- Finset.sumproof · cited by 5,195
- mul_oneproof · cited by 3,885
- one_mulproof · cited by 2,841
- Finset.sum_congrproof · cited by 2,323
Cited by1
Results whose statement or proof uses this declaration.
- Polynomial.rootSet_derivative_subset_convexHull_rootSetproof · cited by 0