Assumptions:
TeX:
\left|\frac{d}{d x}\, P_{n}\!\left(x\right)\right| \le \frac{n \left(n + 1\right)}{2} n \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, -1 \le x \le 1
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Derivative | Derivative | |
LegendrePolynomial | Legendre polynomial | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("b786ad"), Formula(LessEqual(Abs(Derivative(LegendrePolynomial(n, x), Tuple(x, x, 1))), Div(Mul(n, Add(n, 1)), 2))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(0)), LessEqual(-1, x, 1))))