Fungrim home page

Fungrim entry: 9bf0ad

 ⁣(z,τ)=1z2+k=1(2k+1)G2k+2 ⁣(τ)z2k\wp\!\left(z, \tau\right) = \frac{1}{{z}^{2}} + \sum_{k=1}^{\infty} \left(2 k + 1\right) G_{2 k + 2}\!\left(\tau\right) {z}^{2 k}
Assumptions:zC  and  τH  and  z<inf{s:sΛ(1,τ){0}}z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H} \;\mathbin{\operatorname{and}}\; \left|z\right| < \operatorname{inf} \left\{ \left|s\right| : s \in \Lambda_{(1, \tau)} \setminus \left\{0\right\} \right\}
TeX:
\wp\!\left(z, \tau\right) = \frac{1}{{z}^{2}} + \sum_{k=1}^{\infty} \left(2 k + 1\right) G_{2 k + 2}\!\left(\tau\right) {z}^{2 k}

z \in \mathbb{C} \;\mathbin{\operatorname{and}}\; \tau \in \mathbb{H} \;\mathbin{\operatorname{and}}\; \left|z\right| < \operatorname{inf} \left\{ \left|s\right| : s \in \Lambda_{(1, \tau)} \setminus \left\{0\right\} \right\}
Definitions:
Fungrim symbol Notation Short description
WeierstrassP ⁣(z,τ)\wp\!\left(z, \tau\right) Weierstrass elliptic function
Powab{a}^{b} Power
Sumnf(n)\sum_{n} f(n) Sum
EisensteinGGk ⁣(τ)G_{k}\!\left(\tau\right) Eisenstein series
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
HHH\mathbb{H} Upper complex half-plane
Absz\left|z\right| Absolute value
InfimuminfxSf(x)\mathop{\operatorname{inf}}\limits_{x \in S} f(x) Infimum of a set or function
LatticeΛ(a,b)\Lambda_{(a, b)} Complex lattice with periods a, b
Source code for this entry:
Entry(ID("9bf0ad"),
    Formula(Equal(WeierstrassP(z, tau), Add(Div(1, Pow(z, 2)), Sum(Mul(Mul(Add(Mul(2, k), 1), EisensteinG(Add(Mul(2, k), 2), tau)), Pow(z, Mul(2, k))), For(k, 1, Infinity))))),
    Variables(z, tau),
    Assumptions(And(Element(z, CC), Element(tau, HH), Less(Abs(z), Infimum(Set(Abs(s), ForElement(s, SetMinus(Lattice(1, tau), Set(0)))))))))

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