This question is harder than it looks folks
for all a in the reals and for all b in the reals, [(a <= b) => (n^a is O(n^b))]
n^a is O(n^b) if n^a <= cn^b for some n>= n, (n less than or equal to n knot)
then n^a/n^b <= c
n^a-b <= c
what would my c and n knot be??