I asked a similar question before I want to ask a follow up question on lower bounds or omega. For the following recurrence,
T2(n)=n2.001 + n2logn
T2(n)=O(n2.001). I have no problems with that. But I was also told that for lower bounds, T2(n)=Ω(n2.001) even though n2logn is supposed to be smaller than n2.0001. Help?