When considering asymptotics of runtime functions, you often have to find limits of quotients of discrete functions, e.g.
$\displaystyle\qquad \lim\limits_{n \to \infty} \frac{4^n}{\binom{2n}{n}\sqrt{n}}.$
While this particular case can easily be dealt with by Stirling's formula, I have been wondering. Mathematicians often like to use de l'Hôpital's rule, but it can obviously not be applied to the discrete case immediately (no mean value theorem). If—as in this case—you are lucky, you might find nice and well-studied continuations on the reals.
What to do in general, though? Is there a discrete version/relative of de l'Hôpital's rule, maybe using difference quotients?
Stolz–Cesàro seems to be what you're looking for. There are two forms:
1.
2.