Fungrim home page

Fungrim entry: e0b322

Γ ⁣(x+yi)Γ ⁣(x)cosh ⁣(πy)\left|\Gamma\!\left(x + y i\right)\right| \ge \frac{\Gamma\!\left(x\right)}{\sqrt{\cosh\!\left(\pi y\right)}}
Assumptions:x[12,)andyRx \in \left[\frac{1}{2}, \infty\right) \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
References:
  • B. C. Carlson (1977), Special functions of applied mathematics, Academic Press. Inequality 3.10-4.
TeX:
\left|\Gamma\!\left(x + y i\right)\right| \ge \frac{\Gamma\!\left(x\right)}{\sqrt{\cosh\!\left(\pi y\right)}}

x \in \left[\frac{1}{2}, \infty\right) \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
Definitions:
Fungrim symbol Notation Short description
Absz\left|z\right| Absolute value
GammaFunctionΓ ⁣(z)\Gamma\!\left(z\right) Gamma function
ConstIii Imaginary unit
Sqrtz\sqrt{z} Principal square root
ConstPiπ\pi The constant pi (3.14...)
ClosedOpenInterval[a,b)\left[a, b\right) Closed-open interval
Infinity\infty Positive infinity
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("e0b322"),
    Formula(GreaterEqual(Abs(GammaFunction(Add(x, Mul(y, ConstI)))), Div(GammaFunction(x), Sqrt(Cosh(Mul(ConstPi, y)))))),
    Variables(x, y),
    Assumptions(And(Element(x, ClosedOpenInterval(Div(1, 2), Infinity)), Element(y, RR))),
    References("B. C. Carlson (1977), Special functions of applied mathematics, Academic Press. Inequality 3.10-4."))

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