Prove sum of 2 little 'o is equal to the little 'o from the sum

725 Views Asked by At

I need to prove if

for $f(x) = o(h(x))$ and $g(x) = o(q(x))$

then $f(x) + g(x) = o(|h(x)| + |q(x)|)$

I think that this is false but I am struggling to find a counter example.

1

There are 1 best solutions below

2
On

Hint: if $|f(x)| \le a |h(x)|$ and $|g(x)| \le a |q(x)|$ then $|f(x) + g(x)| \le a (|h(x)| + |q(x)|)$.