Exploring the properties of real numbers from "Mathematical Thinking" by John P. D'Angelo, I am asked to prove that
For every positive real number $r$ there exists an integer $k$ such that $5 \lt |k|r$
I would say that it is true by the Completeness Axiom, I think that this means "There exists an integer $k$ that is an upper bound to the set of real numbers of the form $\frac 5r$ where $r$ is a positive real number, which I would express as:
$$(\exists\,k \in \Bbb Z)\,(\forall \,r\in \Bbb R^+) \,:\, k=\,\sup \bigg\lbrace \frac 5r \bigg |\; r \in \Bbb R^+\bigg \rbrace$$
I'm not sure whether my reasoning is correct or how I would go about proving it though.
"I think that this means "There exists an integer k that is an upper bound to the set of real numbers of the form 5/r where r is a positive real number""
So that's obviously not true. As $r \rightarrow 0$ then $5/r \rightarrow \infty$ and is not bounded above.
Consider this: Let $A_r = \{|k|*r|k \in \mathbb Z\}$. This is clearly not empty. Are any of the $|k|r > 5$? If not then $5$ is an upper bound of $A_r$ and $A_r$ is bounded above. Is that possible?
If it were, let $a = \sup A_r$. $r > 0$ so $a - r < a$ so $a-r$ is not an upper bound. So there is a $|k|r$ so that $a - r < |k|r$ so $a < |k|r + r = (|k| + 1)r$ as $|k|+1 = ||k|+1|$ [why in the world is this problem making a deal about absolute values... that's just confusing and irelevent], we can conclude $(|k| + 1)r \in A_r$.
But that is a contradiction! We have an element of $A_r$ that is bigger than it upper limit! So $A_r$ is unbounded. So it isn't bounded by $5$ (or anything else).
So it is not that case that all $|k|r \le 5$. So some $|k|r > 5$.
This is the archimedian property that can be stated as.
For any $r > 0$ and any $y$. There is some positive integer $k$ so that $kr > y$.
As direct consequences we can say, for any $y$ there is an integer $k$ so that $k > y$. Also that there is in integer $m$ so that $m \le y < m+1$. And for any $x < y$ there is a rational $q$ so that $x < q < y$.
Handy stuff to know.