User:IssaRice/Computability and logic/Least search operator
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 or maybe (like the operator for defining anonymous functions).
Boolos/Burgess/Jeffrey use (for "minimization").
Intuition
bounded search vs unbounded search; bounded for-loop vs while-loop.