If we let $A \subset R$ be bounded above and state that $\sup A \not\in A$, I want to prove that there exists a strictly increasing subsequence in $A$. Here is an attempt I have made but I am not sure if it is correct:
We can pick some $a_1 \in A$, then declare recursively that $a_{n+1} = \frac{a_n + \sup A}{2}$ where by definition $\sup A > a$ $\forall a \in A$, and so is $a_{n+1}$ as it is $< \frac{\sup A + \sup A}{2} = \sup A$. From this we can also clearly say that $(a_n)$ is strictly increasing.
I am uncertain as to whether this is an acceptable proof, I feel like it falls down as we cannot guarantee $a_{n+1} \in A$? Any help is appreciated, thanks!