Ah, the thrilling world of asymptotic inequalities! πŸ€“πŸ’€ James Oswald valiantly attempts to make "f(x) ≀ g(x) + O(1)" sound exciting but instead delivers a #snoozefest that's slightly less stimulating than watching paint dry. πŸŽ¨β¬› If only mathematical jargon could magically transform string complexity into something resembling human interest! πŸ€·β€β™‚οΈ
https://jamesoswald.dev/posts/bigoinequality/ #asymptoticInequalities #mathematicalJargon #stringComplexity #HackerNews #HackerNews #ngated
What is f(x) ≀ g(x) + O(1)? Inequalities With Asymptotics

Recently I came across asympotic inequalities of the form $f(x) \le g(x) + O(1)$ in Li and Vitanyi’s An Introduction to Kolmogorov Complexity and Its Applications, where this notion is used to discuss bounds on the complexity of strings. In this post I give a brief definition of what this notation means and how it relates to standard asymptotic notation. Particulary, I’m only going to talk about the case of $O(1)$, but the same ideas can be extended to $O(h(x))$ for any function $h(x)$.

James Oswald