Exercise 6.4.2

Using the Recursion Theorem 6.4.9 show that there is a binary operation 𝐅 such that

(a) 𝐅 ( x , 1 ) = 0 for all x .

(b) 𝐅 ( x , n + 1 ) = 0 if and only if there exist y and z such that x = ( y , z ) and 𝐅 ( y , n ) = 0 .

We say that x is an n -tuple (where n ω , n > 0 ) if 𝐅 ( x , n ) = 0 . Prove that this definition of n -tuples coincides with the one given in Exercise 5.17 in Chapter 3.

Answers

Proof. Note that there is no such operation that can exactly satisfy both conditions as they actually contradict each other. To see this suppose there is such an operation 𝐅 . Then define the set x = and n = 0 Then by (a) we have that 𝐅 ( x , n + 1 ) = 𝐅 ( x , 1 ) = 0 . It then follows from (b) that there are a y and z such that x = ( y , z ) , but clearly this is not the case for x = . Hence a contradiction.

To remedy this we simply add a condition to (b), which when restated becomes

(b) n > 0 and 𝐅 ( x , n + 1 ) = 0 if and only if there exists y and z such that x = ( y , z ) and 𝐅 ( y , n ) = 0 .

Now, define an operation 𝐆 by z = 𝐆 ( x , y u ) if and only if either

1.
y u is a function with parameter u , dom ( y u ) = 1 , and z = 0 , or
2.
y u is a function with parameter u , dom ( y u ) = α + 1 for some ordinal α , there are p and q where x = ( p , q ) , y p ( α ) = 0 , and z = 0 or
3.
None of the above hold and z = 1 .

Then by Theorem 6.4.9 there is an operation 𝐅 such that 𝐅 ( x , α ) = 𝐆 ( x , 𝐅 x α ) for all ordinals α and sets x .

Then for any set x we have that clearly 𝐅 1 is a function with domain 1 (and parameter x ) so that by definition

𝐅 ( x , 1 ) = 𝐆 ( x , 𝐅 x 1 ) = 0 .

This shows (a).

To show (b) consider any ordinal n and set x .

( ) Suppose that n > 0 and 𝐅 ( x , n + 1 ) = 0 so that clearly ( 3 ) above cannot be the case. Also ( 1 ) cannot be the case since 𝐅 ( x , n + 1 ) = 𝐆 ( x , 𝐅 x n + 1 ) and dom ( 𝐅 x n + 1 ) = n + 1 > 1 . Hence (2) is the case so that there are y and z such that x = ( y , z ) and ( 𝐅 y n + 1 ) ( n ) = 0 . Hence it follows that F ( y , n ) = 0 .

( ) Now suppose that there are y and z such that x = ( y , z ) and F ( y , n ) = 0 . Then F ( y , n ) = G ( y , 𝐅 y n ) = 0 .

So if n = 0 then dom ( 𝐅 y n ) = dom ( 𝐅 y 0 ) = 0 1 so (1) cannot be the case. Also since 0 is not a successor ordinal (2) cannot be the case either (since dom ( 𝐅 y 0 ) α + 1 for any ordinal α ). Hence (3) must be the case, but this implies that F ( y , n ) = 1 , which is a contradiction. So we must have that n 0 so n > 0 .

Since 𝐅 ( y , n ) = 0 clearly we have that ( 𝐅 y n + 1 ) ( n ) = 0 . Since also dom ( 𝐅 x n + 1 ) = n + 1 we find that (2) holds for 𝐆 ( x , 𝐅 x n + 1 ) . From this it follows that 𝐅 ( x , n + 1 ) = 𝐆 ( x , 𝐅 x n + 1 ) = 0 .

This completes the proof. □

User profile picture
2024-07-15 11:42
Comments