Let $P(x)=x^2 +2013x+1$. Show that $P(P(\cdots P(x))\cdots)=0$ (i.e. $P$ is $n$-times nested) has at least one real root for any $n$ $P$.
For $n = 1$ this is obvious. Next, for $n = 2$ we get a fourth order polynomial $$x^4 + 4,026 x^3 + 4,054,184 x + 2,015$$ and by substituiting $y = x + 2,013/2$ can elimate the cubic term. Rearranging and standardizing yields a 4th order equation $$y^4 – 4,048,139/2 y^2 + 16,387,413,154,661/16 = 0$$ It can be solved but further substitutions quickly become intractable and don´t lead anywhere. Can anyone help? Thanks.

Let $P_{1}(x) = P(x)$
Let $P_{n}(x) = P(P_{n-1}(x))$
Let $x_{n}$ be one of the solution for $P_{n}(x) = 0$
Initiation
Both roots of $P(x)$ are real and negative.
We choose the less negative solution $x_{1}$.
$x_{1} = \frac{-2013 + \sqrt{2013^{2} - 4(1 - 0)}}{2}$.
Notice that $0 \ge x_{1} \ge -2013/2$.
Induction
From the last step of the induction, we have $0 \ge x_{n-1} \ge -2013/2$.
One of the solution of $P_{n}(x) = 0$ is the solution of:
$P(x) = x_{n-1}$
Again, we can choose a real and negative solution $x_{n}$ such that $0 \ge x_{n} \ge -2013/2$:
$x_{n} = \frac{-2013 + \sqrt{2013^{2} - 4(1 - x_{n-1})}}{2}$