Assumptions:
TeX:
G_{q} = \left\{ \chi_{q \, . \, \ell} : \ell \in \{1, 2, \ldots, \max\!\left(q, 2\right) - 1\} \;\mathbin{\operatorname{and}}\; \gcd\!\left(\ell, q\right) = 1 \right\}
q \in \mathbb{Z}_{\ge 1}Definitions:
| Fungrim symbol | Notation | Short description |
|---|---|---|
| DirichletGroup | Dirichlet characters with given modulus | |
| DirichletCharacter | Dirichlet character | |
| Range | Integers between given endpoints | |
| GCD | Greatest common divisor | |
| ZZGreaterEqual | Integers greater than or equal to n |
Source code for this entry:
Entry(ID("47d430"),
Formula(Equal(DirichletGroup(q), Set(DirichletCharacter(q, ell), For(ell), And(Element(ell, Range(1, Sub(Max(q, 2), 1))), Equal(GCD(ell, q), 1))))),
Variables(q),
Assumptions(Element(q, ZZGreaterEqual(1))))