$lg\lceil \frac{n}{2} \rceil + 1$
How do I get rid of the ceiling? In order to lose the ceiling I add +1 and get the following expression which I don't know how to simplify $lg (\frac{n +1} {2}) + 1$. How do I proceed from here? I want to calculate $lg (\frac{n}{2}) + 1$.
Thanks for your time