The gamma function
is a function of one complex variable . It is a meromorphic function with simple poles at the nonpositive integers and no zeros. It can be defined by the integral representation 4e4e0f in the right half-plane, together with the functional equation 78f1f4 for analytic continuation. The following table lists all conditions such that Gamma(z) is defined in Fungrim.
|
Table data:
such that
Definitions:
Fungrim symbol | Notation | Short description |
---|---|---|
Gamma | Gamma function | |
ZZGreaterEqual | Integers greater than or equal to n | |
OpenInterval | Open interval | |
Infinity | Positive infinity | |
RR | Real numbers | |
ZZLessEqual | Integers less than or equal to n | |
CC | Complex numbers | |
UnsignedInfinity | Unsigned infinity | |
ConstI | Imaginary unit | |
PowerSeries | Formal power series | |
LaurentSeries | Formal Laurent series |
Source code for this entry:
Entry(ID("09e2ed"), SymbolDefinition(Gamma, Gamma(z), "Gamma function"), Description("The gamma function", Gamma(z), "is a function of one complex variable", z, ". It is a meromorphic function with simple poles at the nonpositive integers and no zeros.", "It can be defined by the integral representation", EntryReference("4e4e0f"), "in the right half-plane, together with the functional equation", EntryReference("78f1f4"), "for analytic continuation.", "The following table lists all conditions such that", SourceForm(Gamma(z)), "is defined in Fungrim."), Table(TableRelation(Tuple(P, Q), Implies(P, Q)), TableHeadings(Description("Domain"), Description("Codomain")), List(TableSection("Numbers"), Tuple(Element(z, ZZGreaterEqual(1)), Element(Gamma(z), ZZGreaterEqual(1))), Tuple(Element(z, OpenInterval(0, Infinity)), Element(Gamma(z), OpenInterval(Decimal("0.8856"), Infinity))), Tuple(Element(z, SetMinus(RR, ZZLessEqual(0))), Element(Gamma(z), SetMinus(RR, Set(0)))), Tuple(Element(z, SetMinus(CC, ZZLessEqual(0))), Element(Gamma(z), SetMinus(CC, Set(0)))), TableSection("Infinities"), Tuple(Element(z, ZZLessEqual(0)), Element(Gamma(z), Set(UnsignedInfinity))), Tuple(Element(z, Set(Infinity)), Element(Gamma(z), Set(Infinity))), Tuple(Element(z, Set(Mul(ConstI, Infinity), Neg(Mul(ConstI, Infinity)))), Element(Gamma(z), Set(0))), TableSection("Formal power series"), Tuple(And(Element(z, PowerSeries(RR, x)), NotElement(SeriesCoefficient(z, x, 0), ZZLessEqual(0))), And(Element(Gamma(z), PowerSeries(RR, x)), NotEqual(SeriesCoefficient(Gamma(z), x, 0), 0))), Tuple(And(Element(z, PowerSeries(CC, x)), NotElement(SeriesCoefficient(z, x, 0), ZZLessEqual(0))), And(Element(Gamma(z), PowerSeries(CC, x)), NotEqual(SeriesCoefficient(Gamma(z), x, 0), 0))), Tuple(And(Element(z, PowerSeries(RR, x)), NotElement(z, ZZLessEqual(0))), Element(Gamma(z), LaurentSeries(RR, x))), Tuple(And(Element(z, PowerSeries(CC, x)), NotElement(z, ZZLessEqual(0))), Element(Gamma(z), LaurentSeries(CC, x))))))