Discussion Overview
The discussion revolves around the relationship between functions in asymptotic notation, specifically whether h(n) - f(n) is in o(g(n)) given that f(n) is in o(g(n)) and g(n) is in O(H(n)). Participants explore definitions and seek clarification on the implications of these relationships.
Discussion Character
- Exploratory
- Technical explanation
- Debate/contested
Main Points Raised
- One participant questions whether h(n) - f(n) can be proven to be in o(g(n)) under the given conditions.
- Another participant proposes a counterexample with specific functions f(n) = n, g(n) = n², and h(n) = n³, suggesting that the limit of the difference divided by g(n) does not approach 0.
- Clarifications are sought regarding the definitions of big O and small o, as well as the relationship between H(n) and h(n).
- Definitions of big O and small o are discussed, with one participant providing an incomplete definition of big O.
Areas of Agreement / Disagreement
Participants express uncertainty about the implications of the relationships between the functions, and there is no consensus on whether h(n) - f(n) is in o(g(n)).
Contextual Notes
There are limitations in the discussion regarding the completeness of definitions and the relationship between H(n) and h(n), which remain unresolved.