Treadstone 71
- 275
- 0
If a,...,d are functions and a~b, c~d, can I conclude that a-c~b-d?
The discussion clarifies that if functions a, b, c, and d are asymptotically equal (a~b and c~d), one cannot conclude that a-c is asymptotically equal to b-d. An example provided is with a = b = x^n, c = x^n - x^(n-1), and d = x^n - x^(n-2), where n > 1 and x approaches infinity. This demonstrates that the asymptotic relationships do not hold under subtraction.
PREREQUISITESMathematicians, computer scientists, and students studying algorithm analysis or asymptotic behavior of functions.