Celeb Glow
general | April 15, 2026

Calculus over integers for derivative/integral of factorial?

$\begingroup$

One usually introduces the Gamma function to define a derivative of the factorial. However couldn't one define a derivative over integers like $$ f'(n) = \frac{f(n+1) - f(n)}{1} ? $$ Such a discrete alternative to the usual derivative would then allow us to simply compute a derivative of the factorial like $$ (n!)' = (n+1)! - n! = (n+1)n!-n! = n\ n! $$ My question is now: Is this the correct way to define a derivative over integer numbers and is the result for the derivative of the factorial correct? And how would one then compute the discrete integral/sum for the factorial?

$\endgroup$ 2

1 Answer

$\begingroup$

It's perfectly reasonable. These are called forward-finite-difference operators. On the same page of the link, you'll find a section on calculus for finite difference operators.

On the other hand, you might be interested in the definition of the Gamma function, which generalizes the factorial to non-integers and has a derivative in the classical sense.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy