Download Leftist Numbers

Survey
yes no Was this document useful for you?
   Thank you for your participation!

* Your assessment is very important for improving the workof artificial intelligence, which forms the content of this project

Document related concepts

Law of large numbers wikipedia , lookup

Mathematical proof wikipedia , lookup

Foundations of mathematics wikipedia , lookup

Theorem wikipedia , lookup

History of logarithms wikipedia , lookup

Infinity wikipedia , lookup

Infinitesimal wikipedia , lookup

Large numbers wikipedia , lookup

Georg Cantor's first set theory article wikipedia , lookup

Hyperreal number wikipedia , lookup

Mathematics of radio engineering wikipedia , lookup

Fundamental theorem of algebra wikipedia , lookup

Approximations of π wikipedia , lookup

Real number wikipedia , lookup

Location arithmetic wikipedia , lookup

Elementary mathematics wikipedia , lookup

Proofs of Fermat's little theorem wikipedia , lookup

Elementary arithmetic wikipedia , lookup

Positional notation wikipedia , lookup

Arithmetic wikipedia , lookup

Addition wikipedia , lookup

Transcript
Leftist Numbers
By Matthew Bauman
December 8, 2003
1. INTRODUCTION. The real numbers represented as decimal numbers are typically
seen as being fixed to the left, with an infinite tail to the right. In contrast, leftist numbers
are fixed to the right, with their infinite tails running left.
Definition. A leftist number is a number whose digits terminate to the right, and may
continue infinitely to the left. Additionally, the negative sign is not used to denote
additive inverses.
Notation. This creates a markedly different representation of numbers, and therefore the
notation is slightly different. When there is a repeating series of digits, the standard
notation from repeating decimal representation of fractions will be used, so 97 signifies a
repeating 9 to the left, terminating with a 7 just to the left of the decimal point. Likewise,
091 represents a repeating series of …0909 repeating to the left and terminating with a 1.
Unless written elsewhere in the number, the decimal point is understood to be
immediately to the right of the rightmost number. Although the leftist number itself may
not be real, all digits of a leftist number must be real.
Addition and Multiplication. The concepts of addition and multiplication perhaps work
more intuitively in leftist space as compared to the real space. Addition and
multiplication between two real numbers always begin at the right of the number. For
leftist numbers, they are based strictly upon the digits of the leftist numbers, which are
real, and all leftist numbers have a rightmost digit. To add two leftist numbers, simply
add each column together as though adding two reals, carrying the extra digits from each
calculation to the next column to the left, repeating ad infinitum. Multiplication is
executed similarly, exactly as though multiplying every digit as though they are two real
numbers, continuing infinitely to the left.
Examples.
6
 3
6
3
6
3
7
4
0 0 0 1
6 6 6 7

2
3 3 3 4
2. CONSTRUCTING THE REALS. Perhaps the easiest way to understand how leftist
numbers work is to try to construct leftist representations of the real numbers, building up
from the Naturals.
i. The Naturals. Clearly natural numbers are fixed to the right, and there is an implicit
repeating 0 to the left. Therefore, the naturals exist in leftist space in the same
representation as real space. In most cases, the series of 0s to the left will be implicit, and
not directly written, unless the supplementary notation helps the understanding of a
concept.
ii. The Numbers 0 and 1. Again, 0 exists in leftist space, with an understood
interpretation of repeating zeros to the left ( 00 ), as does 1 since it’s a natural number.
Theorem. There exists an additive identity.
Proof. When adding two leftist numbers, each column is summed as though each
digit is a real number. Therefore, if the second of each of these digits is always
zero, the first digit will be unchanged in the final answer. Therefore, 00 is still
the additive identity.
Furthermore, this must be the case as 0 is only the additive identity for the natural
numbers, and so otherwise the leftist system would be inconsistent.
Likewise, we can prove that there exists a multiplicative identity.
Theorem. There exists a multiplicative identity.
Proof. 1 is the multiplicative identity, because 1 multiplied with any of the digits
will always return the original digit. Therefore, the leftist number will be returned
in exactly the same form.
iii. The Integers. Now, by the definition of leftist, a negative sign cannot be arbitrarily
tacked onto a natural number to create the integers, but obviously every natural must
have an additive inverse such that when summed, they result in 0. Therefore, we can find
the integers by looking at the additive inverses. Since a negative sign is inconsequential,
we will denote the additive inverse of x by `x such that x  `x  0 . Informally, the
negative integers can be viewed as lim b k  n , where k and n are natural numbers, and n is
k 
the natural number whose inverse we are seeking, but since lim b k  00 , we cannot use
k 
this as a formal proof.
Theorem. All leftist numbers x have an additive identity `x such that x  `x  0 .
Proof. When summing two leftist numbers, each column is summed as though
each digit is a real number. Therefore, to reach a sum of 00 , all columns must
sum to 0 or a natural multiple of the base (b), with the multiplicity carried over
into the next column. Since the digits of a leftist number are real, for all possible
digits of x (denoted by x n ), there will always exist a digit 0  `xn  b (the n-th
digit of `x ) such that x n + `xn  k  b for a k Naturals. This is seen clearly if k is
the least multiple of the base such that kb  x n , and so by `xn  k  b  ( xn ) ,
`xn  b since k is the least multiple, and yet `xn  0 since kb  x n . This can be
repeated for all columns, ad infinitum. Therefore, an additive inverse of every
leftist number exists.
Since we have already stated that the naturals are leftist, then all additive inverses
of the naturals exist. Therefore, the integers exist since the naturals, their additive
inverses and 0 are all leftist. For simplicity, we will always assume in the
examples that we are in base 10.
Example. Now that the integers exist, we ought to see what they look like in
leftist space. First, the real number (-1). We are looking for a leftist number x
such that x  (1)  0 , so all columns must sum to 0.
9
 0
9
0
9
0
9
1
0 0 0 0
All columns sum to 10, each leaving behind a 0, and carrying a 1 to the next
column, and so on, creating our leftist (-1).
iv. The Rationals. Constructing the rational numbers is slightly more challenging. To
begin, it will be helpful to look at the multiplicative inverses of leftist numbers. If we are
able to find the multiplicative inverses of all naturals, then we are well on our way to
proving that all rationals exist since we will have all possible denominators represented.
Now, in order to prove that the rationals are all represented, we must first prove
that multiplication is commutative and associative.
Theorem. Multiplication is commutative in leftist space.
Proof. Now, when we are multiplying two numbers x and y, we multiply
them together digit by digit in the standard form, and add the products
together, along with the overflow from the previous column. So, we must
define certain values such as a n which is the overflow from addition of
the products in the (n-1)-th column, and m n , p which is the overflow from
the multiplication of the m-th digit in y and the (n-1)-th digit in x. So, we
end up with a series of digits in our new leftist number z such that
z 0  x0 y 0 ,
z1  y 0 x1  y1 x0  a1  m0,0 ,
z 2  y 0 x 2  y1 x1  y 2 x0  a 2  m0,1  m1,0 ,
z 3  y 0 x3  y1 x 2  y 2 x1  y 3 x0  a3  m0, 2  m1,1  m2, 0 ,
…,
z n  y0 xn  y1 xn1  y 2 xn2  ...  y n2 x2  y n1 x1  y n x0  an  m0,n1
 m1,n2  m2,n3  ...  mn3, 2  mn2,1  mn1,0
… continuing ad infinitum ( n   ).
,
In this case, we ignore the decimal point, and x 0 and y 0 are simply the
rightmost terms in the leftist number. The decimal point will simply drop
down between whichever columns it was originally in. Since all of these
operations are with real numbers, the x and y terms can commute (and will
give the same values, so all the a and m terms will be the same, too), and
then it can be expanded back out into the standard multiplication with yx.
Therefore, xy=yx.
Theorem. Multiplication is associative in the leftist space.
Proof. Unfortunately, David, this one is beyond my grasp. I’ve tried it
many, many times, and leftists are always associative. I’m convinced
there must be a proof like this; I just can’t seem to figure out how to write
this one. By entering obscenely large numbers into Maple that
approximate leftist numbers, you can observe this behavior (granted, it
will only be seen in the rightmost digits since it cannot compute true leftist
numbers). I hope that this is not a problem; I feel as though I already
prove many new and exciting topics.
Theorem. For all leftist numbers x, there exists x 1 such that x  x 1  1 .
Proof. If the leftist number x terminates in a digit that is only composed of
factors that are factors of base b, then the real inverse exists as a terminating
decimal. And, since it is terminating, it is also leftist.
If, however, the last digit of x, x 0 , has no factors common with b, then the ones
digits of the multiples of x 0 will not repeat until b number of multiples. This
means that there must be b unique ones digits in the multiples. And therefore, all
the digits of the base are represented by 0 up to b multiples of x 0 . And therefore,
there exists a digit y 0 such that x0  y 0  1. Likewise, there will always exist a
digit y n for all n  naturals such that it will multiply with x 0 such that the
addition with carried digits and digits from previous multiplications of the digits
of y will sum to zero.
The remaining x 0 ’s have some factors that are common with the base, and some
factors that are not common with the base. By multiplying our representations of
all of those factors together, we can create a representation of all of the inverses of
the naturals. This is justifiable as we know that for two natural numbers x and y,
through associative and commutative, by multiplying both sides of the equation
with inverses of x and y,
( xy)( xy) 1  1
y ( xy) 1  x 1
( xy) 1  x 1 y 1
Now, we have all the multiplicative inverses of the natural numbers represented
as leftist numbers, or more aptly, we have all the denominators represented. By
multiplying each representation of the inverses with every natural number, we can
then obtain every rational number. Again, this is justified by associative and
commutative, in that if we have a multiplicative inverses of a natural number x 1 ,
we can multiply it by any number n, and then by multiplying it by x again,
( x 1 x) x  ( x 1 x)n  n
n
And so, it is an accurate representation of . Since we already proved all leftist
x
numbers have an additive inverse, we can say that all negative rationals exist, as
well.
Example. Now that we know that the rationals exist, let’s find one:
First, let’s find
1
.
3
6 6 6 7

3
0 0 0 1
Now, multiply by
1
, or 0.5
2
6 6 6

7
.5
3 3 3 .5
Now multiply by 5.
3 3 3 .5

5
6 6 7 .5
And to verify that we have
5
, multiply by 6
6
6 6 7 .5

6
0 0 5 .0
5
6
v. The Irrationals. To completely be isomorphic with the reals, the leftist numbers
must include representations of irrational real numbers. However, it does not, as shown
below.
Theorem. All irrational real numbers can not be represented as leftist.
Proof. Consider the real number 2 . To find the leftist representation of 2 ,
we must find a leftist number that, when squared, is equal to the number 2.
However, in base 10, no digit squared will ever be equal to the number two, and
so there must be a decimal in the leftist number. However, no terminating
decimals squared will ever be a natural number, and as such, no leftist number can
represent 2 , and we earlier proved that 2 is irrational.
And so, all rationals can be represented as leftist numbers, but
isomorphic relationship from the real numbers to leftist space.
2 ruins our hopes for an