Consider a subset of rational numbers $S = \{\frac{a}{b}; a \in \mathbb{N}, b \in \mathbb{N}, a < b\}$. I want to prove that $\sup S = 1$. By the definition of supremum, for $\epsilon > 0$, it suffices to show that there exists $\frac{a}{b} \in S$ such that $1 - \epsilon < \frac{a}{b}$.
I tried to prove it using archmedian property ($\forall x \in \mathbb{R}, \exists n \in \mathbb{N}$ such that $n \geq x$) by setting $a = 1$ or $b$ being a multiple of $a$ for the purpose of deriving the value of remaining variable by fixing one variable. However, none of them worked. I feel like I ran out of trick. How should one prove it?