Semicomputable function explained
that can be approximated either from above or from below by a
computable function.
is
upper semicomputable, meaning it can be approximated from above, if there exists a
computable function
, where
is the desired parameter for
and
is the level of approximation, such that:
\forallk\inN:\phi(x,k+1)\leq\phi(x,k)
is
lower semicomputable if and only if
is upper semicomputable or equivalently if there exists a
computable function
such that:
\forallk\inN:\phi(x,k+1)\geq\phi(x,k)
If a partial function is both upper and lower semicomputable it is called computable.
See also
References
- Ming Li and Paul Vitányi, An Introduction to Kolmogorov Complexity and Its Applications, pp 37 - 38, Springer, 1997.