Sublinear function
From Wikipedia, the free encyclopedia
A sublinear function, in linear algebra and related areas of mathematics, is a function
on a vector space V over F, an ordered field (e.g. the real numbers
), which satisfies, for all scalars γ and vectors x and y
(positive homogenity)
(subadditivity)
In computer science, a function
is called sublinear if
in asymptotic notation (Notice the small
). Formally,
if and only if, for any given
, you can choose an
such that[1]
This means that for any linear function
, for sufficiently large input
grows slower than
.
Contents |
[edit] Examples
- Every (semi-)norm is a sublinear function
[edit] Properties
- Every sublinear function is a convex function
[edit] Operators
The concept can be extended to operators that are homogeneous and subadditive. This requires only that the codomain be, say, an ordered vector space to make sense of the conditions.
[edit] References
- ^ Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein [1990] (2001). "3.1", Introduction to Algorithms, 2nd edition, MIT Press and McGraw-Hill, 47-48. ISBN 0-262-03293-7.


