Primitive recursive functions :mad:

  • Context: Graduate 
  • Thread starter Thread starter novawildcat
  • Start date Start date
  • Tags Tags
    Functions Primitive
Click For Summary
SUMMARY

The discussion centers on proving that the set A, consisting of all n such that the value f(n) is unique compared to previous values f(m) for m PREREQUISITES

  • Understanding of primitive recursive functions
  • Familiarity with characteristic functions
  • Knowledge of algorithm design principles
  • Experience with total functions in mathematical logic
NEXT STEPS
  • Research the properties of primitive recursive functions
  • Study characteristic functions and their applications
  • Explore algorithm design techniques for computing functions
  • Investigate examples of total functions in mathematical logic
USEFUL FOR

Mathematicians, computer scientists, and students studying theoretical computer science or mathematical logic, particularly those interested in recursive function theory and algorithm development.

novawildcat
Messages
1
Reaction score
0
Let f be a primitive recursive total function, and let A be the set of all n such that the value f(n) is 'new' in the sense of being different from f(m) for all m<n. Show that A is primitive recursive.


How in the world do I attack this problem? I am totally lost. Any help would be greatly appreciated. Thanks.


I know that to show a set is primitive recursive the characteristic function of the set must be primitive recursive. What in the world, however, would be a suitable characteristic function for this set described above?
 
Physics news on Phys.org
What in the world, however, would be a suitable characteristic function for this set described above?

[tex] \chi (n) := \left\{<br /> \begin{array}{ll}<br /> 1 \quad & \forall m < n: f(m) \neq f(n) \\<br /> 0 & \exists m < n: f(m) = f(n)<br /> \end{array}[/tex]

Sounds good, I think.

I think the better question to ask, though, is an algorithm for actually computing &chi;(n)... it doesn't even have to be a good algorithm, just an algorithm.
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 18 ·
Replies
18
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K