Assumptions:
TeX:
\left|\frac{d}{d x}\, P_{n}\!\left(x\right)\right| \le \frac{{2}^{3 / 2}}{\sqrt{\pi}} \frac{{n}^{1 / 2}}{{\left(1 - {x}^{2}\right)}^{3 / 4}} n \in \mathbb{Z}_{\ge 0} \,\mathbin{\operatorname{and}}\, -1 \lt x \lt 1
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Abs | Absolute value | |
Derivative | Derivative | |
LegendrePolynomial | Legendre polynomial | |
Pow | Power | |
Sqrt | Principal square root | |
ConstPi | The constant pi (3.14...) | |
ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("60ac50"), Formula(LessEqual(Abs(Derivative(LegendrePolynomial(n, x), Tuple(x, x, 1))), Mul(Div(Pow(2, Div(3, 2)), Sqrt(ConstPi)), Div(Pow(n, Div(1, 2)), Pow(Sub(1, Pow(x, 2)), Div(3, 4)))))), Variables(n, x), Assumptions(And(Element(n, ZZGreaterEqual(0)), Less(-1, x, 1))))