TADM2E 2.13

From Algorithm Wiki
Revision as of 01:59, 21 September 2016 by Kmckernan (talk | contribs) (We use the additive property, and the definition of Big-O to derive the proof.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

By Definition of Big-O we note that $ f_1(x) + f_2(x) = O(g_1(x)) + O(g_2(x)) $ and that this is equivalent to, $ f_1(x) + f_2(x) = O(max(g_1(x)) + O(g_2(x))) $ which is equivalent to,

$ O(max(g_1(x)) + O(g_2(x))) = O(g_1(x)+g_2(x)) $ QED.