I want to prove the following statement $$\forall x,y \in \mathbb R ,\ a >1 :\\ \ \ \ \ x < y \iff a^x < a^y$$
I can use all the exponentiation laws for rational numbers and I would like to prove the statement by using rational sequences $q_n \rightarrow x$ and $r_n \rightarrow y$ which converge to $x$ and $y$ for a rising $n$.
I tried proving using the contrapositive version of the statement for my left - to - right proof, but I do not think that it is correct. My proof was the following:
$$a^x \ge a^y \implies x\geq y$$
If $a^x \ge a^y$ then, if you choose an $n$ large enough, then any $q_n$ is larger than $r_n$. This implies also that $\lim_{n\to\infty}q_n \geq \lim_{n\to\infty} r_n $and thus concludes the statement.
Any hints?
Hint:
It trivial for $\mathbf N$. Deduce it first for $\mathbf Z$, then $\mathbf Q$.
Next, show that if $x,y$ are two real numbers such that $x<y$, there exists sequences $(x_n)$ and $(y_n)$ which converge to $x$ and $y$ respectively, and such that $x_n<y_n$ for all $n$.
Then use that passing to the limit preserves non-strict inequalities.
Last step, to show the limit inequality is strict, prove there exists $u,v\in \mathbf Q\cap (x,y)$ such that $ x_n\le u<v\le y_n$ if $n$ is large enough.