If $c>1$ Prove that $c^m>c^n$ if and only if $m>n$. I don't know how to apply mathematical induction to this statement. Can anyone help?
2026-04-24 14:30:52.1777041052
Mathematical Induction and Powers
55 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
I'll assume c $\in \mathbb{Z}$ and $m,n >1$
Check if true for $c= 2$:
Note that $2^m, 2^n>0$
We have that: $2^m - 2^n> 0 \Leftrightarrow 2^{m} > 2^{n}\Leftrightarrow 2^{m-n} > 1 \Leftrightarrow m-n > 0 \Leftrightarrow m>n$
There it's true for $n=1$ as each statement was an if and only if one.
Now we assume true for $c$:
$c^{m} > c^{n} \Leftrightarrow m>n$
Then we must prove it's also true for $c+1$:
$(c+1)^{m} > (c+1)^{n} \Leftrightarrow (c+1)^{m-n} > 1 \Leftrightarrow m>n $
Hence true $\forall c \in \mathbb{Z}^{+}$
Note that we could have proved this without induction, using the proof we did for $c+1$.