Fungrim home page

Fungrim entry: 3c88a7

θ4 ⁣(z,τ)=θ4 ⁣(0,τ)n=1sin ⁣(π((n12)τ+z))sin ⁣(π((n12)τz))sin2 ⁣(π(n12)τ)\theta_{4}\!\left(z , \tau\right) = \theta_{4}\!\left(0 , \tau\right) \prod_{n=1}^{\infty} \frac{\sin\!\left(\pi \left(\left(n - \frac{1}{2}\right) \tau + z\right)\right) \sin\!\left(\pi \left(\left(n - \frac{1}{2}\right) \tau - z\right)\right)}{\sin^{2}\!\left(\pi \left(n - \frac{1}{2}\right) \tau\right)}
Assumptions:zC  and  τHz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
TeX:
\theta_{4}\!\left(z , \tau\right) = \theta_{4}\!\left(0 , \tau\right) \prod_{n=1}^{\infty} \frac{\sin\!\left(\pi \left(\left(n - \frac{1}{2}\right) \tau + z\right)\right) \sin\!\left(\pi \left(\left(n - \frac{1}{2}\right) \tau - z\right)\right)}{\sin^{2}\!\left(\pi \left(n - \frac{1}{2}\right) \tau\right)}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
Definitions:
Fungrim symbol Notation Short description
JacobiThetaθj ⁣(z,τ)\theta_{j}\!\left(z , \tau\right) Jacobi theta function
Productnf(n)\prod_{n} f(n) Product
Sinsin(z)\sin(z) Sine
Piπ\pi The constant pi (3.14...)
Powab{a}^{b} Power
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
Source code for this entry:
Entry(ID("3c88a7"),
    Formula(Equal(JacobiTheta(4, z, tau), Mul(JacobiTheta(4, 0, tau), Product(Div(Mul(Sin(Mul(Pi, Add(Mul(Sub(n, Div(1, 2)), tau), z))), Sin(Mul(Pi, Sub(Mul(Sub(n, Div(1, 2)), tau), z)))), Pow(Sin(Mul(Pi, Mul(Sub(n, Div(1, 2)), tau))), 2)), For(n, 1, Infinity))))),
    Variables(z, tau),
    Assumptions(And(Element(z, CC), 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