Let $F$ be a differentiable function $$ F:\mathbb{R} \to \mathbb{R}$$
and $$ \lim_{x \to -\infty} F(x) = \lim_{x \to \infty} F(x) = a \in \mathbb{R}$$
Prove that there exists a ${x_0} \in \mathbb{R} $ such that $f'({x_0}) = 0$
$\textbf{My Try} $
let $ R \in \mathbb{R}$ and $R >0$
$ \lim_{x \to -\infty} F(x)= a $ $\Rightarrow$ it exists an ${x_1}$ so that for all $x <-R$ ,$ x<{x_1}$ and $f({x_1})= a + \epsilon$
$ \lim_{x \to \infty} F(x)= a $ $\Rightarrow$ it exists an ${x_2}$ so that for all $x >R$ ,$ x>{x_2}$ and $f({x_2})= a + \epsilon$
because ${x_1} <{x_2}$ $\Rightarrow$ it exist an ${x_0} \in ({x_1},{x_2})$ so that $F'(x_0) = \frac{F({x_2})-F({x_1})}{{x_2}-{x_1}}=\frac{a + \epsilon-(a + \epsilon)}{{x_2}-{x_1}}=0 \Rightarrow F'x_{0})=0$
Is that correct?