Math Calculus
Intro
The Gamma function Γ ( x ) is a way to extend the factorial function, where Γ ( n + 1 ) = n ! . This gives us two conditions defining Γ ( x ) :
Γ ( 1 ) = 1 Γ ( x + 1 ) = x Γ ( x )
However, by adding a third condition stating Γ ( x ) is logarithimically convex (log ∘ Γ is convex), we can prove that Γ ( x ) is unique!
Proof
Let G be a function with the properties above. Since G ( x + 1 ) = x G ( x ) , we can define any G ( x + n ) , where n ∈ N as:
G ( x + n ) = G ( x ) i = 0 ∏ n − 1 ( x + i )
This means that it is sufficient to define G ( x ) on x ∈ ( 0 , 1 ] for a unique G ( x ) .
Let S ( x 1 , x 2 ) be defined as x 2 − x 1 l o g ( Γ ( x 2 )) − l o g ( Γ ( x 1 )) . Observe that by log-concavity, for all 0 < x ≤ 1 and n ∈ N :
S ( n − 1 , n ) ≤ S ( n , n + x ) ≤ S ( n , n + 1 ) log ( G ( n ))) − log ( G ( n − 1 )) ≤ x log ( G ( n + x )) − log ( G ( n )) ≤ log ( G ( n + 1 )) − log ( G ( n )) log (( n − 1 )!) − log (( n − 2 )!) ≤ x log ( G ( x + n )) − log (( n − 1 )!) ≤ log ( n !) − log (( n − 1 )!) log ( n − 1 ) ≤ x log ( ( n − 1 )! G ( x + n ) ) ≤ log ( n ) log (( n − 1 ) x ) ≤ log ( ( n − 1 )! G ( x + n ) ) ≤ log ( n x )
Raising to the n :
( n − 1 ) x ≤ ( n − 1 )! G ( x + n ) ≤ n x ( n − 1 ) x ( n − 1 )! ≤ G ( x + n ) ≤ n x ( n − 1 )!
Using the above work to expand G ( x + n ) :
∏ i = 0 n − 1 ( x + i ) ( n − 1 ) x ( n − 1 )! ≤ G ( x ) ≤ ∏ i = 0 n − 1 ( x + i ) n x ( n − 1 )! ∏ i = 0 n − 1 ( x + i ) ( n − 1 ) x ( n − 1 )! ≤ G ( x ) ≤ ∏ i = 0 n ( x + i ) n x n ! ( n n + x )
Of course, taking the limit as n goes to infinity on both sides by brute force will produce the value of G ( x ) , however I will present a more elegant solution. Notice we can take the inequalities separately, resulting in:
∏ i = 0 n 1 − 1 ( x + i ) ( n 1 − 1 ) x ( n 1 − 1 )! ≤ G ( x ) G ( x ) ≤ ∏ i = 0 n 2 ( x + i ) n 2 x n 2 ! ( n 2 n 2 + x )
This shows that no matter n 1 and n 2 , the equality still holds!
Now we can sub in n 1 = n + 1 , n 2 = n , to get:
∏ i = 0 n ( x + i ) n x n ! ≤ G ( x ) ≤ ∏ i = 0 n ( x + i ) n x n ! ( n n + x )
Taking a limit to infinity on both sides:
n → ∞ lim ∏ i = 0 n ( x + i ) n x n ! ≤ G ( x ) ≤ n → ∞ lim ∏ i = 0 n ( x + i ) n x n ! ( n n + x ) n → ∞ lim ∏ i = 0 n ( x + i ) n x n ! ≤ G ( x ) ≤ n → ∞ lim ∏ i = 0 n ( x + i ) n x n !
Therefore there is only a singular function satisfying G ( x ) , as it is squeezed on [ 0 , 1 ) .
Exercise to the Reader
Prove that the definition:
Γ ( n ) = ∫ 0 ∞ x n − 1 e − x d x
is valid.