Fungrim home page

Fungrim entry: e4e707

θ3 ⁣(0,τ)=1+2n=1λ(n)qn1qn   where q=eπiτ\theta_{3}\!\left(0 , \tau\right) = 1 + 2 \sum_{n=1}^{\infty} \frac{\lambda(n) {q}^{n}}{1 - {q}^{n}}\; \text{ where } q = {e}^{\pi i \tau}
Assumptions:τH\tau \in \mathbb{H}
TeX:
\theta_{3}\!\left(0 , \tau\right) = 1 + 2 \sum_{n=1}^{\infty} \frac{\lambda(n) {q}^{n}}{1 - {q}^{n}}\; \text{ where } q = {e}^{\pi i \tau}

\tau \in \mathbb{H}
Definitions:
Fungrim symbol Notation Short description
JacobiThetaθj ⁣(z,τ)\theta_{j}\!\left(z , \tau\right) Jacobi theta function
Sumnf(n)\sum_{n} f(n) Sum
LiouvilleLambdaλ(n)\lambda(n) Liouville function
Powab{a}^{b} Power
Infinity\infty Positive infinity
Expez{e}^{z} Exponential function
Piπ\pi The constant pi (3.14...)
ConstIii Imaginary unit
HHH\mathbb{H} Upper complex half-plane
Source code for this entry:
Entry(ID("e4e707"),
    Formula(Equal(JacobiTheta(3, 0, tau), Where(Add(1, Mul(2, Sum(Div(Mul(LiouvilleLambda(n), Pow(q, n)), Sub(1, Pow(q, n))), For(n, 1, Infinity)))), Equal(q, Exp(Mul(Mul(Pi, ConstI), tau)))))),
    Variables(tau),
    Assumptions(Element(tau, HH)))

Topics using this entry

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

2021-03-15 19:12:00.328586 UTC