Why is the Gamma function shifted from the factorial by 1? - MathOverflow most recent 30 from http://mathoverflow.net 2013-06-19T18:06:17Z http://mathoverflow.net/feeds/question/20960 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1 Why is the Gamma function shifted from the factorial by 1? Kevin Casto 2010-04-10T22:28:20Z 2011-03-20T16:33:01Z <p>I've asked this question in every math class where the teacher has introduced the Gamma function, and never gotten a satisfactory answer. Not only does it seem more natural to extend the factorial directly, but the integral definition <code>$\Gamma(z) = \int_0^\infty t^{z-1} e^{-t}\,dt$</code>, makes more sense as <code>$\Pi(z) = \int_0^\infty t^{z} e^{-t}\,dt$</code>. Indeed Wikipedia says that this function was <a href="http://en.wikipedia.org/wiki/Gamma_function#Pi_function" rel="nofollow">introduced by Gauss</a>, but doesn't explain why it was supplanted by the Gamma function. As that section of the Wikipedia article demonstrates, it also makes its functional equations simpler: we get <code>$$\Pi(z) \; \Pi(-z) = \frac{\pi z}{\sin( \pi z)} = \frac{1}{\operatorname{sinc}(z)}$$</code> instead of <code>$$\Gamma(1-z) \; \Gamma(z) = \frac{\pi}{\sin{(\pi z)}}\;;$$</code> the multiplication formula is simpler: we have <code>$$\Pi\left(\frac{z}{m}\right) \, \Pi\left(\frac{z-1}{m}\right) \cdots \Pi\left(\frac{z-m+1}{m}\right) = \left(\frac{(2 \pi)^m}{2 \pi m}\right)^{1/2} \, m^{-z} \, \Pi(z)$$</code> instead of <code>$$\Gamma\left(\frac{z}{m}\right) \, \Gamma\left(\frac{z-1}{m}\right) \cdots \Gamma\left(\frac{z-m+1}{m}\right) = (2 \pi)^{(m-1)/2} \; m^{1/2 - z} \; \Gamma(z);$$</code></p> <p>the infinite product definitions reduce from <code>$$\begin{align} \Gamma(z) &amp;= \lim_{n \to \infty} \frac{n! \; n^z}{z \; (z+1)\cdots(z+n)} = \frac{1}{z} \prod_{n=1}^\infty \frac{\left(1+\frac{1}{n}\right)^z}{1+\frac{z}{n}} \\ \Gamma(z) &amp;= \frac{e^{-\gamma z}}{z} \prod_{n=1}^\infty \left(1 + \frac{z}{n}\right)^{-1} e^{z/n} \\ \end{align}$$</code> to <code>$$\begin{align} \Pi(z) &amp;= \lim_{n \to \infty} \frac{n! \; n^z}{(z+1)\cdots(z+n)} = \prod_{n=1}^\infty \frac{\left(1+\frac{1}{n}\right)^z}{1+\frac{z}{n}} \\ \Pi(z) &amp;= e^{-\gamma z} \prod_{n=1}^\infty \left(1 + \frac{z}{n}\right)^{-1} e^{z/n}; \\ \end{align}$$</code> and the Riemann zeta functional equation reduces from <code>$$\zeta(s) = 2^s\pi^{s-1}\ \sin\left(\frac{\pi s}{2}\right)\ \Gamma(1-s)\ \zeta(1-s)$$</code> to <code>$$\zeta(s) = 2^s\pi^{s-1}\ \sin\left(\frac{\pi s}{2}\right)\ \Pi(-s)\ \zeta(1-s).$$</code></p> <p>I suspect that it's just a historical coincidence, in the same way <code>$\pi$</code> is defined as circumference/diameter instead of the much more natural circumference/radius. Does anyone have an actual reason why it's better to use <code>$\Gamma(z)$</code> instead of <code>$\Pi(z)$</code>?</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/20962#20962 Answer by Will Jagy for Why is the Gamma function shifted from the factorial by 1? Will Jagy 2010-04-10T22:45:39Z 2010-04-10T22:45:39Z <p>From Riemann's Zeta Function, by H. M. Edwards, available as a Dover paperback, footnote on page 8: "Unfortunately, Legendre subsequently introduced the notation $\Gamma(s)$ for $\Pi(s-1).$Legendre's reasons for considering $(n-1)!$ instead of $n!$ are obscure (perhaps he felt it was more natural to have the first pole at $s=0$ rather than at $s = -1$) but, whatever the reason, this notation prevailed in France and, by the end of the nineteenth century, in the rest of the world as well. Gauss's original notation appears to me to be much more natural and Riemann's use of it gives me a welcome opportunity to reintroduce it."</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/20972#20972 Answer by castal for Why is the Gamma function shifted from the factorial by 1? castal 2010-04-11T02:22:04Z 2010-04-11T02:30:42Z <p>This drives me crazy, too. However, Andrews, Askey and Roy give their reasons for preferring the Legendre definition in their book on special functions. Click on the link to page 6, <a href="http://books.google.com/books?id=kGshpCa3eYwC&amp;lpg=PP1&amp;dq=andrews%20askey%20roy&amp;pg=PA6#v=onepage&amp;q=legendre&amp;f=false" rel="nofollow">http://books.google.com/books?id=kGshpCa3eYwC&amp;lpg=PP1&amp;dq=andrews%20askey%20roy&amp;pg=PA6#v=onepage&amp;q=legendre&amp;f=false</a></p> <p>I'm not sure exactly what they are referring to in their section 1.10, but this may have something to do with it. Click on the link to page 39, <a href="http://books.google.com/books?id=kGshpCa3eYwC&amp;lpg=PP1&amp;dq=andrews%20askey%20roy&amp;pg=PA39#v=onepage&amp;q=jacobi&amp;f=false" rel="nofollow">http://books.google.com/books?id=kGshpCa3eYwC&amp;lpg=PP1&amp;dq=andrews%20askey%20roy&amp;pg=PA39#v=onepage&amp;q=jacobi&amp;f=false</a></p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/25973#25973 Answer by Pietro Majer for Why is the Gamma function shifted from the factorial by 1? Pietro Majer 2010-05-26T07:23:11Z 2010-05-26T07:29:55Z <p>I would also go for $\Pi(t)$ or $t!$, but a possible reason to prefer the shifted version, $\Gamma(t)$, is the following. The gamma densities $\gamma_t$, $t\in \mathbb{R}$ defined as</p> <p>$\gamma_t(x):=\frac{x_+^{t-1}e^{-x}}{\Gamma(t)},$</p> <p>are a <em>convolution semigroup</em>, so that $\Gamma(t)$ appears naturally as the normalization factor of $\gamma_t$. (And, of course, the semigroup relation</p> <p>$\gamma_t*\gamma_s=\gamma_{t+s}$</p> <p>would be destroyed shifting from t-1 to t in the definition of $\gamma_t$)</p> <p>Also note that the expression of the Beta function</p> <p>$B(t,s):=\int_0^1 x^{t-1}(1-x)^{s-1}dx$</p> <p>in terms of the $\Gamma$ function, if shifted, would also loose the useful form </p> <p>$B(t,s)=\frac{\Gamma(t)\Gamma(s)}{\Gamma(t+s)}.$</p> <p>(incidentally note that this relation follows plainly from the semigroup property since as a general fact, the integral of a convolution of two functions is the product of their integrals).</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/26054#26054 Answer by Michael Hardy for Why is the Gamma function shifted from the factorial by 1? Michael Hardy 2010-05-26T19:18:20Z 2010-05-26T19:18:20Z <p>One advantage to the conventional definition of the Beta function $B(s,t)$ is that a random variable whose probability distribution is the Beta distribution with probability distribution proportional to $x^{s-1}(1-x)^{t-1}\ dx$ has expected value $s/(s+t)$.</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/42607#42607 Answer by Anixx for Why is the Gamma function shifted from the factorial by 1? Anixx 2010-10-18T09:46:50Z 2010-12-20T07:01:05Z <p>They both are are equally "good". Unlike conventional calculus in discrete calculus there are two equally valid differentiation operators with little reason to prefere one over the other - forward difference $\Delta f(x)$ and backward difference $\nabla f(x)$. In discrete multiplicative calculus there are also two similar operators - discrete multiplicative forward difference $\frac{f(x+1)}{f(x)}=\exp(\Delta \ln f(x))$ and discrete multiplicative backward difference $\frac{f(x)}{f(x-1)}=\exp(\nabla \ln f(x))$. They both have their respective inverse operators - forward discrete multiplicative integral and backward discrete multiplicative integral. So the $\Gamma(x)$ is the forward discrete multiplicative integral of $f(x)=x$ and $\Gamma(x+1)=x!$ is the backward discrete multiplicative integral of the same function.</p> <p>In the scientific applications there is a preference to using forward difference rather than backward difference I think because if is possible to find forward differences of arbitrary order of a function defined on only positive integers. Among other considerations, it allows to represent in the form of Newton series a function which is defined only on natural numbers (Newton series with backward difference would require the function to be defined on negative integers). </p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/42619#42619 Answer by Greg Kuperberg for Why is the Gamma function shifted from the factorial by 1? Greg Kuperberg 2010-10-18T12:00:02Z 2010-10-18T12:00:02Z <p>It was so that Legendre could do with the gamma function what the Catholic church did 170 years later: He put a simple pole at the origin.</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/58943#58943 Answer by DavidLHarden for Why is the Gamma function shifted from the factorial by 1? DavidLHarden 2011-03-19T23:26:06Z 2011-03-19T23:26:06Z <p>The formula for the volume of the unit $n$-ball is nicer in terms of $\Pi$, instead of $\Gamma$, since it is $\frac{\pi^{\frac{n}{2}}}{\Pi(\frac{n}{2})}$, as opposed to $\frac{\pi^{\frac{n}{2}}}{\Gamma(1 + \frac{n}{2})}$.</p> http://mathoverflow.net/questions/20960/why-is-the-gamma-function-shifted-from-the-factorial-by-1/58982#58982 Answer by GH for Why is the Gamma function shifted from the factorial by 1? GH 2011-03-20T16:33:01Z 2011-03-20T16:33:01Z <p>I would argue against the OP's opinition. The definition $\Gamma(z)$ becomes very natural if you write it as $\Gamma(z) = \int_0^\infty t^{z} e^{-t} d^\times t$, where $d^\times t=dt/t$ is the Haar measure on the multiplicative group of positive numbers. Moreover, $t^z$ is a character of this group, hence the definition is an instance of the Fourier transform on locally compact abelian groups, in this case called the Mellin transform. In fact, this is why this version works well for the Riemann zeta function and in fact for any automorphic $L$-function: $\pi^{-\frac{s}{2}}\Gamma(\frac{s}{2})\zeta(s)$ is invariant under $s\to 1-s$. Of course, one might say that $\zeta(s)$ is not normalized in the right way, but in terms of the Dirichlet coefficients of $\zeta(s)$, or more generally in terms of the Langlands parameters of an automorphic $L$-function, the current normalization is the right one (cf. Ramanujan conjecture)!</p> <p>EDIT: I just realized this is an elaboration of a comment Emerton made earlier.</p>