T(1) wont be appropriate right because in my case c(1)log(1) = 0
Should I state that the function does not exceed a certain value for small n and then since the behavior of T(n) is known for these base cases, we can just focus on proving the upper bound for larger n
any constant would work right?
In my case I could say T(n) >= c for n <= 2 when proving T(n) <= c n log n?
also is my inductive step correct? Im not rlly sure if Im on the right path
