Fungrim home page

Fungrim entry: f4554f

θ3 ⁣(z,τ)θ3 ⁣(w,τ)=θ3 ⁣(z+w,2τ)θ3 ⁣(zw,2τ)+θ2 ⁣(z+w,2τ)θ2 ⁣(zw,2τ)\theta_{3}\!\left(z , \tau\right) \theta_{3}\!\left(w , \tau\right) = \theta_{3}\!\left(z + w , 2 \tau\right) \theta_{3}\!\left(z - w , 2 \tau\right) + \theta_{2}\!\left(z + w , 2 \tau\right) \theta_{2}\!\left(z - w , 2 \tau\right)
Assumptions:zC  and  wτ  and  τHz \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \tau \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H}
TeX:
\theta_{3}\!\left(z , \tau\right) \theta_{3}\!\left(w , \tau\right) = \theta_{3}\!\left(z + w , 2 \tau\right) \theta_{3}\!\left(z - w , 2 \tau\right) + \theta_{2}\!\left(z + w , 2 \tau\right) \theta_{2}\!\left(z - w , 2 \tau\right)

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; w \in \tau \;\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
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
Source code for this entry:
Entry(ID("f4554f"),
    Formula(Equal(Mul(JacobiTheta(3, z, tau), JacobiTheta(3, w, tau)), Add(Mul(JacobiTheta(3, Add(z, w), Mul(2, tau)), JacobiTheta(3, Sub(z, w), Mul(2, tau))), Mul(JacobiTheta(2, Add(z, w), Mul(2, tau)), JacobiTheta(2, Sub(z, w), Mul(2, tau)))))),
    Variables(z, w, tau),
    Assumptions(And(Element(z, CC), Element(w, tau), 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