Assumptions:
TeX:
\log G(n) = \begin{cases} \log\!\left(G(n)\right), & n \ge 1\\-\infty, & n \le 0\\ \end{cases} n \in \mathbb{Z}
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
LogBarnesG | Logarithmic Barnes G-function | |
Log | Natural logarithm | |
BarnesG | Barnes G-function | |
Infinity | Positive infinity | |
ZZ | Integers |
Source code for this entry:
Entry(ID("daef08"), Formula(Equal(LogBarnesG(n), Cases(Tuple(Log(BarnesG(n)), GreaterEqual(n, 1)), Tuple(Neg(Infinity), LessEqual(n, 0))))), Variables(n), Assumptions(Element(n, ZZ)))