I have to prove or disprove the following statement:
$\forall a,b \in \mathbb{R}$, $b > 1$ : $n^a \in O(b^n)$
Clearly there are 2 cases:
(i) $a < 0$ and (ii) $a \geq 0$,
meaning that I have to prove:
(i) $\frac{1}{n^a} \leq c \cdot b^n$
(ii) $ n^a \leq c \cdot b^n$
and this is where I already get stuck..
Do you guys have any idea?