Say I have the statement
$n$ < $n^{2}$ < $ 2^{n} $
Would it then also be true that?
(I don't remember the word for this bear with me)
$2^{n}$ < $2^{n^{2}}$ < $ 2^{2^{n}} $
Say I have the statement
$n$ < $n^{2}$ < $ 2^{n} $
Would it then also be true that?
(I don't remember the word for this bear with me)
$2^{n}$ < $2^{n^{2}}$ < $ 2^{2^{n}} $
Your implication is $$ x < y \Rightarrow f(x) < f(y) $$ Such a function $f$ is called strictly monotonically increasing.
In your case $f(x) = 2^x$.