Assume I have only read chapter 1 of Rudin up to exercise 6b). So we are still proving the properties of exponentiation and don't know how to fully manipulate exponents. Right now I am stuck showing the following (:
$$ \text{ if } t < r \implies b^t < b^r $$
where $b>1$ and $t,r \in \mathbb{Q}$
I know it's "obvious" because exponentiation is monotone (which can be easily shown since its derivative is positive, though we have not defined derivatives so that makes no sense as a justification just yet). Thus, I was wondering how one goes about proving the above statement.
What I attempted was to re-write exponents of rationals with the tools that we do know. We know $b^{t} = b^{t_1/t_2} = \left( b^{t_1} \right)^{\frac{1}{t_2}} = \left( b^{\frac{1}{t_2}} \right)^{t_1}$ and $b^{r} = b^{r_1/r_2} = \left( b^{r_1} \right)^{\frac{1}{r_2}} = \left( b^{\frac{1}{r_2}} \right)^{r_1}$ so I re-wrote it as follows:
$$ \left( b^{r_1} \right)^{\frac{1}{r_2}} \text{ vs } \left( b^{t_1} \right)^{\frac{1}{t_2}}$$
and raise both expression to the $t_2 r_2$ which yielded:
$$ b^{t_1 r_2} \leq b^{r_1 t_2}$$
since $t_1 r_2 \leq r_1 t_2$. This is obviously correct because both the exponents are just natural numbers and $b>1$ so nothing fishy is going on. However, its unclear how that implies what I want, specially because taking roots of both since (which is tempting to do just take $1/r_2$ root of both sides and then do that with $t_2$) and voila you would "get the answer". But taking roots of both sides and hoping the inequality keep holding is exactly what I am having trouble proving. Is there something I am missing? I am fine with the answer but I am also happy with hints (and maybe hide the answer?)?
EDIT:
I just notice that:
$$t_1 r_2 \leq r_1 t_2$$
is not necessarily true. We know $r,t \in \mathbb{Q}$ but we don't know if the denominators or numerators are negative or not or if $r,t$ themselves are negative, so we don't know if there are any weird sign shifts when playing with the inequality.
We consider:$$t<r \Rightarrow \exists x \in \mathbb{Q}_{>0} : t<r = t+x $$
Now the inequality to be proved becomes:
$$b^t<b^r\Rightarrow b^t<b^{r} = b^{t+x} \Rightarrow b^t<b^t\cdot b^x \Rightarrow 1<b^x.$$
Finally, raising both sides to the power $\frac1x$ (note that $x>0 \Rightarrow\frac1x>0)$ we get:
$$b>1.$$