When generalizing the factorial, we often refer to the gamma function, which gives $(n-1)!$ for $\Gamma(n)$. Why do we not use the Pi function instead, which provides the factorial of the input? Is there a formatting issue with it or is it something else?
Asked
Active
Viewed 52 times
1
Examples of formulas more pleasant with the gamma function are the reflection formula for $\sin(z)$,
$$\Gamma(z) \Gamma(1-z) = \frac{\pi}{\sin(\pi z)}$$
as opposed to
$$\Pi(z-1) \Pi(-z) = \frac{\pi}{\sin(\pi z)} \implies \Pi(z) \Pi(-z) = \frac{\pi z}{\sin(\pi z)} = \frac{1}{\operatorname{sinc}(z)}$$
[cont.]
– PrincessEev May 08 '23 at 03:44Another is the definition of the beta function,
$$\mathrm{B}(x,y) := \frac{\Gamma(x) \Gamma(y)}{\Gamma(x+y)} = \frac{\Pi(x-1) \Pi(y-1)}{\Pi(x+y-1)}$$
so in turn
$$\frac{xy}{x+y} \mathrm{B}(x,y) = \frac{\Pi(x) \Pi(y)}{\Pi(x+y)}$$
for which I can foresee no justification for the use of $\Pi$. [cont.]
– PrincessEev May 08 '23 at 03:44Some more discussion on MathOverflow is here, and on MSE here.
– PrincessEev May 08 '23 at 03:44