It is a generalization of this question. I am looking for a similar derivation as in here.
Can we prove that $(1+p/n)^n$ is a Cauchy sequence for any $p \in [a, b]$ by showing that
$$ \Bigg| \left( 1 + \frac{p}{n}\right)^n - \left( 1 + \frac{p}{m}\right)^m \Bigg| \leq f(n)$$
where $f(n)$ is something that tends to zero as $n$ goes to infinity?
Here is an attempt.
Let $m=n+1$. Then,
$$ \Bigg| \left( 1 + \frac{p}{n}\right)^n - \left( 1 + \frac{p}{n+1}\right)^{n+1} \Bigg| = \Bigg| \sum_{k=0}^{n} \binom{n}{k}\left( \frac{p}{n} \right)^{k} - \sum_{k=0}^{n+1} \binom{n+1}{k}\left( \frac{p}{n+1} \right)^{k} \Bigg| = \\ \Bigg| \sum_{k=0}^{n} \frac{p^k}{k!} \left[ \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n+1} \right) - \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n} \right) \right] + \frac{p^{n+1}}{(n+1)^{n+1}} \Bigg| \leq \sum_{k=0}^{n} \frac{|p|^k}{k!} \left[ \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n+1} \right) - \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n} \right) \right] + \Bigg| \frac{p^{n+1}}{(n+1)^{n+1}} \Bigg| $$
Now intuitively, $\sum_{k=0}^{n} \frac{|p|^k}{k!}$ tends to the constant $e^{|p|}$ while the expression in square brackets tends to zero as $n$ goes to infinity. I was trying to show that this expression is less than a constant divided by $n^2$ (because we will sum up the consecutive terms for $m >n$, and the sum should converge which $\frac{C}{n^2}$ would provide).
Can we also find an estimate of the constant $C$?
Thanks to all for good answers. Meanwhile, I'm still quite interested in working it out algebraically. My next idea was to use the triangle inequality. Let us ignore the last term in the inequality above, it obviously tends to zero as $n$ goes to infinity. We want the sum to go to zero fast enough. So,
$$ \Bigg| \sum_{k=0}^{n} \frac{p^k}{k!} \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n+1} \right) - \sum_{k=0}^{n} \frac{p^k}{k!} \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n} \right) \Bigg| \leq \\ \Bigg| \sum_{k=0}^{n} \frac{p^k}{k!} \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n} \right) - \sum_{k=0}^{n} \frac{p^k}{k!} \Bigg| + \\ \Bigg| \sum_{k=0}^{n} \frac{p^k}{k!} \prod_{i=1}^{k-1} \left( 1 - \frac{i}{n+1} \right) - \sum_{k=0}^{n} \frac{p^k}{k!} \Bigg| $$
Each product is evidently positive and smaller than one. So we end up having kind of a usual exponential series, but weighted. Otherwise, we could try to plug something instead of the products, what would, when subtracted from the products, give something which decreases fast enough. I feel this should be possible since we have all the freedom to plug in whatever we want.