First time I ask a question here. I recently tried to prove the Bolzano-Weierstrass theorem by myself without using the nested intervals technique.
What I did is the following:
Let $(u_n)_n$ be a bounded sequence of real numbers. Then there exist $M, M'\in \mathbb R$, such that:
$$\forall n \in \mathbb N, M\le u_n\le M'.$$
Let $(u_{\phi(n)})_n$ be a subsequence of $(u_n)_n$. Then
$$\forall n \in \mathbb N, M\le u_{\phi(n)}\le M'.$$
We can then find a sequence $(u_{\phi(n+1)}-u_{\phi(n)})_n$ that is also bounded and such that $(u_{\phi(n+1)}-u_{\phi(n)})_n\ge0$ (or $(u_{\phi(n+1)}-u_{\phi(n)})_n\le0$) for every natural number $n$. It means that the subsequence $(u_{\phi(n)})_n$ is non-decreasing (or non-increasing), while bounded, and therefore is convergent.
I would be very glad to read some remarks about this attempt, thank you.