User:IssaRice/Computability and logic/Least search operator

From Machinelearning
Revision as of 05:04, 21 December 2018 by IssaRice (talk | contribs) (Created page with "The '''least search operator''', '''minimzation operator''', or '''μ-operator''' is used in computability theory to define new functions. The least search operator allows us...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The least search operator, minimzation operator, or μ-operator is used in computability theory to define new functions.

The least search operator allows us to move from primitive recursive functions to general recursive functions.

Definition

Notation

Most texts seem to write the least search operator was μ as in μy[f(y)=0] or maybe μy.f(y)=0 (like the λ operator for defining anonymous functions).

Boolos/Burgess/Jeffrey use Mn (for "minimization").

Intuition

bounded search vs unbounded search; bounded for-loop vs while-loop.