The question title basically sums up the goal of this question, that is, how to show that the power series $$\sum_{n=0}^{\infty}n!x^n $$ converges only if $x=0$.
I will show my closest attempt at proving this, using the root test as all other methods, like divergence test or ratio test, seemed to be inconclusive or out of reach for me to prove.
Attempt
Although I cannot prove this (and it would be amazing if someone could offer a proof outline or show a proof of this), it is known that $$n!\geq \left(\frac{n}{3}\right)^n\tag{1}$$ for all $n\in\mathbb{N}$ which gives $$\sqrt[n]{n!}\geq \frac{n}{3}\tag{2}$$ for all $n\in\mathbb{N}$.
Assuming this, let $x\neq 0$. Then $$\lim_{n\to\infty}\sqrt[n]{n!|x|^n }=|x|\cdot\lim_{n\to\infty}\sqrt[n]{n!}=\infty $$ since $$\lim_{n\to\infty}\frac{n}{3}=\infty$$ thus the power series diverges by the root test.
Questions
I have two questions.
First: Is this valid assuming $(1)$ and $(2)$?
Second: How would one prove $(1)$ and $(2)$. I cannot do it inductively. Also, if there is a different or simpler method, please let me know or guide me in the right direction. Thanks
Yes, the proof is corect if (1) and (2) aer assumed. To prove (1) use induction. To go from $n$ to $n+1$ you will need $3 \geq (1+\frac 1 n)^{n}$. For this note that $(1+\frac 1 n)^{n}=e^{n \log (1+\frac 1 n)} \leq e^{1}<3$.