If we prove by induction that $2^n > n$ for $n \geq 1$ where $n \in N^+$, how can one know this inequality holds for real values of n like $2^{2.5} > 2.5$?
Maybe a bit silly question but I can't find answer by myself. I think I need to show that the function $2^n$ is larger than $n$ analytically rather by induction but I don't know how and if induction is sufficient, then why? Thanks in advance.
It is not immediate. A formula for integers may not hold for reals. For example: $$\sin n\pi=0$$
But in this case you can "extend" the formula using the fact that the function $f(x)=2^x-x$ is increasing in $[1,\infty)$.
Indeed, if $x\ge 1$ is real, take $n=\lfloor x\rfloor$. Then $$2^x-x>2^n-n>0$$
The key point here is how to prove that $f$ is increasing. If you know derivatives, it is easy.