Fungrim home page

Fungrim entry: dd5e3a

Γ ⁣(x+yi)<Γ ⁣(x+ti)\left|\Gamma\!\left(x + y i\right)\right| \lt \left|\Gamma\!\left(x + t i\right)\right|
Assumptions:xRandyRandtRandy>tx \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R} \,\mathbin{\operatorname{and}}\, t \in \mathbb{R} \,\mathbin{\operatorname{and}}\, \left|y\right| \gt \left|t\right|
TeX:
\left|\Gamma\!\left(x + y i\right)\right| \lt \left|\Gamma\!\left(x + t i\right)\right|

x \in \mathbb{R} \,\mathbin{\operatorname{and}}\, y \in \mathbb{R} \,\mathbin{\operatorname{and}}\, t \in \mathbb{R} \,\mathbin{\operatorname{and}}\, \left|y\right| \gt \left|t\right|
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("dd5e3a"),
    Formula(Less(Abs(GammaFunction(Add(x, Mul(y, ConstI)))), Abs(GammaFunction(Add(x, Mul(t, ConstI)))))),
    Variables(x, y, t),
    Assumptions(And(Element(x, RR), Element(y, RR), Element(t, RR), Greater(Abs(y), Abs(t)))))

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