Computable function
From open-encyclopedia.com - the free encyclopedia.
In computability theory computable functions or Turing computable functions are the basic objects of study. They make our intuitive notion of algorithm precise and according to the Church-Turing thesis they are exactly the functions that can be calculated using a mechanic calculation device.
Before the precise definition of computable function mathematician often used the informal term effectively computable.
| Contents |
Definition
Generally a computable function is a partial function
- <math>f:\subseteq \mathbb{N} \to \mathbb{N}<math>
The class of computable functions is equivalent to the class of functions defined by
Alternatively they can be defined as those algorithms that can be calculated by
Notes
Sometimes, for reasons of clarity, we write a computable function as
- <math>g:\subseteq \mathbb{N}^k \to \mathbb{N}<math>
We can easily encode g into a new function
- <math>f:\subseteq \mathbb{N} \to \mathbb{N}<math>
using a pairing function.
Examples
- constant function f : Nk→ N, f(n1,...nk) := n
- addition f : N2→ N, f(n1,n2) := n1 + n2
- greatest common divisor
- Bézout's identity, a linear Diophantine equation