I've got five equivalences to prove, and four of them were easily proven; Given K an ordered field, I had to show that the five statements are equivalent:
1 - K is complete (aka every non empty with an upper bound set has a supremum).
2 - K is archimedean and has the property of the nested intervals.
3 - Every non-decrescent sequence with an upper bound converges in K.
4 - Every limited sequence on K has a converging subsequence.
5 - Every Cauchy sequence in K converges.
I showed the implications in the following order: $1 \implies 3 \implies 2 \implies 4 \implies 5$, however I can't at all prove that $5 \implies 1$. To be honest, I can't really figure out how to show that 5 implies on any other of those.
Whatever I try requires me creating a Cauchy sequence so that by hypothesis it converges, and then have some fancy result to prove one of the other equivalences, but the problem is that I can't show that any sequence I try making is a Cauchy sequence to actually make use of the hypothesis because I lack the archimedean property.
So my question is, given K an ordered field and supposing that every Cauchy sequence in K converges (and only that), how can I show that K is complete? Or even any of the other equivalences would help a lot, it would take an extra step, but still.
And for the archimedean + nested intervals part, simply proving that K is archimedean would easily save my day. Whatever I find on the internet uses the archimedean property with the every Cauchy sequence converges property to do so, but I don't think I should be able to use it to prove without having it as an hypothesis in the first place. Any ideas?