Assumptions:
TeX:
\left|P''_{n}(x)\right| \le \frac{\left(n - 1\right) n \left(n + 1\right) \left(n + 2\right)}{8}
n \in \mathbb{Z}_{\ge 0} \;\mathbin{\operatorname{and}}\; -1 \le x \le 1Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| Abs | Absolute value | |
| ComplexDerivative | Complex derivative | |
| LegendrePolynomial | Legendre polynomial | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("59e5df"),
Formula(LessEqual(Abs(ComplexDerivative(LegendrePolynomial(n, x), For(x, x, 2))), Div(Mul(Mul(Mul(Sub(n, 1), n), Add(n, 1)), Add(n, 2)), 8))),
Variables(n, x),
Assumptions(And(Element(n, ZZGreaterEqual(0)), LessEqual(-1, x, 1))))