Assumptions:
TeX:
\chi_{4 \, . \, 3}\!\left(n\right) = \begin{cases} 1, & n \equiv 1 \pmod {4}\\-1, & n \equiv 3 \pmod {4}\\0, & \text{otherwise}\\ \end{cases} n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
DirichletCharacter | Dirichlet character | |
ZZ | Integers |
Source code for this entry:
Entry(ID("fc4f6a"), Formula(Equal(DirichletCharacter(4, 3, n), Cases(Tuple(1, CongruentMod(n, 1, 4)), Tuple(-1, CongruentMod(n, 3, 4)), Tuple(0, Otherwise)))), Variables(n), Assumptions(Element(n, ZZ)))