If a function $g(n)$ satisfies $g(n)<n^5$ where $n$ is a positive real, does that mean there exists a real number $m,m<5$ such that $g(n)<n^{m}$
This isn’t from any particular question I was just wondering if this was possible, because my logic was that $g(n)$ never touches the line $n^5$, therefore, there should be a line $n^{m}$ between lines $g(n)$ and $n^5$

Consider a function like $g(n)=n^5-10^{-10}$. There is no $m<5$ such that $g(n)<n^m$ for all $n$.
To see that, suppose that we had such an $m$. We can suppose $m>0$, since the claim is clear for $m≤0$. Then we'd have $$10^{-10}>n^5-n^m=n^m\left(n^{5-m}-1\right)$$
for large $n$. But $n^m\to \infty$ for large $n$ and $n^{5-m}-1>1$ since $5>m$, hence we have a contradiction.