Let $\{a_n\}_n$ be a sequence of numbers in the interval $(0, 1)$ with the property that $$a_n < \frac{a_{n−1} + a_{n+1}}{2}$$ for all $n = 2, 3, 4,\dots$. Show that this sequence is convergent.
My attempt:
We can write the inequality as
$a_n - a_{n-1} < a_{n+1} - a_n$
So, sequence {$s_n$} = $a_{n+1} - a_n$ is monotonic and since -1<$s_n$<1 , it is also bounded and hence convergent.
Sequence {$a_n$} is bounded and by Bolzano-Weierstrass property has a convergent subsequence {$a_{n_k}$}.
Applying Cauchy sequence property on this convergent subsequence, we have for every $\epsilon$ >0, there is $N_0$, such that $|a_{n_l} - a_{n_k}|< \epsilon$ for all $l>k>N_0$
I feel like, from here I should have been able to prove this, but unfortunately I am stuck. Please help.
If $(a_n)_n$ has a finite upper bound $M$ then $(a_n)_n$ is decreasing, i.e. $a_n\geq a_{n+1}$ for all $n\geq 1$. Otherwise $a_{n+1}>a_n$ for some $n$ and, for $k>1$, $$M\geq a_{n+k}=(a_{n+k}-a_{n+k-1})+(a_{n+k-1}-a_{n-k-2})+\dots+(a_{n+1}-a_n)+a_n\\> k\underbrace{(a_{n+1}-a_n)}_{>0}+a_n\to +\infty$$ as $k\to +\infty$. Contradiction!