27.04.2015 Views

Computability and Logic

Computability and Logic

Computability and Logic

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

66 RECURSIVE FUNCTIONS<br />

Similarly, for multiplication we have the rules or equations<br />

x · 0 = 0 x · y ′ = x + (x · y)<br />

which enable us to reduce the computation of a product to the computation of sums,<br />

which we know how to compute:<br />

0 ′′ · 0 ′′′ = 0 ′′ + (0 ′′ · 0 ′′ )<br />

= 0 ′′ + (0 ′′ + (0 ′′ · 0 ′ ))<br />

= 0 ′′ + (0 ′′ + (0 ′′ + (0 ′′ · 0)))<br />

= 0 ′′ + (0 ′′ + (0 ′′ + 0))<br />

= 0 ′′ + (0 ′′ + 0 ′′ )<br />

after which we would carry out the computation of the sum in the last line in the way<br />

indicated above, <strong>and</strong> obtain 0 ′′′′′′ .<br />

Now addition <strong>and</strong> multiplication are just the first two of a series of arithmetic<br />

operations, all of which are effectively computable. The next item in the series is exponentiation.<br />

Just as multiplication is repeated addition, so exponentiation is repeated<br />

multiplication. To compute x y , that is, to raise x to the power y, multiply together<br />

yxs as follows:<br />

x · x · x·····x<br />

(a row of yxs).<br />

Conventionally, a product of no factors is taken to be 1, so we have the equation<br />

For higher powers we have<br />

x 0 = 0 ′ .<br />

So we have the equation<br />

x 1 = x<br />

x 2 = x · x<br />

.<br />

x y = x · x·····x<br />

x y+1 = x · x·····x · x = x · x y<br />

(a row of yxs)<br />

(a row of y + 1 xs).<br />

x y′ = x · x y .<br />

Again we have two equations, <strong>and</strong> these enable us to reduce the computation of a<br />

power to the computation of products, which we know how to do.<br />

Evidently the next item in the series, super-exponentiation, would be defined as<br />

follows:<br />

x x xx...<br />

(a stack of yxs).<br />

The alternative notation x ↑ y may be used for exponentiation to avoid piling up of<br />

superscripts. In this notation the definition would be written as follows:<br />

x ↑ x ↑ x ↑ ...↑ x<br />

(a row of yxs).

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!