Fungrim home page

Fungrim entry: 2e7fdb

ϕ ⁣(q)=k=1(1qk)\phi\!\left(q\right) = \prod_{k=1}^{\infty} \left(1 - {q}^{k}\right)
Assumptions:qCandq<1q \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|q\right| \lt 1
TeX:
\phi\!\left(q\right) = \prod_{k=1}^{\infty} \left(1 - {q}^{k}\right)

q \in \mathbb{C} \,\mathbin{\operatorname{and}}\, \left|q\right| \lt 1
Definitions:
Fungrim symbol Notation Short description
EulerQSeriesϕ ⁣(q)\phi\!\left(q\right) Euler's q-series
Powab{a}^{b} Power
Infinity\infty Positive infinity
CCC\mathbb{C} Complex numbers
Absz\left|z\right| Absolute value
Source code for this entry:
Entry(ID("2e7fdb"),
    Formula(Equal(EulerQSeries(q), Product(Parentheses(Sub(1, Pow(q, k))), Tuple(k, 1, Infinity)))),
    Variables(q),
    Assumptions(And(Element(q, CC), Less(Abs(q), 1))))

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