Assumptions:
TeX:
\chi(n) \in \left\{ {e}^{2 \pi i k / r} : k \in \mathbb{Z} \right\} \cup \left\{0\right\}\; \text{ where } r = \varphi(q) q \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; \chi \in G_{q} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Exp | Exponential function | |
Pi | The constant pi (3.14...) | |
ConstI | Imaginary unit | |
ZZ | Integers | |
Totient | Euler totient function | |
ZZGreaterEqual | Integers greater than or equal to n | |
DirichletGroup | Dirichlet characters with given modulus |
Source code for this entry:
Entry(ID("57d31a"), Formula(Where(Element(chi(n), Union(Set(Exp(Div(Mul(Mul(Mul(2, Pi), ConstI), k), r)), ForElement(k, ZZ)), Set(0))), Equal(r, Totient(q)))), Variables(q, chi, n), Assumptions(And(Element(q, ZZGreaterEqual(1)), Element(chi, DirichletGroup(q)), Element(n, ZZ))))