There are two widely accepted forms of asymptotic notation:
- $f(n) = O(g(n))$
- $f(n) ∈ O(g(n))$
1 seems to be more widely used, but implies a symmetry between the two sides that just isn't there. 2 is less confusing in that way, but is less used.
Are there any commonly used mathematical style guides that recommend one over the other? Or at least ones that say something on the matter?