1. We omit all constants
Well, strictly speaking, you do not omit all the constants, but only the most external multiplying constant. That means O(cf(n)) = O(f(n)). Additive constants are also beautiful, since
f(n) < f(n)+c < 2f(n)starting with some n, therefore O(f(n)+c) = O(f(n)).
. (O(log(cn)) O(log(n^c))), . , , 2^2n, 2 O(2^n), .
2. n
, , . . , f(n) g(n), g(n) = O(f(n)), O(f(n) + g(n)) = O(f(n)).
.