I've been studying Sedgewick's "Algorithms" book and in proof of one proposition he writes the following:
the property is preserved because $1 + \lg i = \lg(i + i) \le \lg(i + j) = \lg k$
I cannot wrap my brain around the first part of this inequation, namely $1 + \lg i = \lg(i + i)$. Can anyone offer an explanation? Thanks in advance!