User:IssaRice/Computability and logic/Characteristic function of a semirecursive set

From Machinelearning
Revision as of 02:38, 15 September 2018 by IssaRice (talk | contribs) (Created page with "What if we try to define a characteristic function for a semirecursive relation <math>S</math> as follows? :<math>\chi_S(x,y) = \begin{cases}1 & \text{if }S(x,y) \\ 0 & \text...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

What if we try to define a characteristic function for a semirecursive relation S as follows?

χS(x,y)={1S(x,y)0¬S(x,y)

Actually we should distinguish between different levels of badness of χS, and ask separately if it is well-defined, total, and recursive.

First, given any x and y, exactly one of S(x,y) or ¬S(x,y) holds. So it seems χS is well-defined. Also in each case, we assign some number to χS(x,y), so it is total.

Since S is semirecursive, there is some recursive relation R such that S(x,y)t(R(x,y,t)). And since R is recursive, it has a recursive total characteristic function χR. Our goal, then, is to try to define χS in terms of χR.

g(x,y)=μt[χ¬R(x,y,t)=0](x,y)=Mn[χ¬R](x,y)

The problem is that g is only a semicharacteristic function. And it seems there is no way to get a characteristic function for S using the processes for defining recursive functions. (Can we prove this?)