I was looking (again) at the series $$\sum_{n = 0}^{+\infty} \frac{3^n}{n!}$$ to give an estimation of its sum withouth the knowledge of the exponential series, and following the steps of a majorisation I faced a dark point.
The steps are these: consider
$$\frac{3^n}{n!} = \frac{3\cdot 3\cdot 3\cdot 3 \ldots}{1\cdot 2\cdot 3\cdot \ldots n} = \frac{3\cdot 3\cdot 3}{1\cdot 2\cdot 3} \frac{3^{n-3}}{4\cdot 5\ldots n} = \frac{9}{2}\frac{3^{n-3}}{4\cdot 5\ldots n} $$
Now we can say that $\forall n \geq 3$ it holds $n! \geq 4^{n-3}$ hence $$\frac{1}{n!} \leq \frac{1}{4^{n-3}}$$
I understood this "trick" has been done because in this way we can use the Geometric series (which we can), indeed then:
$$\frac{3^n}{n!} \leq \frac{9}{2} \left(\frac{3^{n-3}}{4^{n-3}}\right)^n$$
$$\frac{3^n}{n!} \leq \frac{9}{2} \frac{4^3}{3^3} \left(\frac{3}{4}\right)^n$$
In this was I can write
$$\sum_{n = 3}^{+\infty} \frac{3^n}{n!} \frac{32}{3} \leq \sum_{n = 3}^{+\infty}\left(\frac{3}{4}\right)^n$$
and so on...
- Question is about this part:
$$\frac{3^n}{n!} \leq \frac{9}{2} \left(\frac{3^{n-3}}{4^{n-3}}\right)$$
How can we justify this? If I read this, what I read is: separately that $\frac{1}{n!} \leq \frac{1}{4^{n-3}}$ and $3^n \leq \frac{9}{2}3^{n-3}$ that is $3^n \leq \frac{3^{n-1}}{2}$ which is not true.
I cannot understand this part.
Thank you!
First of all, there is no $n$ exponent after the parenthesis. Then write explicitly the first three terms: $$\frac{3^n}{n!}=\frac{3\cdot3\cdot3\cdot 3^{n-3}}{1\cdot2\cdot3\cdot 4\cdot ...\cdot n}\le\frac{3\cdot3\cdot3}{1\cdot 2\cdot 3}\frac{3^{n-3}}{4\cdot4\cdot ...\cdot 4}=\frac92\frac{3^{n-3}}{4^{n-3}}=\frac92\left(\frac34\right)^{n-3}$$