Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Computable function
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.
1 Definition
Generally a computable function is a partial function
-
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
2 Notes
Sometimes, for reasons of clarity, we write a computable function as
-
We can easily encode g into a new function
-
using a pairing function.
3 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 identityIn number theory, Bezout's identity named after Etienne Bezout, is a linear diophantine equation. It states that if a and b are integers with greatest common divisor d then there exist integers x and y such that ax + by d''. Numbers x and y as above can b, a linear Diophantine equationIn mathematics, a Diophantine equation is an equation between two polynomials with integer coefficients with any number of unknowns. A Diophantine problem is given as a Diophantine equation, whose solutions are the possible assignments of integers for the
4 Properties
- The setThis article is about sets in mathematics. For other meanings, see Set (disambiguation). Sets are one of the most important and fundamental concepts in modern mathematics. Basic set theory, having only been invented at the end of the 19th century, is now of computable functions is countable.
- Given two computable functions f and g then f+g, fg and fog are computable functions.
Computability
Read more »