Assumptions:
TeX:
\mathop{\operatorname{zeros}\,}\limits_{z \in \mathbb{C}} P_{n}\!\left(z\right) = \left\{ x_{n,k} : k \in \{1, 2, \ldots n\} \right\}
n \in \mathbb{Z}_{\ge 0}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| LegendrePolynomial | Legendre polynomial | |
| CC | Complex numbers | |
| SetBuilder | Set comprehension | |
| LegendrePolynomialZero | Legendre polynomial zero | |
| ZZBetween | Integers between a and b inclusive | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("0745ee"),
Formula(Equal(Zeros(LegendrePolynomial(n, z), z, Element(z, CC)), SetBuilder(LegendrePolynomialZero(n, k), k, Element(k, ZZBetween(1, n))))),
Variables(n),
Assumptions(Element(n, ZZGreaterEqual(0))))