So I have a sequence $a_{n+1} = \sqrt[n]{a_{1}+\dots+a_{n}}$, $n \in \mathbb{N}$ and where is $a_{1}= 1$.
I have to prove that there is $c > 0$ such that for every $n \in \mathbb{N}$, $a_{n} \geq c$ holds.
I began proving this with mathematical induction and I came to this point for $n \rightarrow n+1$ $$a_{1}\dots+a_{n} \geq c^n$$ and I do not know how to finish it.
Also I have to prove that this is increasing sequence and I came to this point $$a_{1}+\dots+a_{n}+a_{n+1}>=a_{1}+\dots+a_{n}$$ and from this I get that $$a_{n+1}>=0$$
If is this even correct so far?
Any help?
By induction,
$$a_1\ge1$$ and $$\forall k\in[1,n]:a_k\ge1\implies a_1+a_2+\cdots a_n\ge1\implies a_{n+1}\ge1.$$
This bound is tight.