Definition
Big-O notation
An eventual bound by a fixed multiple of a comparison function.
Let be real or complex functions on , with . The statement as means that there are and such that
The constants do not depend on . Other limiting regimes use the corresponding eventual neighborhood. For a normed-space valued function, replace absolute value by its norm.
Reading an estimate
The notation asserts a bound, not an equality with a particular function. Thus , but the latter statement hides the sharper order. In , the implicit constant must have the same declared independence as in a Big-O estimate.
Derivatives require separate control
A bound on values does not automatically bound derivatives. For example, is , whereas its derivative contains . Parameter-uniform and derivative estimates must be stated separately.