TeX:
\operatorname{SL}_2(\mathbb{Z}) = \left\{ \begin{pmatrix} a & b \\ c & d \end{pmatrix} : a \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; b \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; c \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; d \in \mathbb{Z} \;\mathbin{\operatorname{and}}\; a d - b c = 1 \right\}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
SL2Z | Modular group | |
Matrix2x2 | Two by two matrix | |
ZZ | Integers |
Source code for this entry:
Entry(ID("c84f3f"), Formula(Equal(SL2Z, Set(Matrix2x2(a, b, c, d), For(Tuple(a, b, c, d)), And(Element(a, ZZ), Element(b, ZZ), Element(c, ZZ), Element(d, ZZ), Equal(Sub(Mul(a, d), Mul(b, c)), 1))))))