Fungrim home page

Fungrim entry: 29d9ab

(η ⁣(aτ+bcτ+d))24=(cτ+d)12(η ⁣(τ))24{\left(\eta\!\left(\frac{a \tau + b}{c \tau + d}\right)\right)}^{24} = {\left(c \tau + d\right)}^{12} {\left(\eta\!\left(\tau\right)\right)}^{24}
Assumptions:τHand(abcd)SL2(Z)\tau \in \mathbb{H} \,\mathbin{\operatorname{and}}\, \begin{pmatrix} a & b \\ c & d \end{pmatrix} \in \operatorname{SL}_2(\mathbb{Z})
TeX:
{\left(\eta\!\left(\frac{a \tau + b}{c \tau + d}\right)\right)}^{24} = {\left(c \tau + d\right)}^{12} {\left(\eta\!\left(\tau\right)\right)}^{24}

\tau \in \mathbb{H} \,\mathbin{\operatorname{and}}\, \begin{pmatrix} a & b \\ c & d \end{pmatrix} \in \operatorname{SL}_2(\mathbb{Z})
Definitions:
Fungrim symbol Notation Short description
Powab{a}^{b} Power
DedekindEtaη ⁣(τ)\eta\!\left(\tau\right) Dedekind eta function
HHH\mathbb{H} Upper complex half-plane
Matrix2x2(abcd)\begin{pmatrix} a & b \\ c & d \end{pmatrix} Two by two matrix
SL2ZSL2(Z)\operatorname{SL}_2(\mathbb{Z}) Modular group
Source code for this entry:
Entry(ID("29d9ab"),
    Formula(Equal(Pow(DedekindEta(Div(Add(Mul(a, tau), b), Add(Mul(c, tau), d))), 24), Mul(Pow(Add(Mul(c, tau), d), 12), Pow(DedekindEta(tau), 24)))),
    Variables(tau, a, b, c, d),
    Assumptions(And(Element(tau, HH), Element(Matrix2x2(a, b, c, d), SL2Z))))

Topics using this entry

Copyright (C) Fredrik Johansson and contributors. Fungrim is provided under the MIT license. The source code is on GitHub.

2019-06-18 07:49:59.356594 UTC