Fungrim home page

Fungrim entry: 4a2ac8

Γ ⁣(x+yi)Γ ⁣(x)\left|\Gamma\!\left(x + y i\right)\right| \le \left|\Gamma\!\left(x\right)\right|
Assumptions:xRandyRx \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R}
References:
  • B. C. Carlson (1977), Special functions of applied mathematics, Academic Press. Inequality 3.10-3.
TeX:
\left|\Gamma\!\left(x + y i\right)\right| \le \left|\Gamma\!\left(x\right)\right|

x \in \mathbb{R} \,\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
RRR\mathbb{R} Real numbers
Source code for this entry:
Entry(ID("4a2ac8"),
    Formula(LessEqual(Abs(GammaFunction(Add(x, Mul(y, ConstI)))), Abs(GammaFunction(x)))),
    Variables(x, y),
    Assumptions(And(Element(x, RR), Element(y, RR))),
    References("B. C. Carlson (1977), Special functions of applied mathematics, Academic Press. Inequality 3.10-3."))

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