We have $a$ is a real positive number different than zero.
$r$ and $s$ belong both to $\mathbb{Q}$
$(r<s)$ AND $(a^r<a^s)$ ⇔ $(r<s)$ AND $(ln(a^r)<ln(a^s))$ ⇔ $(r<s)$ AND $(r.ln(a)<s.ln(a))$
On the other hand we have:
$a>1⇔ln(a)>ln(1)⇔ln(a)>0$
which means that:
r.$ln(a)<s.ln(a) ⇔ r<s$ because $ln(a)>0$
This can be summarized as follows:
If $a>0$ AND $r<s$ then:
$a>1⇔a^r<a^s$
Is there any other proof for: If $a>0$ AND $r<s$ then: $a>1⇔a^r<a^s$ without using the natural logarithm function $ln$?
This was my answer for someone asking for a proof here
Unfortunately he needed a proof without using the $ln$ function.
If $r$ and $s$ are rational numbers and $r<s$, there are integers $k$ and $l$ and a natural number $t$ such that $r=\frac kt$, that $s=\frac lt$, and that $k<l$. So$$a^r=a^{k/t}=\sqrt[t]{a^r}\quad\text{and}\quad a^s=a^{k/t}=\sqrt[t]{a^l}.$$And, since $k<l$, $a^r<a^l$, and therefore $\sqrt[t]{a^r}<\sqrt[t]{a^l}$.