Saturday, April 24, 2010

On representing some real numbers exactly

There are uncountably many real numbers, and only countably many finite strings of symbols, so we know for sure that there is no scheme to represent all real numbers as finite strings of symbols in such a way that different reals get different representations. However, there are useful subsets of the real numbers that *are* equipped with finite encoding schemes. I hope to give some examples of such sets, including one, the set of periods, that isn't currently well known outside the mathematical world.

It's traditional to think of the real numbers as divided up into three types of number: the rational numbers, the algebraic numbers, and the leftovers known collectively as the transcendental numbers. If you're not familiar with those terms I'll be explaining them below. We can represent this as follows:

ℚ⊂A⊂ℝ

I'm using unicode for blackboard bold R and Q there. I hope your browser supports them. ℝ is the set of real numbers, ℚ is the set of rational numbers, and A is the algebraic numbers.

But there are many different kinds of transcendental number in existence, so the subject of this article will be three more levels of classification we could insert between the set of algebraic numbers and the set of real numbers in the sequence above.

But first, let's revisit ℚ and A.

The Rational Numbers, ℚ
The rational numbers are fairly straightforward to deal with. They are nothing more than the ratios of integers. Given two such ratios we can easily compare them to see whether they are equal. For example, we're taught at a young age how to tell if 2/3 is the same as 4/6.

However, it didn't take long for the Ancient Greeks to realise that they had some equations they could solve approximately using rationals, but couldn't solve exactly. The best known example is solving x2=2.

Assume x is rational, so that x=p/q, with p and q integers with highest factors cancelled out. We have p2=2q2, and so p must be divisible by 2. But then p2 is divisible by 4, and so q is divisible by 2. This means that we can cancel 2 from the top and bottom of p/q. That contradicts our assumption about cancellation. So the equation has no rational solution.

If we expect x2=2 to have a solution we must work with numbers that can't be represented as fractions.

Notice how the rational numbers come equipped with a notation to describe them. We can just write one integer over another, with a horizontal line between them. Given such a description we can immediately tell if it's valid (it's only invalid if the denominator is 0) and whether it equals some other rational number.

One interesting property of the rational numbers is that they are *dense* in the real numbers. This is just another way of saying that any real number can be approximated as well as we like by a rational number. For example, we can approximate √2 to within 1/1000 by the rational number 141421/10000. This is an important property that will come up again later.

We also know that there are only countably many rational numbers because there are only countably many pairs of integers.

The Real Algebraic Numbers, A
The real algebraic numbers are all the real numbers that we can obtain by finding roots of polynomial equations whose coefficients are rational numbers. For example, the real solutions to x5-2x2+½=0 are all algebraic numbers. Among other things, this includes the solution to x2=2 that wasn't contained in the rationals. The algebraic real numbers also include the solutions to "insoluble" algebraic equations. (By 'algebraic' equations, I just mean polynomial equations.) Even though Galois proved we can't write expressions for the solutions to all algebraic equations using the four arithmetic operations and nth roots, these solutions still exist in the real numbers, and they are all, by definition, algebraic numbers.

We can describe an algebraic number by writing down the equation it solves, and additionally providing some description to say which root of the equation we're interested in. Unfortunately, given any algebraic number there is always an infinite number of algebraic equations that it satisfies. So like with the rationals there is some redundancy. The good news, however, is that given two such descriptions of algebraic numbers there is an algorithm to tell whether or not they describe equal numbers.

Even though there are vastly more algebraic numbers than rational numbers, they still only form a countable set. As mentioned in the previous paragraph, every algebraic number can be described by a finite string of symbols, and there are only countably many such strings.

The Computable Real Numbers, C
Now I want to insert a set between A and ℝ. These are the computable real numbers. But first think back to what I said about the rational numbers.

Pick a real number x. Given any ε we can always find a rational number that comes within ε of x. We can define a function f on the rationals with the property that f(ε) is rational and within ε of x for any rational ε. So f gives rational approximations to x to any desired accuracy. Such a function uniquely specifies x. In fact x is the limit of f(ε) as ε tends to zero. The computable real numbers are the real numbers specified in this way by *computable* functions. Notice how there are no infinities involved here. A computable real number is represented by nothing more than a finite string of symbols forming a computer program that processes finite integers. We can find out what the real number is to any desired accuracy in a finite time.

Because we can write computer programs to find roots of algebraic equations to any desired accuracy we know that the algebraic numbers are contained in the computables. So now we have:


ℚ⊂A ⊂C ⊂ℝ

Where I'm using C to represent the computables.

Almost any number we ever want to work with is computable. Whether it's √2, or π, or the value of some humongous integral that's appeared in your engineering problem, chances are there's an algorithm somewhere that can approximate it as accurately as you like, given enough CPU time and RAM.

Note that every computable is described by a finite string of symbols, and so the computables form a countable set.

There are some problems with computable numbers. Given two representations of computable numbers we have no way of telling whether or not they are equal. It's not just that this is hard to do. There simply is no algorithm to prove that the numbers are equal. The problem is that the two computer programs may give exactly the same approximations to every degree of accuracy down to a certain ε. But for higher accuracy they may give different results. We have no way of knowing in advance at what value of ε they'll start differing. And anyway, there simply is no algorithm for telling if two computer programs will always generate the same results. So paradoxically, testing the equality of two computable numbers is itself uncomputable.

Actually, the situation is much worse. We can't even tell if we have a valid representation of a computable real. In order to do that, we need to know that our computer program to generate approximations terminates. But solving that would solve the halting problem.

By the way, despite these issues this representation of computable real numbers as functions leads to practical ways to do arbitrary precision arithmetic on a computer in a way that gives us guaranteed bounds on the accuracy of our results.

From here we could go two ways. We could try to rein in our class of number to something more manageable. Or we could try to push further and try to find ways to represent real numbers that aren't even computable. Let's do the former first.

The Periods, P
The periods are an interesting class of real number that doesn't seem to be well known. The definition may be old, but it was only recently that they were being promoted in mathematical circles as an interesting thing to study. So I thought I'd contribute to their promotion.

Consider the number π. It arises straightforwardly in geometric problems. An example is computing the area of a circle. Back in the 18th century Lambert proved that it was irrational and in the 19th century Lindemann proved that it was transcendental. But in a sense the transcendental numbers are simply a rubbish heap into which the leftover numbers have been discarded. Can we get some kind of handle on at least some of these numbers in a way that puts π back on the map?

The real number π is the area of a unit circle. So it is the area of the region of the plane given by the equation x2+y2<1.



Here's a similar construction of another real number:



The area of that region is log(2). (Natural logarithm of course!) We can construct the logarithm of any positive rational number in a similar way. These are all transcendental numbers. But in a way they are nice transcendental numbers. They arise from considering areas of the plane described by straightforward algebraic inequalities. (As in the previous section, I'm using 'algebraic inequalities' to mean 'polynomial inequalities'.)

That suggests a class of real number: those numbers that can be represented as the volume of a region defined by a bunch of algebraic inequalities with rational coefficients. These are known as the periods. I'm talking about generalised volumes in n-dimensions, not just areas in the plane. Clearly π and log(2) are periods.

But does this representation solve the problem we had with computable numbers where we were unable to guarantee we could check the equality of two numbers? Now it gets interesting. The answer is: we don't know. It is conjectured that if we have the same number represented in two different ways as a period that we can transform one representation into another simply by using a small set of elementary operations. It is also conjectured that there is a terminating algorithm for finding such a sequence of operations, or if one doesn't exist, demonstrating this.

One obvious question now is this: are there any computable reals that aren't periods? A recent paper, Periods and elementary real numbers claims to exhibit one by means of a kind of diagonalisation argument. But in general it's hard to prove that a number isn't a period. I don't believe there is a proof yet that e = 2.718... isn't a period, but mathematicians expect that it isn't.

I think the name 'period' comes from the fact that the period of a pendulum of rational length, in a gravitational field of rational strength, is a period. Computing this requires elliptic functions, and these often result in periods when applied to rational numbers.

Although mathematics is about numbers, few mathematical publications talk much about specific real numbers. Curiously, when they do, they often talk about numbers that are periods. For example there have been many recent papers on the values of the Riemann zeta function for interesting arguments. These are often periods.

It has been suggested that the study of periods is actually the study of algebraic geometry in disguise. There is certainly no end to the interesting mathematics we can do using only periods.

We now have:

Q ⊂A ⊂P ⊂C ⊂R


The Definables
In the section on computable numbers I mentioned that we could go the other way and try to find a bigger class of real numbers that could be represented by finite strings of symbols. We could simply go "all the way" and consider those real numbers that can be defined, by any means possible, using the symbols of mathematics. We can try to pin this down a bit better. We'll work with the language of set theory. In this language we can write strings of symbols like S = "x>0 and x2=2". Such a string uniquely defines a real number if when we glue the string "there exists a unique x such that" onto the beginning of it we get a true proposition. We can now represent the number √2 as the string S.

It looks like we now have:

Q ⊂A ⊂P ⊂C ⊂D ⊂R

with D the set of definables.

Except there's a problem. The set D is not definable! The problem is this: we can talk about strings of symbols representing real numbers. To talk about these in set theory we'd encode these strings of symbols as sets so that we can apply the language of set theory. In order to use our attempted definition of definable we need some way to say when a string of symbols represents a true proposition. But to define a set of definables we need to talk about true propositions in the language of set theory. Godel showed us how to talk about the provability of a proposition within set theory. He did this by showing that provability is about mechanical operations we can perform on strings. But there's nothing analogous for talking about the truth of propositions. In fact, Tarski showed us this is impossible. So while we can talk about all kinds of individual numbers as being definable, we can't construct the set of definable numbers.

You may be interested to see an example of a definable number that isn't computable. Probably the most publicised example is Chaitin's constant. It represents the probability that a randomly generated string of symbols is a computer program that terminates in a finite time. We can't actually compute this number because it requires us to solve the halting problem. Nonetheless, it's perfectly well defined.

You can find the original paper on periods by Zagier and Kontsevich here. I first found out about periods from the book Mathematics Unlimited.

Update: Jared asked if I intended the real algebraic numbers. That's what I said in the text, but I confusingly wrote for this set. But that usually means the *complex* algebraic numbers. So I've changed notation and now use A for the real algebraic numbers.

Similarly, the periods are usually defined to be complex numbers whose real and imaginary parts are given by algebraically specified volumes. I was trying to avoid mention of the complex numbers to keep prerequisites to a minimum and the essential ideas here work without mention of the complex numbers.

16 Comments:

Blogger Twan van Laarhoven said...

Interesting article. This leaves one wondering about the numbers in R\D, although it would be hard to talk about them :)

In "every algebraic number can be described by a finite string of symbols, and there are only finitely many such strings."
I think that should be "there are only *countably* many such strings".

Sunday, 25 April, 2010  
Blogger Jared said...

Algebraic can be complex, and thus are not a subset of reals. Are you only considering real algebraic numbers?

Sunday, 25 April, 2010  
Blogger sigfpe said...

Thanks for asking Jared. In the text I did define real algebraic numbers but my notation was non-standard. See the update I just added.

Sunday, 25 April, 2010  
Anonymous Anonymous said...

Great post, as always!

[BTW, your link on Chaitin's constant goes to Tarski's undefinability theorem instead.]

A possibly dumb question: I'd like to say that there are only countably many definable numbers (since each is represented by a finite string), but can we make such a statement, since the "set" D is not definable? [And if it's true, we're left with the surprising fact that although "most" real numbers are undefinable (since only countably many are definable), we cannot give a single example of an undefinable number!]

Sunday, 25 April, 2010  
Blogger sigfpe said...

shreevatsa,

It's true to say that for *any* representation of real numbers as finite sequences of symbols (such that different reals don't get the same representation) we always leave out uncountably many reals. I think this says something important about the meaning of "there exists" in mathematics. Classical mathematicians are happy to say something exists, even when it can't be constructed. But constructive mathematicians only like to say something exists if they can actually construct it.

Sunday, 25 April, 2010  
Blogger Craig said...

I love learning about numbers and this is an excellent article, thanks! I hadn't heard of periods or definables before but they ring bells.

I'm wondering whether the periods arise from what Wildberger refers to as quadrance within what he defines as the rational numbers of his rational trigonometry (which seem to include real algebraic numbers). He doesn't solve them, instead they are but algebraic area representations - unless I've misunderstood.

Monday, 26 April, 2010  
Blogger Unknown said...

If you really want to approximate the square root of 2 within 1/1000, I suggest the fraction 41/29. ;-)

Great post, by the way.

Monday, 26 April, 2010  
Anonymous Anonymous said...

I really prefer intervals. Not as accurate and to ensure accuracy you need to do interval constraints and solving, but interval arithmetic allows you represent where your real number actually is.

http://webhome.cs.uvic.ca/~vanemden/research/intConstrInd.html

Monday, 26 April, 2010  
Blogger Unknown said...

You write "given any algebraic number there is always an infinite number of algebraic equations that it satisfies". This is true, but there is a unique best one: there is only one irreducible equation it satisfies. This is algorithmic, although I suppose it might sometimes be best not to do the actual factoring necessary.

Monday, 26 April, 2010  
Blogger sigfpe said...

@tracking-is-for-the-weak Interval arithmetic can be an ingredient that goes into an implementation of the computable reals. For example, any computable real can be represented exactly as a computable stream of nested intervals (with some provisos).

Monday, 26 April, 2010  
Blogger Robert Furber said...

I had the same idea as Yoshinaga after I read the Kontsevitch and Zagier paper, and I was about to embark on it (actually I intended to use some of Bishop's constructivist stuff to do it, as well as the Hironaka theorem). Good thing I happened to come here and didn't duplicate work.

The name "period" comes from algebraic geometry, specifically, the theory of Abelian integrals. (See Griffiths & Harris, Principles of Algebraic Geometry, as the wikipedia article is not that good). However, I think the use of the term period in that theory does come from elliptic functions, so you are right if we take the transitive closure.

They're a sort of cohomological thingy (the value of an integral along a path on a (complex) algebraic curve depends on the path if the genus > 0).

Wednesday, 28 April, 2010  
Blogger sigfpe said...

@Robert,

I did my PhD on (theta functions on) Riemann surfaces so I guessed the connection with periods of Riemann surfaces. But to make the article accessible I traced back to the etymology further back to something a wider audience would understand.

Wednesday, 28 April, 2010  
Blogger leithaus said...

Dear Dan, This brings us back to Conway Games -- which significantly extended our access to the definable numbers. More interestingly, the current ontology of numbers is almost entirely an accident of history. We tend to think of these dividing lines, whole, rational, algebraic, constructible, real, complex as if they were given from above. There are many other ways to organize our conception of quantity. Here's an alternative proposal (among an infinitude of them). It turns out that every Conway Game has a full and faithful representation as a π-calculus process. One of the more interesting aspects of concurrency is the emerging type theory of behavior. Types give us a different way to classify programs. It would be quite interesting to investigate the organization of quantity in terms of the inhabitants of various types in a behavioral type system for the π-calculus.

More generally, Conway Games themselves have a presentation as a monad, call it G. Given a monad for a collection, say Set, we can construct a logic for classifying sets of numbers via a distributive law from d: Set G -> G Set. That is, we get formulae (= types) that denote sets of numbers in terms of the operations on Conway Games. Best wishes, --greg

Friday, 30 April, 2010  
Blogger Robert Furber said...

@sigfpe

I should have guessed you knew it from the title of the blog, but oh well.

@leithaus

One thing that convinced me that the distinction between algebraic and transcendental numbers isn't as arbitrary as it looks is Liouville's theorem on diophantine approximation and the Thue-Siegel-Roth theorem. Basically, it's easier to approximate transcendentals by rationals than it is to approximate algebraic numbers by rationals.

@Twan van Laarhoven:

It seems the numbers in R\D are necessary for measure theory, somehow. It seems you can't get a good theory of probability otherwise.

Friday, 30 April, 2010  
Blogger Craig said...

Here's another link to PERIODS by Kontsevich and Zagier (PDF), the one you list is now dead.

Thursday, 27 October, 2011  
Anonymous Narayanan Raghunathan said...

Here I have represented the set of All Real Numbers Exactly. Comments most Welcome.

http://auminfinitecosmoses.com/categories/view/34

http://auminfinitecosmoses.com/

Thursday, 26 January, 2012  

Post a Comment

<< Home