I was thinking about some stuff involving fractals and non-positive-real dimension. It’s still a very rough idea, though.
There’s the concept of topological dimension, which is necessarily an integer. It looks like it’s typically the floor of the Minkowski dimension.
One way of talking about iterated function systems is to consider patterns of digits in -ary strings. For instance, the typical Cantor set consists of those points in the unit interval whose ternary expansion contains only 0’s and 2’s. It’s a single coordinate, but restricted in the values it can take.
We can add the dimension of two vector spaces by taking the categorical product = direct sum . We can multiply the dimension by taking the tensor product
. We can add and multiply the dimension of two unit hypercubes with the same construction.
It’s clear how to tensor integer-dimension objects; I was looking at how one might tensor fractional-dimension objects. I have an example with the Cantor set that probably generalizes.
Consider the set of points in the unit interval whose 4-ary expansion consists exclusively of the digits 0 and 3:
----------------
---- ----
- - - -
etc.
has dimension
is isomorphic to the set of points where pairs of digits in base 4 are either 00 or 33—which is the same as saying that in base 16, each digit is either either 0 or F=15. The dimension of this set is
. So as before, tensoring two objects multiplies their dimension.
Now consider
is the unit interval.
is a subset of the unit square, a set of parallel stripes. The dimension of
is
is a subset of the unit cube, consisting of parallel copies of the previous set. The dimension of
is
and so on until
is a subset of an infinite-dimensional hypercube with dimension
John Baez introduced something called groupoid cardinality. We can add and multiply finite sets using the disjoint sum and cartesian product. We can “divide” sets by using the weak quotient of a set by a group:
where is an equivalence class and
is equivalent to
if they’re in the same orbit.
So consider the set under the action of
via reflection:
That is, 0 in maps each point to itself, while 1 in
maps
to itself and swaps
and
. So
and
are in the same orbit and form one equivalence class. The automorphism group of
is only the identity. The orbit of
includes only itself, so
. This forms a groupoid: a category where all morphisms are isomorphisms.
Summing over equivalence classes, we get
Is there some way to view the dimension of the Cantor set as arising from some kind of weak quotient?
He also talked about something he calls “structure types”, which is very much like a generating function, but acts on groupoids (with sets as a special case) instead of on numbers. So in the structure type
,
the term really means
, where
is the set of structures you can put on an
-element finite set (like, say, the set of binary trees with
nodes) and
is the group of permutations of n objects. The term
is the cartesian product of n copies of the groupoid x.
It apparently makes sense to talk about groupoids with negative cardinality as well as fractional cardinality. For example, taking x to be the groupoid described above, the cardinality of the infinte groupoid
is -2!
This suggested to me that we could do something similar and construct a negative-dimensional object. If we stick in a square, we get a set
line square
4-cube
8-cube
16-cube
This doesn’t make much sense as an isolated set: all we can say is that it’s an infinite-dimensional hypercube. But if we had some way of knowing that the product we were taking was over -cubes, then we could use the formula above.
Here’s the idea: if restricting the values a digit can take in an -ary expansion reduces the dimension, then expanding the values ought to increase it. Since this doesn’t make much sense with points in the real number line, let’s move to
instead: let
be the set of Taylor series in
with coefficients in
. We could say
has dimension
when
. (I still have to work out how the topology changes with
)
Then we can define a set of series with, say, dimension 2, and construct an infinite product
This object ought to have dimension -1; at least, it will satisfy the property that multiplying the dimension by 2 (by tensoring with a square) and adding one to the dimension (by multiplying by a line) will give the original object: if is the dimension, then
satisfies
The structure type for binary trees evaluated at the trivial one-element groupoid gives an infinite groupoid with cardinality , so complex cardinalities (and therefore complex-dimensional objects) can also arise.
Can we make this rigorous? Is there some obvious connection to the complex dimensions of fractal strings?
2 Comments
Could we simply use the Geometric Algebra multiplication by a plane? That is:
1+2+4+…..
represents a line, a plane, a hyperspace, etc… and when we multiply by a square it becomes
2 (1+2+4+…) = 2+4+8…
which you add a line, becomes the original again.
I assume that when you say “multiply by a square” you mean “multiply by a bivector” and that we’re working in a countably-infinite-dimensional algebra.
I guess the geometric algebra idea’s OK. You get objects whose dimension isn’t an integer, like 1+2 for a vector plus a bivector, which is very different from a 3-dimensional object.
Post a Comment