Dan’s Surreal Number Definitions

Definition of x:

x = (xL|xR), where every element of xL is strictly less than every element of xR and x is strictly between the two.

Some specific definitions of x are:

( | ) = 0

(n | ) = n + 1

( | n) = n – 1

(p/2q | (p+1)/2q) = (2p+1)/2q+1

Definition of "Simplest":

Given that x = (xL | xR), x is the "simplest" number between xL and xR.

The order of simplicity is as follows:

0 is the simplest;

then the ± integers in order (± 1 are simpler than ± 2, ± 2 are simpler than ± 3, ...);

if there is no integer between xL and xR, then the simplest number is the fraction between them with the lowest power of 2 in the denominator.

Definition of "Between":

x is between L and R iff max(L) < x < min(R)

max(L) = xL = largest element of L

min(R) = xR = smallest element of R

Some specific examples are:

(1 | 3) = 2

(1 | 5) = 2

(¼ | ¾) = ½

(½ | 2½) = 1

Definition of x > y, x < y:

x > y iff (there is no element of xR less than y, and x is not less than any element of yR)

x < y iff y > x

Definition of x = y, x > y, x < y

x = y iff (x < y and x > y)

x > y iff (x > y and y ¹ x)

x < y iff y < x

Definition of x + y:

x + y = (xL + y, x + yL | xR + y, x + yR)

Definition of –x:

–x = (–xL | –xR)

Definition of x · y:

x · y = (xL· y + x· yL – xL· yL, xR· y + x· yR – xR· yR | xL· y + x· yR – xL· yR, xR· y + x· yL – xR· yL)


Further Reading


Copyright © 1998, by Dan Hussain
All rights reserved, unless otherwise stated.