$K\cdot f(n) + L \cdot g(n) \leq (K+L) \cdot (f(n) + g(n)) $
$n, f(n), g(n), K, L \in R^+$
I've seen this inequality a few times in my algorithms course, but I am trying to understand how it works. I would also like to know if it has a name.
An example of someone using it is in the solution to R-3.16
Since $K, L, f(n), g(n)$ are all non-negative numbers, expanding the right hand side of the inequality gives the left hand side plus something non-negative.