Archive for May, 2005

Math FAQ

Tuesday, May 31st, 2005

Back when I was a grad student, I would get asked weird questions about what I did all day. One day, after someone asked me if I worked on adding really big numbers together or something, I wrote a Math FAQ to answer questions about what mathematicians did. The link is to a copy of the FAQ that is being maintained by Sarah Marie Belcastro, a math professor at Xavier.

Symbolic Dynamics

Thursday, May 26th, 2005

Here is an introduction to Symbolic Dynamics or, if you like books, there is Symbolic Dynamics and Coding.

One of the things that makes symbolic dynamics useful/interesting are Markov Partitions. A Markov Partition is a finite partition of the state space for a dynamical system. For a point x in the state space, look at it’s orbit and write down which element in the partition each point of the orbit belongs to. This infinite sequence of partition elements uniquely defines x. Doing this for all points in the state space yields a mapping from the dynamical system to a shift space. For more details, see the paper Symbolic Dynamics and Markov Partitions.

Infinitude of Primes

Wednesday, May 25th, 2005

For an alternative to Euclid’s proof, there is Furstenberg’s topological proof of the infinitude of primes. The MAA’s Mathematics Magazine published a variation of Furstenberg’s proof which does not use topology:

For each prime p, let Sp = pZ. Each Sp is periodic (it’s characteristic function is periodic). Let S be the union of all Sp. If S is the union of finitely many periodic sets, then S is also periodic. However, the complement of S is {-1, 1}, so S is not periodic. Hence, there must be infinitely many sets Sp, and infinitely many primes.

Programming Language and Logic Links

Tuesday, May 24th, 2005

These thread on Lambda the Ultimate has several interesting links to online papers and books about the links between logic and functional programming languages.

What’s interesting is that, with one giant exception (category theory), the mathematics used is among the least fashionable. Most mathematicians can go through their entire careers without learning anything about proof theory and intuitionistic logic, and I think the reason is that both undermine the naive model of mathematical foundations that most mathematicians carry around in their heads. Mathematicians hate thinking about foundations. Whenever a famous open problem turns out to be equivalent to the Continuum Hypothesis, it’s like a family member died, or worse joined a cult.

Proof theory is disconcerting because it treats mathematican proofs as purely syntactic. Mathematicians, whatever their actual philosophy, adopt a working philosophy of Platonism: symplectic manifolds and 7-spheres and von Neumann regular algebras all exist in some nebulous “out there”. While mathematicians occasionally argue that mathematics is just the formal manipulation of symbols, in practice they think of a 7-sphere as an actual object.

In proof theory, mathematics really is just a formal manipulation of symbols. The more elementary parts of proof theory consist of proving one method of representing proof symbolically is the same as another. More advanced proof theory consists of studying topics such as proof normalization, where it is shown that proofs can be systematically rewritten in a particular form. Here are some further links to proof theory texts.

Intuitionistic logic is another field more prominent in computer science than in mathematics. Intuitionistic logic unnerves mathematicians by removing the law of the excluded middle: that a statement is true, or its negation is true. In classical logic, every statement can be (in principle) assigned a value of either true or false. To do the same for intuitionistic logic, some statements must be assigned intermediate truth values (in fact, infinitely many intermediate values become possible). Most mathematicians regard intuitionism as a historical curiosity not particularly of study.

Intuitionism is attractive to computer scientists, because whether or not its axioms correctly model truth, they do model knowability. The law of excluded middle doesn’t apply to knowability. A statement that is not known to be true may also be not known to false. Curry-Howard correspondence between logical formulas and function types has insired study of even weaker logical systems.

Utrecht Superstring Experiment

Monday, May 23rd, 2005

Last week Slashdot linked to an article on Physicsweb that reports on an experiment at the Institute of Theoretical Physics to create superstrings in the lab.

I finally found a chance to look at the original article on ArXiv, and Physicsweb’s article turns out to be misleading. The proposed experiment would simulate a superstring, not actually create one. This is a perfectly legitimate idea, but condensed matter physics is the Tinkertoys of quantum mechanics: you can build almost anything. A simulation of a superstring is a long way away from showing that superstrings really exist.

Recovering Archimedes

Sunday, May 22nd, 2005

Scientists are at the Stanford Linear Accelerator Center (SLAC) are using a particle accelerator to help recover a lost work by Archimedes. The Archimedes Palimpsest is a parchment book that once contained copies of Archimedes’ works, but was later erased to be reused as a prayer book. The palimpsest contains the only copy of Method of Mathematical Theorems and only copy of On Floating Bodies in the original Greek.

SLAC’s website also has a press release about the current state of research into the existence of the pentaquark, a theoretical particle made up of five quarks (all known particles made up of quarks only take two or three). The verdict? Not proven.

Goodstein Sequences

Thursday, May 19th, 2005

Goodstein sequences are integer sequences with a very surprising property.

Start with any number. Rewrite the number as a sum of powers of 2. In turn, rewrite the exponents as powers of 2, then the exponents of exponents, etc. For example, we’d write 33 as:
33 in hreditary base-2 notation.

To compute the next value in the sequence, replace every 2 with a 3, and subtract 1. The next value in the Goodstein sequence for 33 is:
The next value in the Goodstein sequence for 33
which is equal to 22876792454961.

For the next step, we replace the 3s with 4s and subtract 1, etc. This sequence continues to increase very rapidly, right?

Wrong. Goodstein proved that for any starting value, the sequence eventually goes to zero. Even more surprisingly, the proof relies on properties of infinite ordinal arithmetic. The theorem cannot have an appreciably more elementary proof: the result is independent of the Peano axioms for arithmetic.

A minicourse on Goodstein sequences and some related examples can be found at this online course: Fast-Growing Functions and Unprovable Theorems

Tippe Top

Wednesday, May 18th, 2005

Tippe Top The mathematical model for a tippe top is a sphere with an uneven concentration of mass along the vertical axis, making the lower half heavier than the upper half; a physical model is more practical if you cut the top off the sphere and replace it with a stem. In each case, the key feature is that the centre of gravity is lower than the centre of the sphere. When the top spins, with the help of friction, it slowly tips over — raising the centre of gravity — until it is upside down.

For a history of the tippe top and an overview of how it works see this page. You can also watch an animation of the tippe top in action.

If you want to really understand why it inverts, Richard Cohen was the first to provide a rigorous explanation in The Tippe Top Revisited Am. J. Phys. 45, 12 (1977). Or, if it’s important that you also know why it falls back down as it runs out of spin, see this paper.

Y combinator

Tuesday, May 17th, 2005

This is the best explanation of the Y combinator I’ve ever seen.

Algebraic Surfaces

Tuesday, May 17th, 2005

The Algebraic Surface Homepage has many interesting pictures of algebraic surfaces. A few examples of algebraic surfaces might be familiar from high school: spheres, ellipsoids, hyperboloids. Higher degree surfaces are much more exotic, though. For exmple, check out the septic with 99 singularities.

Another page with galleries is the Cubic Surface Homepage.