Assumptions:
TeX:
\left(\chi(n) = 0\right) \iff \left(\gcd\!\left(n, q\right) \ne 1\right) 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 |
---|---|---|
GCD | Greatest common divisor | |
ZZGreaterEqual | Integers greater than or equal to n | |
DirichletGroup | Dirichlet characters with given modulus | |
ZZ | Integers |
Source code for this entry:
Entry(ID("afd0c5"), Formula(Equivalent(Equal(chi(n), 0), NotEqual(GCD(n, q), 1))), Variables(q, chi, n), Assumptions(And(Element(q, ZZGreaterEqual(1)), Element(chi, DirichletGroup(q)), Element(n, ZZ))))