Turing & Computability & Computation

118 Views Asked by At

We know

enter image description here

if we have:

enter image description here

we can show (T=t= Turin Redu.)

enter image description here

but i have no idea why this relation be correct? any idea?

1

There are 1 best solutions below

0
On BEST ANSWER

Just prove that (for all $x$)

$$(2x+1)\in (A\oplus B)\oplus C \Longleftrightarrow (4x+3)\in A \oplus (B\oplus C)$$ $$(4x+2)\in (A\oplus B)\oplus C \Longleftrightarrow (4x+1)\in A \oplus (B\oplus C)$$ $$(4x)\in (A\oplus B)\oplus C \Longleftrightarrow (2x)\in A \oplus (B\oplus C)$$

Hence, (see 1-reduction) $$(A\oplus B)\oplus C \equiv_1 A \oplus (B\oplus C)$$

that implies Turing equivalence.