A real polynomial is positively log-concave when all of its coefficients
up to its degree are strictly positive and the coefficient sequence is
logarithmically concave (aᵢ · aᵢ₊₂ ≤ aᵢ₊₁² for all i). Out-of-range
coefficients are 0, which makes the log-concavity condition hold automatically
outside the support.
Every coefficient up to the degree is strictly positive.
The coefficient sequence is logarithmically concave.
Instances For
If a coefficient vanishes then so does the next one: PosLogConcave
sequences have no internal zeros.
Generalised log-concavity. For a PosLogConcave sequence the "spread"
product aᵢ · aⱼ₊₁ is dominated by the "central" product aᵢ₊₁ · aⱼ whenever
i ≤ j. This is the monotone-ratio consequence of log-concavity, formulated so
that all indices stay in ℕ.
Multiplying a PosLogConcave polynomial by a positive linear factor X + C r
(0 < r) preserves PosLogConcave.
Multiplying a PosLogConcave polynomial by a sector quadratic
X² + C b * X + C c (0 < b, 0 < c, c ≤ b²) preserves PosLogConcave.
This is the hard kernel of the argument: a special case of Hoggar's 1974 theorem.
The log-concavity of the product is certified by the exact identity
dᵢ² − dᵢ₋₁·dᵢ₊₁ = c²·L(i-1) + bc·G₂ + b·G₃ + L₄ + c·G₅ + (b²−c)·L(i-2),
in which each block is a nonnegative instance of log-concavity (lc) or
generalised log-concavity (genLC) of A and every scalar coefficient is
nonnegative because 0 < b, 0 < c, and c ≤ b².
The sector is closed under complex conjugation.
A nonnegative-coefficient polynomial has no sign variations.
The threshold bound. If the coefficients of P are nonpositive below an
index θ and nonnegative from θ on, then P has at most one sign variation.
A PosLogConcave polynomial times any power of X has no sign variations.
The peeled threshold bound. Multiplying a PosLogConcave polynomial by
one real linear factor X - C r (any r : ℝ) and any power of X yields at
most one sign variation. For r ≤ 0 all coefficients stay nonnegative; for
0 < r the monotone-ratio consequence of log-concavity produces a single
nonpositive-to-nonnegative threshold in the coefficients.
Equations
- Polynomial.instDecidablePredComplexMemSetSector x✝ = decidable_of_iff (x✝.re ≤ -‖x✝‖ / 2) ⋯
The sector variation bound (the core of the Obreshkoff two-circle
theorem). If at most one complex root of the nonzero real polynomial P,
counted with multiplicity, lies outside the sector {z | z.re ≤ -‖z‖ / 2},
then the coefficients of P have at most one sign variation.
The λ = 0 case of the sector variation bound. If every complex root of
the nonzero real polynomial P lies in the sector, its coefficients have no
sign variation at all.