I have been trying to prove Archimedean property ($n\cdot x>y$) on my own and came up with this.
No matter how big $y$ is given, I can get next integer of that value of $y$. And no matter how small $x$ is, I can get a terminating decimal in base 10, which is rational and then I will make my $n$ as denominator of that rational times the next integer of $y$, which will give $n\cdot x>y$. Is this valid or have I missed something??