Assumptions:
TeX:
\chi_{q \, . \, \ell}\!\left(n\right) = \exp\!\left(\frac{2 \pi i a b}{\varphi(q)}\right)\; \text{ where } q = {p}^{e},\;g = g_{p},\;a = \log_{g}\!\left(\ell\right) \bmod q,\;b = \log_{g}\!\left(n\right) \bmod q p \in \mathbb{P} \;\mathbin{\operatorname{and}}\; p \ge 3 \;\mathbin{\operatorname{and}}\; e \in \mathbb{Z}_{\ge 1} \;\mathbin{\operatorname{and}}\; \ell \in \{1, 2, \ldots, {p}^{e} - 1\} \;\mathbin{\operatorname{and}}\; n \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; \gcd\!\left(\ell, {p}^{e}\right) = \gcd\!\left(n, {p}^{e}\right) = 1
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DirichletCharacter | Dirichlet character | |
Exp | Exponential function | |
Pi | The constant pi (3.14...) | |
ConstI | Imaginary unit | |
Totient | Euler totient function | |
Pow | Power | |
ConreyGenerator | Conrey generator | |
DiscreteLog | Discrete logarithm | |
PP | Prime numbers | |
ZZGreaterEqual | Integers greater than or equal to n | |
Range | Integers between given endpoints | |
ZZ | Integers | |
GCD | Greatest common divisor |
Source code for this entry:
Entry(ID("4cf4e4"), Formula(Where(Equal(DirichletCharacter(q, ell, n), Exp(Div(Mul(Mul(Mul(Mul(2, Pi), ConstI), a), b), Totient(q)))), Equal(q, Pow(p, e)), Equal(g, ConreyGenerator(p)), Equal(a, DiscreteLog(ell, g, q)), Equal(b, DiscreteLog(n, g, q)))), Variables(p, e, ell, n), Assumptions(And(Element(p, PP), GreaterEqual(p, 3), Element(e, ZZGreaterEqual(1)), Element(ell, Range(1, Sub(Pow(p, e), 1))), Element(n, ZZ), Equal(GCD(ell, Pow(p, e)), GCD(n, Pow(p, e)), 1))))