Proving that if $a>1$ and $x>y$ then $a^x>a^y$

50 Views Asked by At

I got this assignment for homework and I can't find this anywhere around the web.

Prove that if $a>1$ and $x>y$ then $a^x>a^y$.

I started the assignment but I'm not sure it's enough:

$n>0$

$x=y+n$

$a^x=a\times a\times a\times\dotsb\times a$ ($y+n$ times)

$a^y=a\times a\times\times\dotsb\times a$ ($y$ times)

$y+n>y$ and $a>0$ then $a^x>a^y$.

Please help me.

2

There are 2 best solutions below

0
On

Hint: $x-y>0,$ so since $a>1,$ what can you say about $a^{x-y}$? What can you conclude from there?

(The problem with your approach is that it assumes that $x,y$ differ by a positive integer.)

0
On

Since $x>y$

Multiply $\ln(a)$ on both sides.

The inequality symbol remains the same since $\ln (a) > 0 $ as $a>1$

Therefore $x \ln(a) > y \ln(a)$

Hence $\ln(a^x) > \ln(a^y)$

Since $\ln$ is a logarithm with base "$e$" ($e>1$ )

Therefore $a^x > a^y$ .