mirror of
https://github.com/Steffo99/appunti-magistrali.git
synced 2024-11-22 10:44:17 +00:00
668 B
668 B
aliases | ||||
---|---|---|---|---|
|
notazione asintotica per il limite inferiore.
\def \varAsym {{\color{royalblue} g(n)}}
\def \varFunc {{\color{orangered} f(n)}}
\def \varLess {{\color{lightcoral} c_{less}}}
\def \varMore {{\color{palegreen} c_{more}}}
\def \varBeginning {{\color{turquoise} n_0}}
\Huge
\Omega(\varAsym)
In linguaggio formale, \varFunc
è in \Omega(\varAsym)
se:
\Omega(\varAsym)
\Longleftrightarrow
\begin{cases}
\exists & \varLess > 0\
\exists & \varBeginning > 0\
\
\forall & n \geq \varBeginning\
: & 0 \leq (\varLess \cdot \varAsym) \leq \varFunc
\end{cases}