shounakbhatta
- 287
- 1
Hello,
Can anybody tell me the meaning of
f:N^n -->N
Can anybody tell me the meaning of
f:N^n -->N
The discussion centers on the mathematical notation f: N^n --> N, which represents a function with a domain of n-dimensional natural numbers and a range of one-dimensional natural numbers. Participants clarify that this notation implies a mapping of ordered n-tuples of natural numbers to single natural numbers. The conversation also touches on the Church-Turing thesis, emphasizing that not all functions from N^n to N are computable by Turing machines. Key concepts discussed include computability, the definition of functions in mathematics, and the distinction between primitive and general recursive functions.
PREREQUISITESMathematicians, computer scientists, students of theoretical computer science, and anyone interested in the foundations of computability and function theory.
arildno said:It probably means a function whose domain is the n-dimensional set of natural numbers, and whose range is the (the 1-dimensional) set of natural numbers.
shounakbhatta said:For every function f: N^n -->N on the natural numbers, f is computable by an algorithm, f is computable by a Turing Machine.
What does it mean?
shounakbhatta said:Ok, understood.
Well, I have one question. In the Church Turing thesis, what is meant by a function?
Whatever we mean like y=f(x), in mathematics, is this a function?
You are right. It was a vague, unconsidered statement of mine in need of your precision. Thanks, Michael.Michael Redei said:What's an n-dimensional set? I think you mean the set of all n-tuples of natural numbers and the set of natural numbers itself, respectively.