Fungrim home page

Fungrim entry: 1c770c

(x>x0)        (G(n)(x)>0)   where x0={0,n=02.557664,n=11.898850,n=20.788740,n=3\left(x > {x}_{0}\right) \;\implies\; \left({G}^{(n)}(x) > 0\right)\; \text{ where } {x}_{0} = \begin{cases} 0, & n = 0\\2.557664, & n = 1\\1.898850, & n = 2\\0.788740, & n = 3\\ \end{cases}
Assumptions:x(0,)  and  n{0,1,2,3}x \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; n \in \left\{0, 1, 2, 3\right\}
TeX:
\left(x > {x}_{0}\right) \;\implies\; \left({G}^{(n)}(x) > 0\right)\; \text{ where } {x}_{0} = \begin{cases} 0, & n = 0\\2.557664, & n = 1\\1.898850, & n = 2\\0.788740, & n = 3\\ \end{cases}

x \in \left(0, \infty\right) \;\mathbin{\operatorname{and}}\; n \in \left\{0, 1, 2, 3\right\}
Definitions:
Fungrim symbol Notation Short description
RealDerivativeddxf ⁣(x)\frac{d}{d x}\, f\!\left(x\right) Real derivative
BarnesGG(z)G(z) Barnes G-function
OpenInterval(a,b)\left(a, b\right) Open interval
Infinity\infty Positive infinity
Source code for this entry:
Entry(ID("1c770c"),
    Formula(Where(Implies(Greater(x, Subscript(x, 0)), Greater(RealDerivative(BarnesG(x), For(x, x, n)), 0)), Equal(Subscript(x, 0), Cases(Tuple(0, Equal(n, 0)), Tuple(Decimal("2.557664"), Equal(n, 1)), Tuple(Decimal("1.898850"), Equal(n, 2)), Tuple(Decimal("0.788740"), Equal(n, 3)))))),
    Variables(x, n),
    Assumptions(And(Element(x, OpenInterval(0, Infinity)), Element(n, Set(0, 1, 2, 3)))))

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