Prove that the big-O relationship is transitive (give a direct proof). That is, if f(n), g(n) and h(n) are positive-valued functions: if f(n) is Ο(g(n)) and g(n) is Ο(h(n)) then f (n) is Ο(h(n))