Prove that for all $n \in \mathbb{N}$ the inequality $$\sum \limits_{k=1}^n \frac{k+1}{k} \cdot \sum \limits_{k=1}^n \frac{k}{k+1} \le \frac{9}{8}n^2$$ holds.
My work. I proved this inequality, but my proof is ugly (it is necessary to check by brute force whether the inequality holds for $n=1,2,3,4,5$).
First problem.
Let $x_k=\frac{k+1}{k}.$
Thus, $x_k\in[1,2]$ for all $k$.
Now, let $$f(x_1,x_2,...x_n)=\sum_{k=1}^nx_k\sum_{k=1}^n\frac{1}{x_k}.$$ Easy to see that $f$ is a convex function of $x_k$ for all $k$.
Thus, by AM-GM $$\max_{x_k\in[1,2]}f=\max_{x_k\in\{1,2\}}f=\max_{i+j=n}(i+2j)\left(i+\frac{j}{2}\right)=$$ $$=\max_{i+j=n}\left((i+j)^2+\frac{1}{2}ij\right)\leq n^2+\frac{1}{2}\left(\frac{n}{2}\right)^2=\frac{9}{8}n^2.$$