Assumptions:
TeX:
\begin{pmatrix} a & b \\ c & d \end{pmatrix} \circ \tau = \frac{a \tau + b}{c \tau + d} \begin{pmatrix} a & b \\ c & d \end{pmatrix} \in \operatorname{SL}_2(\mathbb{Z}) \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
ModularGroupAction | Action of modular group | |
Matrix2x2 | Two by two matrix | |
SL2Z | Modular group | |
HH | Upper complex half-plane |
Source code for this entry:
Entry(ID("127a52"), Formula(Equal(ModularGroupAction(Matrix2x2(a, b, c, d), tau), Div(Add(Mul(a, tau), b), Add(Mul(c, tau), d)))), Assumptions(And(Element(Matrix2x2(a, b, c, d), SL2Z), Element(tau, HH))))