Category:Definitions/Order Notation
This category contains definitions related to Order Notation.
Related results can be found in Category:Order Notation.
$\OO$-Notation
$\OO$ notation is a type of order notation, typically used in computer science for comparing 'run-times' of algorithms, or in analysis for comparing growth rates between two growth functions.
Big-$\OO$ Notation
Let $f$ and $g$ be real functions defined on a neighborhood of $+ \infty$ in $\R$.
The statement:
- $\map f x = \map \OO {\map g x}$ as $x \to \infty$
is equivalent to:
- $\exists c \in \R_{\ge 0}: \exists x_0 \in \R: \forall x \in \R: \paren {x \ge x_0 \implies \size {\map f x} \le c \cdot \size {\map g x} }$
That is:
- $\size {\map f x} \le c \cdot \size {\map g x}$
for $x$ sufficiently large.
This statement is voiced $f$ is big-$\OO$ of $g$ or simply $f$ is big-$\OO$ $g$.
Little-$\oo$ Notation
Let $\map g x \ne 0$ for $x$ sufficiently large.
$f$ is little-$\oo$ of $g$ as $x \to \infty$ if and only if:
- $\ds \lim_{x \mathop \to \infty} \frac {\map f x} {\map g x} = 0$
$\Omega$-Notation
Let $g: \N \to \R$ be a real sequence, expressed here as a real-valued function on the set of natural numbers $\N$.
Then $\map \Omega g$ is defined as:
- $\map \Omega g = \set {f: \N \to \R: \exists c \in \R_{>0}: \exists n_0 \in \N: \forall n > n_0: 0 \le c \cdot \size {\map g n} \le \size {\map f n} }$
$\omega$-Notation
Let $g: \N \to \R$ be a real sequence, expressed here as a real-valued function on the set of natural numbers $\N$.
Then $\map \omega g$ is defined as:
- $\map \omega g = \set {f: \N \to \R: \forall c \in \R_{>0}: \exists n_0 \in \N: \forall n > n_0: 0 \le c \cdot \size {\map g n} < \size {\map f n} }$
Subcategories
This category has the following 5 subcategories, out of 5 total.
B
- Definitions/Big-O Notation (32 P)
L
- Definitions/Little-O Notation (17 P)
T
- Definitions/Theta Notation (10 P)
Pages in category "Definitions/Order Notation"
The following 11 pages are in this category, out of 11 total.