Saturday, January 28, 2006

Fractal Coordinates, Stretching Einstein, and Shorting Euclid

In an earlier post about fractal coordinate systems, I linked to a draft paper about the topic by Prof. Jacky Cresson: Fractal Coordinates Systems and Scale Relativity [PDF format]. I'd like to share with you a few interesting and relatively accessible passages from the paper. Begging your indulgence, I'll append my crazy idea for describing 3-D space using only two coordinates.

In the introduction of his paper, Cresson explains that fractal space-time offers an alterative to superstring theory in the struggle to develop a unified theory of physics. He first describes the schism that currently divides fundamental physics: "The origin of the fundamental incompatibility between quantum mechanics and Einstein's general relativity theory lies in the microscopic structure of space-time . . . . [S]pace-time is not a differentiable manifold at the atomic scale, in contradiction with the assumptions of general relativity," (emphasis removed).

(What does that bit about the non-differentiability of space-time mean? In brief and in rough, it means that space-time is not unbroken. Hence the "quantum" in "quantum mechanics"; space-time shatters at the atomic scale.)

Cresson then explains that superstring theory represents only one of two general approaches to merging quantum mechanics with general relativity. Superstring theory "enriches the structure of space-time, assuming the existence of very tiny new dimensions." (I take it that, mathematically speaking, superstrings render space-time differentiable. Ditto membranes.) Cresson and a few other theoreticians, in contrast, take an alternative approach called "scale relativity." which abandons the assumption of the differentiability of space-time in favor of "a fractal space-time, and extend[s] the relativity principle on [sic] this kind of spaces [sic]," (emphasis in the original).

(Cut Cresson some slack on the grammar. He apparently approaches English as a native French-speaker and, anyhow, this is a draft paper. Besides, his struggle with English results in an unconventional but cool use of "precise" as a verb, as in "fractal coordinates systems allow us to precise the following points . . . .")

That introduction sets up Cresson's particular project: developing a rigorous definition of fractal space-time. I'd say his approach looks promising, but my opinion in these matters probably isn't worth the paper it isn't printed on. He uses not only symbols but operations I've never encountered! Heck, I'm still trying to figure out if Cresson's paper addresses the particular, and peculiar, idea that originally got me interested in fractal coordinate systems: The possibility of defining a point in three-dimensional Euclidean space using only two coordinates.

Here's the idea, in brief: Assume a volume-filling, self-avoiding, fractal curve, like Peano curve or Hilbert curve. In one or more of its iterations, the curve will touch each point in the volume. It seems to me that you could thereby define a point in 3-D space using only two coordinates: The iteration of the fractal and the distance from a specified origin to the point's position on the curve.

That sort of fractal coordinate system would appear to use only two coordinates to define three dimensions. It seems logically possible, but it also seem to violate the very definition of Euclidean space. Strange? Yes. Wrong? Perhaps. Interesting? To me, at least, yes.

10 comments:

dgm said...

you lost me when you begged for my indulgence.

Jadagul said...

On some level, it's possible to take any n-space and specify it with one number, at least in theory. That's actually the core of Cantor's proof that the integers and the rational numbers are equal in cardinality (have a one-to-one correspondence): any rational number can be expressed as one or more ordered pair of integers, so if you can set up a one-to-one correspondence between ordered pairs and the integers, you show the integers and rationals are the same size. This method can be extended to show that the integers are the same size as the set of integer n-tuples for any n, and I believe it would do the same for the reals and real n-tuples.

The method, in brief: create a grid of ordered pairs.

(0,0) (1,0) (2,0) (3,0)...
(0,1) (1,1) (2,1) (3,1)...
(0,2) (1,2) (2,2) (3,2)...
(0,3) (1,3) (2,3) (3,3)...
....

Now pass through the grid in a crosswise order, so you get the sequence ((0,0),(1,0),(0,1),(2,0),(1,1),(0,2)...). Then any point in this 2-space can be specified by a single integer ((0,2), for instance, is the number 5). You can use the same principle on the rationals, and thus could ultimately specify any point in rational n-space with a single integer. But writing the translation function would be a huge pain in the rear, and the only way I could think of it possibly being useful is if bandwidth is extremely expensive and computing power extremely cheap. And that would have to be a pretty huge discrepancy.

Tom W. Bell said...

Joel: Thanks for the cogent critique. I'm not sure about the length of the infinitely-iterated curve, either, but I'll bet it's infinite. It has to fill the volume, after all, and each curve cross-section is infintely thin. You would thus end up, were you to use a Peano curve, with infinite points at the coordinates (infinite, infinite). That hardly makes for a completely descriptive coordinate system!

It might still make for a useful one, though. Note that the fractal coordinate system I described leaves space cut into distinct chunks. Sound familiar? Right: our own atomic-scale space (at least under quantum theory).

You also hit the mark with the approximation strategy, I think. Cresson appears to use a similar strategy.

"Real analysis isn't my strong suit,"? I like that. How's your surreal analysis? Hardy har har.

dgm: I approach math somewhat hat-in-hand. But, granted, the prospect of listening to me beg cannot appeal. It's just not my strong suit.

jadagul: Thanks for that argument. (I think though, you meant to write, "Now pass through the grid in a crosswise order, so you get the sequence ((0,0),(1,0),(0,1),(2,0),(1,1),(2,0)...)." I think I grok it. I certainly undestand the translation function problem. I'd recognized that problem in my own proposed coordinate system.

A fractal coordinate system would prove useful untranslated, though, if it described curves that exist in nature. I've got some more crazy ideas up my sleeve on that front. Please check back, later. I need good math critics.

Chris Hibbert said...

Tom, either you have a typo in your response to Jadagul, or you haven't understood his point. He's listing successive diagonals (upper right-to lower left). The leftmost diagonal has one element (0,0), the second two (1,0),(0,1), and third has three (2,0),(1,1),(0,2). When you list them all you get the sequence he gave: ((0,0),(1,0),(0,1),(2,0),(1,1),(0,2)...) rather than the one you gave, which repeats (2,0).

Tom W. Bell said...

Thanks, Chris. My error. I thought he meant to describe a continous line rather than successive sweeps in the same direction.

Jadagul said...

If anyone cares, I took a break from my math homework today to (and yes, this does qualify as a break) find the formula for converting rational three-space to an integer. Actually pretty staightforward: If I have a point expressed by (a/b,c/d,e/f), I compress it into n=(2^a)*(3^b)*(5^c)*(7^d)*(11^e)*(13^f). Leave aside for the moment that it's almost certainly shorter to send the sequence (a,b,c,d,e,f), you can see that this number n can be uniquely decomposed into its prime factorization, which gives a unique ordered sextuplet. I once again question the utility of this method, especially since unwrapping it—going from n back to the rational three-space—is hard and long, even on a computer; but it's certainly possible.

My apologies for the math-nerd-out.

Jeff Brown said...

There exists no 1-to-1 continuous function between Euclidean spaces of different dimension, although there exist plenty of functions with one characteristic or the other. In particular, the Peano curves are continuous but not bijective. I feel like that would make their use in physics difficult.

Jadagul said...

Jeff Brown: depends on what kind of calculus you want to do with it, I suppose; if you just want to compress information, then you don't need the reals and you don't need continuity, and the conversion function I just gave will work (incidentally, the return function—from the integers to Q3—is continuous because the integers are a discrete space). If you want to work in the reals, there's an analysis result that says that, essentially, a bounded subset of R2 has the same cardinality as a bounded subset of R (which has the same cardinality of R. I'm pretty sure R2 would have that same cardinality, and likewise R3, but my reference didn't mention that specifically). Thus there's a bijection from any bounded subset of R3 into a bounded subset of R, if you really want one. Of course, a computer can't actually store a real number, as far as I know, and most concrete computations work with approximations anyway; seems like you're fine just sticking with a rational approximation of the point.

Jeff Brown said...

Jadagul wrote: "Depends on what kind of calculus you want to do with it ..." Could you do any calculus at all on it?

Tom's original post: "Assume a volume-filling, self-avoiding, fractal curve, like Peano curve or Hilbert curve. In one or more of its iterations, the curve will touch each point in the volume." That's not quite right. Most points will never be on any finite iteration of the Peano curve; you have to define the "ultimate" Peano curve, as the limit of the sequence of Peano curves (i.e. a function that is the limit of a series of functions).

The finite iterations are self-avoiding but not space-filling. The ultimate Peano curve is space-filling but not self-avoiding: it sends multiple points to the same point. I said that earlier, but I didn't explain. Here's one example of a violation: if a sequence of finite Peano curves is filling in four quadrants of a square (or eight octants of a cube), then any point on the boundary between two quadrants (octants) can be approached from either side. In the limit, multiple points will map to the same point.

I don't know if the Peano curve is more than 4-to-1 (8-to-1) anywhere.

Tom W. Bell said...

Jeff Brown: I think I've grok your account of the Peano curve. You say that either it is volume-filling or self-avoiding, but not both. It depends on its iteration. At any iteration short of infinity, it is not volume-filling, but it is space-avoiding. After infinite interations, it fills the volume--but at the cost of touching itself.

I should think, though I am not certain, that the same would hold true of the Hilbert curve or any volume-filling fractal curve. It is *not* equivalent to Godel's Theorem or the Heisenberg Principle. But it *is* attractively reminescent of them.

But, ok, so what? I still think I might get the fractal coordinate system to work with this hack. Define each point in the fractal volume by the coordinates (s, i), where s=arc lenth of curve from origin and i=iteration-1/iteration.

Each point in the fractal volume can now (I hypothesize) be defined by a unique coordinate (s, i). The uncertainty of defining a point lying on the infinite iteration of the curve decreases to zero as you near it. Again, I emphasize, it's only a hypothesis--not a theory!

Cool blog, by the way. Loved that stuff about perfect tunings.