I'm having trouble forming a mathematical proof for a question. I can write down thousands of examples with various values of n that shows it's correct, but I'm not sure how to turn that into a mathematical proof it when multiple functions are involved.
$f_{1}, f_{2}$ and $f_{3}$ are functions on positive real numbers. Prove that if $f_{1}(n) \in O(f_{2}(n))$ and $f_{2}(n) \in O(f_{3}(n))$ then $f_{1}(n) \times f_{2}(n) \in O(f_{3}(n)^{2})$