Addition Rule

Here's how to add two functions in normal form:

where ci = ai unless bi > ai and aj = bj for all $0\le
j<i$ (in which case ci = bi). Also, technically, we might need to pad out either a or b so they are the same length and then drop the trailing zeros from c.

Example:

Idea: Whichever function has the largest power of n wins, with ties broken by the largest power of $\log n$, then $\log \log n$, and so on.

Note: Maximization is the same.


next up previous
Next: Multiplication Rule Up: A NORMAL FORM Previous: Putting Bounds in Simplest