Prove for $n\ge 2$ there exists constant $k$ such that $$ \log_2(n)-\frac{n-1}{n}\log_2(n-1)\le k $$
for $n=2,\dots,8$ I see that LHS equals below values respectively
1 0.918296 0.811278 0.721928 0.650022 0.591673 0.543564
So I guess $k=1$ ? However I not good at math so I cannot prove easily. I tried proving by contradiction but failed : assume that's not the case, that means there exists $u\ge 2$ such that
$$ \log_2(u)-\frac{u-1}{u}\log_2(u-1)> 1\\ \implies \frac{1}{u\ln 2}-\frac{u-1}{u}\frac{1}{(u-1)\ln 2}+\frac{u-(u-1)}{u^2}\log_2(u-1)> 0 \\ \frac{1}{u\ln 2}-\frac{1}{u\ln 2}+\frac{1}{u^2}\log_2(u-1)> 0 \\ \frac{1}{u^2}\log_2(u-1)> 0 $$
where I derived both sides (I'll be even more clueless if I don't), but this isn't going anywhere... I'd appreciate some help.
Consider the real-valued function $f(x) = \log_2{x} - \frac{x - 1}{x}\log_{2}(x - 1)$. Its domain is $(1, +\infty)$. If we can prove that this function is decreasing for $x \ge 2$, then we'll be able to take $k = f(2) = 1$.
Indeed, we have
$$f'(x) = -\frac{\log_2(x - 1)}{x^2}$$
Now verify when $f'(x)$ is negative, meaning that $f(x)$ is decreasing.