Prove that function is not primitive recursive.



Hi.

I have a function
UP(z,x) = U ( min y < (A( (z)_0, x ) + z ) T( (z)_1, x, y))
z is a program ( we use RM programs)
(z)_x means in prime decomposition of z = p0^l0 * p1^l1 .. *px^lx ..
get x' power
so (z)_x = lx.
T - is a Kleene T predicate.
U - is just an output function. U(y) = ( ( (y)_(length(y)-1) )_1. Get
final state and get first register with the result.

I need to prove that this function is not primitive recursive.

The idea is usually to define diagonal function D(x) = UP( ...) + 1 ,
and then show contradiction using argument that for some e : D(e) = UP
(...).

I don't know how to define D(x) in this case :(.
I try to define D(x) = UP(e,x) + 1 for some fixed e.
I prove that UP(e,x) is a primitive recursive => D(x) is pr.rec.
And I prove that for every unary pr. res. f(x) exists n such that f(x)
= UP(n,x).

The problem is that n and e can be different so I do not have
contradiction :(.
Any ideas?

.



Relevant Pages

  • Prove that function is not primitive recursive.
    ... get x' power ... T - is a Kleene T predicate. ... and then show contradiction using argument that for some e: ...
    (sci.logic)
  • Re: Prove that function is not primitive recursive.
    ... get x' power ... T - is a Kleene T predicate. ... and then show contradiction using argument that for some e: ... res. ...
    (sci.logic)
  • Re: How much intelligence?
    ... operations needed for the processing of logical statements with truth values. ... tautological mechanics and I see a lot of confusion using established ... cause any contradiction that didn't already exist in x. ... predicate or a truth value, the and'ing of them doesn't produce a predicate ...
    (comp.ai.philosophy)
  • Re: atomic
    ... Joe {Jack, Jill} ... As far as the predicate is concerned, this might be seen as contradictory because if Bob has no children, he can't be a father. ... But similar relations seem possible without the second contradiction, depending on the predicate, eg., F has lived with a woman who was mother to the children. ...
    (comp.databases.theory)
  • Re: Question about proof by contradiction
    ... not containing X results in a contradiction, X must contain itself, ... contain X because then X does not satisfy the predicate defining X. ... does follow from your axioms, because the system you construct is ... If it is labeled as such in the specification of your axiomatic system. ...
    (sci.math)

Quantcast