Skip to content →

Tag: noncommutative

the Manin-Marcolli cave

Yesterday, Yuri Manin and Matilde Marcolli arXived their paper
Modular shadows and the Levy-Mellin infinity-adic transform which is a
follow-up of their previous paper Continued fractions, modular symbols, and non-commutative geometry.
They motivate the title of the recent paper by :

In
[MaMar2](http://www.arxiv.org/abs/hep-th/0201036), these and similar
results were put in connection with the so called “holography”
principle in modern theoretical physics. According to this principle,
quantum field theory on a space may be faithfully reflected by an
appropriate theory on the boundary of this space. When this boundary,
rather than the interior, is interpreted as our observable
space‚Äìtime, one can proclaim that the ancient Plato’s cave metaphor
is resuscitated in this sophisticated guise. This metaphor motivated
the title of the present paper.

Here’s a layout of
Plato’s cave

Imagine prisoners, who have been chained since childhood deep inside an
cave: not only are their limbs immobilized by the chains; their heads
are chained as well, so that their gaze is fixed on a wall.
Behind
the prisoners is an enormous fire, and between the fire and the
prisoners is a raised walkway, along which statues of various animals,
plants, and other things are carried by people. The statues cast shadows
on the wall, and the prisoners watch these shadows. When one of the
statue-carriers speaks, an echo against the wall causes the prisoners to
believe that the words come from the shadows.
The prisoners
engage in what appears to us to be a game: naming the shapes as they
come by. This, however, is the only reality that they know, even though
they are seeing merely shadows of images. They are thus conditioned to
judge the quality of one another by their skill in quickly naming the
shapes and dislike those who begin to play poorly.
Suppose a
prisoner is released and compelled to stand up and turn around. At that
moment his eyes will be blinded by the firelight, and the shapes passing
will appear less real than their shadows.

Right, now how
does the Manin-Marcolli cave look? My best guess is : like this
picture, taken from Curt McMullen’s Gallery

Imagine
this as the top view of a spherical cave. M&M are imprisoned in the
cave, their heads chained preventing them from looking up and see the
ceiling (where $PSL_2(\mathbb{Z}) $ (or a cofinite subgroup of
it) is acting on the upper-half plane via
Moebius-transformations ). All they can see is the circular exit of the
cave. They want to understand the complex picture going on over their
heads from the only things they can observe, that is the action of
(subgroups of) the modular group on the cave-exit
$\mathbb{P}^1(\mathbb{R}) $. Now, the part of it consisting
of orbits of cusps
$\mathbb{P}^1(\mathbb{Q}) $ has a nice algebraic geometric
description, but orbits of irrational points cannot be handled by
algebraic geometry as the action of $PSL_2(\mathbb{Z}) $ is
highly non-discrete as illustrated by another picture from McMullen’s
gallery

depicting the ill behaved topology of the action on the bottom real
axis. Still, noncommutative _differential_ geometry is pretty good at
handling such ill behaved quotient spaces and it turns out that as a
noncommutative space, this quotient
$\mathbb{P}^1(\mathbb{R})/PSL_2(\mathbb{Z}) $ is rich enough
to recover many important aspects of the classical theory of modular
curves. Hence, they reverse the usual NCG-picture of interpreting
commutative objects as shadows of noncommutative ones. They study the
_noncommutative shadow_
$\mathbb{P}^1(\mathbb{R})/PSL_2(\mathbb{Z}) $ of a classical
commutative object, the quotient of the action of the modular group (or
a cofinite subgroup of it) on the upper half-plane.

In our
noncommutative geometry course we have already
seen this noncommutative shadow in action (though at a very basic
level). Remember that we first described the group-structure of the
modular group $PSL_2(\mathbb{Z}) = C_2 \ast C_3 $ via the
classical method of groups acting on trees. In particular, we
considered the tree

and
calculated the stabilizers of the end points of its fundamental domain
(the thick circular edge). But
later we were able to give a
much shorter proof (due to Roger Alperin) by looking only at the action
of $PSL_2(\mathbb{Z}) $ on the irrational real numbers (the
noncommutative shadow). Needless to say that the results obtained by
Manin and Marcolli from staring at their noncommutative shadow are a lot
more intriguing…

One Comment

mathML versus LaTeXRender

No math
today. If you’re interested in the latest on noncommutative geometry,
head over to the NCG-blog where Alain Connes has a post on
Time.
Still, Alain’s post is a good illustration of what Ill be rambling about
TeX and how to use it in a blog.

If you’re running a math-blog,
sooner or later you want to say something more than new-age speak like
‘points talking to each other’ and get to the essence of it. In short,
you want to talk math and it’s a regrettable fact that math doesnt go
well with ASCII. In everyday life we found a way around this : we all
use TeX to write papers and even email-wise (among mathematicians) we
write plain TeX-commands as this language is more common to us than
English. But, plain TeX and the blogosphere don’t mix well. If you’re
expecting only professional mathematicians to read what you write, you
might as well arXiv your thoughts. Im convinced the majority of people
coming here (for whatever reason) dont speak plain-TeX. Fortunately,
there is technology to display TeX-symbols on a blog. Personally, I was
an early adapter to
LaTeXRender and even today a
fair share of page-views relates to the few
posts I did on
how to get latexrender working on a mac. Some time ago I
switched to mathML and now I’m
regretting I ever did…

Mind you, I’m convinced that mathML is the
‘proper’ way to get TeX to the internet but there are at the moment some
serious drawbacks. For starters, it is highly user-unfriendly. You
simply cannot expect people to switch browsers (as well as installing
extra fonts) just because they come to your site (or you have to be a
pretty arrogant git). Speaking for myself, Im still having (against my
better judgment) Safari as my default browser, so when I come to a site
like the n-category cafe I just
skim the plain-text in between and if (and only if) the topic interests
me tremendously I’ll allow myself to switch to Flock or Firefox to read
the post in detail. I’m convinced most of you have a similar
surfing-attitude. MathML also has serious consequences on the
server-side. If you want to serve mathML you have to emit headers which
expect everything to follow to be purified XHTML. If I ever forget a
closing tag in a post, this is enough to break down NeverEndingBooks to
all Firefox-users. I’ve been writing HTML since the times when the best
browser around was something called NCSA Mosaic so Ive a
pretty lax attitude to end-tags (especially in IMG-tags) and Im just
getting too old to change these bad habbits now… It seems I’m not the
only one. Many developers of WordPress-plugins write bad XHTML-code, so
the last couple of weeks I’ve been spending more time fixing up code
than writing posts. If you want to run a mathML-wordpress site you might
find the following hints helpfull. If you get a ‘yellow screen of
death’ when viewing your site with Firefox, chances are that one of your
plugin-authors missed a closing tag in the HTML-rendering of his/her
plugin. As a rule of thumb : go for the IMG-tags first! I’m sorry to
say, but Latexrender-Steve
is among the XHTML-offenders. (On a marginal note, LaTeXrender also has
its drawbacks : to mathematicians this may seem incredible but what
Latexrender does to get one expression displayed is to TeX an entire
file, get the image from the ps-file turn it into a gif and display it,
so one gets a GIF-folder of enrmous proportions. Hence, use Latexrender
only if you have your own server and dont have to care about memory
constraints. Another disadvantedge was that the GIFs were displayed with
a vertical offset, but this has been solved recently (use the ‘offset
beta’ files in the distribution)). Wrt. to that offset-beta version, use
this latex.php file instead (I
changed the IMG-line). Some plugins may not serve the correct headers
to display mathML. So, if you want to allow readers to have a
printer-friendly version of your mathML-post, get the WP-print plugin BUT
change to this wp-print.php file in order to
send the proper headers. Sometimes there are just forgotten lines/tags
in the code, such as in the [future calendar plugin](http://anthologyoi.com/wordpress/plugins/future-posts-calendar-
plugin.html). So, please use this version
of the future.calendar.php file. And so on, and so on. The joys of
trying to maintain a mathML-based blog… So, no surprise I’m seriously
considering to ditch mathML and change to normal headers soon. One of
the things I like about LaTeXRender is that it can be extended, meaning
that you can get your own definitions and packages loaded whereas with
mathML you’re bound to write iTeX, which Ill never manage. But, again,
mathML will be the correct technology once all major browsers are mathML
capable and the font-problem is resolved. Does anyone know whether
Safari 3 (in Leopard, that is Mac OS 10.5 to the rest of you) will be
mathML-able?

Leave a Comment

noncommutative curves and their maniflds

Last time we have
seen that the noncommutative manifold of a Riemann surface can be viewed
as that Riemann surface together with a loop in each point. The extra
loop-structure tells us that all finite dimensional representations of
the coordinate ring can be found by separating over points and those
living at just one point are classified by the isoclasses of nilpotent
matrices, that is are parametrized by the partitions (corresponding
to the sizes of the Jordan blocks). In addition, these loops tell us
that the Riemann surface locally looks like a Riemann sphere, so an
equivalent mental picture of the local structure of this
noncommutative manifold is given by the picture on teh left, where the surface is part of the Riemann surface
and a sphere is placed at every point. Today we will consider
genuine noncommutative curves and describe their corresponding
noncommutative manifolds.

Here, a mental picture of such a
_noncommutative sphere_ to keep in mind would be something
like the picture on the right. That is, in most points of the sphere we place as before again
a Riemann sphere but in a finite number of points a different phenomen
occurs : we get a cluster of infinitesimally nearby points. We
will explain this picture with an easy example. Consider the
complex plane $\mathbb{C} $, the points of which are just the
one-dimensional representations of the polynomial algebra in one
variable $\mathbb{C}[z] $ (any algebra map $\mathbb{C}[z] \rightarrow \mathbb{C} $ is fully determined by the image of z). On this plane we
have an automorphism of order two sending a complex number z to its
negative -z (so this automorphism can be seen as a point-reflexion
with center the zero element 0). This automorphism extends to
the polynomial algebra, again induced by sending z to -z. That
is, the image of a polynomial $f(z) \in \mathbb{C}[z] $ under this
automorphism is f(-z).

With this data we can form a noncommutative
algebra, the _skew-group algebra_ $\mathbb{C}[z] \ast C_2 $ the
elements of which are either of the form $f(z) \ast e $ or $g(z) \ast g $ where
$C_2 = \langle g : g^2=e \rangle $ is the cyclic group of order two
generated by the automorphism g and f(z),g(z) are arbitrary
polynomials in z.

The multiplication on this algebra is determined by
the following rules

$(g(z) \ast g)(f(z) \ast e) = g(z)f(-z) \astg $ whereas $(f(z) \ast e)(g(z) \ast g) = f(z)g(z) \ast g $

$(f(z) \ast e)(g(z) \ast e) = f(z)g(z) \ast e $ whereas $(f(z) \ast g)(g(z)\ast g) = f(z)g(-z) \ast e $

That is, multiplication in the
$\mathbb{C}[z] $ factor is the usual multiplication, multiplication in
the $C_2 $ factor is the usual group-multiplication but when we want
to get a polynomial from right to left over a group-element we have to
apply the corresponding automorphism to the polynomial (thats why we
call it a _skew_ group-algebra).

Alternatively, remark that as
a $\mathbb{C} $-algebra the skew-group algebra $\mathbb{C}[z] \ast C_2 $ is
an algebra with unit element 1 = 1\aste and is generated by
the elements $X = z \ast e $ and $Y = 1 \ast g $ and that the defining
relations of the multiplication are

$Y^2 = 1 $ and $Y.X =-X.Y $

hence another description would
be

$\mathbb{C}[z] \ast C_2 = \frac{\mathbb{C} \langle X,Y \rangle}{ (Y^2-1,XY+YX) } $

It can be shown that skew-group
algebras over the coordinate ring of smooth curves are _noncommutative
smooth algebras_ whence there is a noncommutative manifold associated
to them. Recall from last time the noncommutative manifold of a
smooth algebra A is a device to classify all finite dimensional
representations of A upto isomorphism
Let us therefore try to
determine some of these representations, starting with the
one-dimensional ones, that is, algebra maps from

$\mathbb{C}[z] \ast C_2 = \frac{\mathbb{C} \langle X,Y \rangle}{ (Y^2-1,XY+YX) } \rightarrow \mathbb{C} $

Such a map is determined by the image of X and that of
Y. Now, as $Y^2=1 $ we have just two choices for the image of Y
namely +1 or -1. But then, as the image is a commutative algebra
and as XY+YX=0 we must have that the image of 2XY is zero whence the
image of X must be zero. That is, we have only
two
one-dimensional representations, namely $S_+ : X \rightarrow 0, Y \rightarrow 1 $
and $S_- : X \rightarrow 0, Y \rightarrow -1 $

This is odd! Can
it be that our noncommutative manifold has just 2 points? Of course not.
In fact, these two points are the exceptional ones giving us a cluster
of nearby points (see below) whereas most points of our
noncommutative manifold will correspond to 2-dimensional
representations!

So, let’s hunt them down. The
center of $\mathbb{C}[z]\ast C_2 $ (that is, the elements commuting with
all others) consists of all elements of the form $f(z)\ast e $ with f an
_even_ polynomial, that is, f(z)=f(-z) (because it has to commute
with 1\ast g), so is equal to the subalgebra $\mathbb{C}[z^2]\ast e $.

The
manifold corresponding to this subring is again the complex plane
$\mathbb{C} $ of which the points correspond to all one-dimensional
representations of $\mathbb{C}[z^2]\ast e $ (determined by the image of
$z^2\ast e $).

We will now show that to each point of $\mathbb{C} – { 0 } $
corresponds a simple 2-dimensional representation of
$\mathbb{C}[z]\ast C_2 $.

If a is not zero, we will consider the
quotient of the skew-group algebra modulo the twosided ideal generated
by $z^2\ast e-a $. It turns out
that

$\frac{\mathbb{C}[z]\ast C_2}{(z^2\aste-a)} =
\frac{\mathbb{C}[z]}{(z^2-a)} \ast C_2 = (\frac{\mathbb{C}[z]}{(z-\sqrt{a})}
\oplus \frac{\mathbb{C}[z]}{(z+\sqrt{a})}) \ast C_2 = (\mathbb{C}
\oplus \mathbb{C}) \ast C_2 $

where the skew-group algebra on the
right is given by the automorphism g on $\mathbb{C} \oplus \mathbb{C} $ interchanging the two factors. If you want to
become more familiar with working in skew-group algebras work out the
details of the fact that there is an algebra-isomorphism between
$(\mathbb{C} \oplus \mathbb{C}) \ast C_2 $ and the algebra of $2 \times 2 $ matrices $M_2(\mathbb{C}) $. Here is the
identification

$~(1,0)\aste \rightarrow \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} $

$~(0,1)\aste \rightarrow \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} $

$~(1,0)\astg \rightarrow \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix} $

$~(0,1)\astg \rightarrow \begin{bmatrix} 0 & 0 \\ 1 & 0 \end{bmatrix} $

so you have to verify that multiplication
on the left hand side (that is in $(\mathbb{C} \oplus \mathbb{C}) \ast
C_2 $) coincides with matrix-multiplication of the associated
matrices.

Okay, this begins to look like what we are after. To
every point of the complex plane minus zero (or to every point of the
Riemann sphere minus the two points ${ 0,\infty } $) we have
associated a two-dimensional simple representation of the skew-group
algebra (btw. simple means that the matrices determined by the images
of X and Y generate the whole matrix-algebra).

In fact, we
now have already classified ‘most’ of the finite dimensional
representations of $\mathbb{C}[z]\ast C_2 $, namely those n-dimensional
representations

$\mathbb{C}[z]\ast C_2 =
\frac{\mathbb{C} \langle X,Y \rangle}{(Y^2-1,XY+YX)} \rightarrow M_n(\mathbb{C}) $

for which the image of X is an invertible $n \times n $ matrix. We can show that such representations only exist when
n is an even number, say n=2m and that any such representation is
again determined by the geometric/combinatorial data we found last time
for a Riemann surface.

That is, It is determined by a finite
number ${ P_1,\dots,P_k } $ of points from $\mathbb{C} – 0 $ where
k is at most m. For each index i we have a positive
number $a_i $ such that $a_1+\dots+a_k=m $ and finally for each i we
also have a partition of $a_i $.

That is our noncommutative
manifold looks like all points of $\mathbb{C}-0 $ with one loop in each
point. However, we have to remember that each point now determines a
simple 2-dimensional representation and that in order to get all
finite dimensional representations with det(X) non-zero we have to
scale up representations of $\mathbb{C}[z^2] $ by a factor two.
The technical term here is that of a Morita equivalence (or that the
noncommutative algebra is an Azumaya algebra over
$\mathbb{C}-0 $).

What about the remaining representations, that
is, those for which Det(X)=0? We have already seen that there are two
1-dimensional representations $S_+ $ and $S_- $ lying over 0, so how
do they fit in our noncommutative manifold? Should we consider them as
two points and draw also a loop in each of them or do we have to do
something different? Rememer that drawing a loop means in our
geometry -> representation dictionary that the representations
living at that point are classified in the same way as nilpotent
matrices.

Hence, drawing a loop in $S_+ $ would mean that we have a
2-dimensional representation of $\mathbb{C}[z]\ast C_2 $ (different from
$S_+ \oplus S_+ $) and any such representation must correspond to
matrices

$X \rightarrow \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix} $ and $Y \rightarrow \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} $

But this is not possible as these matrices do
_not_ satisfy the relation XY+YX=0. Hence, there is no loop in $S_+ $
and similarly also no loop in $S_- $.

However, there are non
semi-simple two dimensional representations build out of the simples
$S_+ $ and $S_- $. For, consider the matrices

$X \rightarrow \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix} $ and $Y \rightarrow \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} $

then these
matrices _do_ satisfy XY+YX=0! (and there is another matrix-pair
interchanging $\pm 1 $ in the Y-matrix). In erudite terminology this
says that there is a _nontrivial extension_ between $S_+ $ and $S_- $
and one between $S_- $ and $S_+ $.

In our dictionary we will encode this
information by the picture

$\xymatrix{\vtx{}
\ar@/^2ex/[rr] & & \vtx{} \ar@/^2ex/[ll]} $

where the two
vertices correspond to the points $S_+ $ and $S_- $ and the arrows
represent the observed extensions. In fact, this data suffices to finish
our classification project of finite dimensional representations of
the noncommutative curve $\mathbb{C}[z] \ast C_2 $.

Those with Det(X)=0
are of the form : $R \oplus T $ where R is a representation with
invertible X-matrix (which we classified before) and T is a direct
sum of representations involving only the simple factors $S_+ $ and
$S_- $ and obtained by iterating the 2-dimensional idea. That is, for
each factor the Y-matrix has alternating $\pm 1 $ along the diagonal
and the X-matrix is the full nilpotent Jordan-matrix.

So
here is our picture of the noncommutative manifold of the
noncommutative curve $\mathbb{C}[z]\ast C_2 $
: the points are all points
of $\mathbb{C}-0 $ together with one loop in each of them together
with two points lying over 0 where we draw the above picture of arrows
between them. One should view these two points as lying
infinetesimally close to each other and the gluing
data

$\xymatrix{\vtx{} \ar@/^2ex/[rr] & & \vtx{}
\ar@/^2ex/[ll]} $

contains enough information to determine
that all other points of the noncommutative manifold in the vicinity of
this cluster should be two dimensional simples! The methods used
in this simple minded example are strong enough to determine the
structure of the noncommutative manifold of _any_ noncommutative curve.


So, let us look at a real-life example. Once again, take the
Kleinian quartic In a previous
course-post we recalled that
there is an action by automorphisms on the Klein quartic K by the
finite simple group $PSL_2(\mathbb{F}_7) $ of order 168. Hence, we
can form the noncommutative Klein-quartic $K \ast PSL_2(\mathbb{F}_7) $
(take affine pieces consisting of complements of orbits and do the
skew-group algebra construction on them and then glue these pieces
together again).

We have also seen that the orbits are classified
under a Belyi-map $K \rightarrow \mathbb{P}^1_{\mathbb{C}} $ and that this map
had the property that over any point of $\mathbb{P}^1_{\mathbb{C}}
– { 0,1,\infty } $ there is an orbit consisting of 168 points
whereas over 0 (resp. 1 and $\infty $) there is an orbit
consisting of 56 (resp. 84 and 24 points).

So what is
the noncommutative manifold associated to the noncommutative Kleinian?
Well, it looks like the picture we had at the start of this
post For all but three points of the Riemann sphere
$\mathbb{P}^1 – { 0,1,\infty } $ we have one point and one loop
(corresponding to a simple 168-dimensional representation of $K \ast
PSL_2(\mathbb{F}_7) $) together with clusters of infinitesimally nearby
points lying over 0,1 and $\infty $ (the cluster over 0
is depicted, the two others only indicated).

Over 0 we have
three points connected by the diagram

$\xymatrix{& \vtx{} \ar[ddl] & \\ & & \\ \vtx{} \ar[rr] & & \vtx{} \ar[uul]} $

where each of the vertices corresponds to a
simple 56-dimensional representation. Over 1 we have a cluster of
two points corresponding to 84-dimensional simples and connected by
the picture we had in the $\mathbb{C}[z]\ast C_2 $ example).

Finally,
over $\infty $ we have the most interesting cluster, consisting of the
seven dwarfs (each corresponding to a simple representation of dimension
24) and connected to each other via the
picture

$\xymatrix{& & \vtx{} \ar[dll] & & \\ \vtx{} \ar[d] & & & & \vtx{} \ar[ull] \\ \vtx{} \ar[dr] & & & & \vtx{} \ar[u] \\ & \vtx{} \ar[rr] & & \vtx{} \ar[ur] &} $

Again, this noncommutative manifold gives us
all information needed to give a complete classification of all finite
dimensional $K \ast PSL_2(\mathbb{F}_7) $-representations. One
can prove that all exceptional clusters of points for a noncommutative
curve are connected by a cyclic quiver as the ones above. However, these
examples are still pretty tame (in more than one sense) as these
noncommutative algebras are finite over their centers, are Noetherian
etc. The situation will become a lot wilder when we come to exotic
situations such as the noncommutative manifold of
$SL_2(\mathbb{Z}) $…

One Comment

the noncommutative manifold of a Riemann surface

The
natural habitat of this lesson is a bit further down the course, but it
was called into existence by a comment/question by
Kea

I don’t yet quite see where the nc
manifolds are, but I guess that’s coming.

As
I’m enjoying telling about all sorts of sources of finite dimensional
representations of $SL_2(\mathbb{Z}) $ (and will carry on doing so for
some time), more people may begin to wonder where I’m heading. For this
reason I’ll do a couple of very elementary posts on simple examples of
noncommutative manifolds.

I realize it is ‘bon ton’ these days
to say that noncommutative manifolds are virtual objects associated to
noncommutative algebras and that the calculation of certain invariants
of these algebras gives insight into the topology and/or geometry of
these non-existent spaces. My own attitude to noncommutative geometry is
different : to me, noncommutative manifolds are genuine sets of points
equipped with a topology and other structures which I can use as a
mnemotechnic device to solve the problem of interest to me which is the
classification of all finite dimensional representations of a smooth
noncommutative algebra.

Hence, when I speak of the
‘noncommutative manifold of $SL_2(\mathbb{Z}) $’ Im after an object
containing enough information to allow me (at least in principle) to
classify the isomorphism classes of all finite dimensional
$SL_2(\mathbb{Z}) $-representations. The whole point of this course is
to show that such an object exists and that we can make explicit
calculations with it. But I’m running far ahead. Let us start with
an elementary question :

Riemann surfaces are examples of
noncommutative manifolds, so what is the noncommutative picture of
them?


I’ve browsed the Google-pictures a bit and a picture
coming close to my mental image of the noncommutative manifold of a
Riemann surface locally looks like the picture on the left. Here, the checkerboard-surface is part of the Riemann surface
and the extra structure consists in putting in each point of the Riemann
surface a sphere, reflecting the local structure of the Riemann surface
near the point. In fact, my picture is slightly different : I want to
draw a loop in each point of the Riemann surface, but Ill explain why
the two pictures are equivalent and why they present a solution to the
problem of classifying all finite dimensional representations of the
Riemann surface. After all why do we draw and study Riemann
surfaces? Because we are interested in the solutions to equations. For
example, the points of the _Kleinian quartic Riemann
surface_ give us all solutions tex \in
\mathbb{C}^3 $ to the equation $X^3Y+Y^3Z+Z^3X=0 $. If (a,b,c) is such
a solution, then so are all scalar multiples $(\lambda a,\lambda
b,\lambda c) $ so we may as well assume that the Z$coordinate is equal
to 1 and are then interested in finding the solutions tex \in
\mathbb{C}^2 $ to the equation $X^3Y+Y^3+X=0 $ which gives us an affine
patch of the Kleinian quartic (in fact, these solutions give us all
points except for two, corresponding to the _points at infinity_ needed
to make the picture compact so that we can hold it in our hand and look
at it from all sides. These points at infinity correspond to the trivial
solutions (1,0,0) and (0,1,0)).

What is the connection
between points on this Riemann surface and representations? Well, if
(a,b) is a solution to the equation $X^3Y+Y^3+X=0 $, then we have a
_one-dimensional representation_ of the affine _coordinate ring_
$\mathbb{C}[X,Y]/(X^3Y+Y^3+X) $, that is, an algebra
morphism

$\mathbb{C}[X,Y]/(X^3Y+Y^3+X) \rightarrow \mathbb{C} $

defined by sending X to a and Y to b.
Conversely, any such one-dimensonal representation gives us a solution
(look at the images of X and Y and these will be the coordinates of
a solution). Thus, commutative algebraic geometry of smooth
curves (that is Riemann surfaces if you look at the ‘real’ picture)
can be seen as the study of one-dimensional representations of their
smooth coordinate algebras. In other words, the classical Riemann
surface gives us already the classifcation of all one-dimensional
representations, so now we are after the ‘other ones’.

In
noncommtative algebra it is not natural to restrict attention to algebra
maps to $\mathbb{C} $, at least we would also like to include algebra
maps to $n \times n $ matrices $M_n(\mathbb{C}) $. An n-dimensional
representation of the coordinate algebra of the Klein quartic is an
algebra map

$\mathbb{C}[X,Y]/(X^3Y+Y^3+X) \rightarrow M_n(\mathbb{C}) $

That is, we want to find all pairs of $n \times n $ matrices A and B satisfying the following
matrix-identities

$A.B=B.A $ and $A^3.B+B^3+A=0_n $

The
first equation tells us that the two matrices must commute (because we
took commuting variables X and Y) and the second equation really is
a set of $n^2 $-equations in the matrix-entries of A and
B.

There is a sneaky way to get lots of such matrix-couples
from a given solution (A,B), namely by _simultaneous conjugation_.
That is, if $C \in GL_n(\mathbb{C}) $ is any invertible $n \times n $
matrix, then also the matrix-couple $~(C^{-1}.A.C,C^{-1}.B.C) $
satisfies all the required equations (write the equations out and notice
that middle terms of the form $C.C^{-1} $ cancel out and check that one
then obtains the matrix-identities

$C^{-1} A B C = C^{-1} BA C $ and $C^{-1}(A^3B+B^3+A)C = 0_n $

which are satisfied because
(A,B) was supposed to be a solution). We then say that these two
n-dimensional representations are _isomorphic_ and naturally we are
only interested in classifying the isomorphism classes of all
representations.

Using classical commutative algebra theory of
Dedekind domains (such as the coordinate ring $\mathbb{C}[X,Y]/(X^3Y+Y^3+X) $)
allows us to give a complete solution to this problem. It says that any
n-dimensional representation is determined up to isomorphism by the
following geometric/combinatorial data

  • a finite set of points $P_1,P_2,\dots,P_k $ on the Riemann surface with $k \leq n $.
  • a set of positive integers $a_1,a_2,\dots,a_k $ associated to these pointssatisfying $a_1+a_2+\dots_a_k=n $.
  • for each $a_i $ a partition of $a_i $ (that is, a decreasing sequence of numbers with total sum
    $a_i $).

To encode this classification I’ll use the mental
picture of associating to every point of the Klein quartic a small
loop. $\xymatrix{\vtx{}
\ar@(ul,ur)} $ Don\’t get over-exited about this
noncommutative manifold picture of the Klein quartic, I do not mean to
represent something like closed strings emanating from all points of the
Riemann surface or any other fanshi-wanshi interpretation. Just as
Feynman-diagrams allow the initiated to calculate probabilities of
certain interactions, the noncommutative manifold allows the
initiated to classify finite dimensional representations.

Our
mental picture of the noncommutative manifold of the Klein quartic, that
is : the points of the Klein quartic together with a loop in each point,
will tell the initiated quite a few things, such as : The fact
that there are no arrows between distict points, tells us that the
classification problem splits into local problems in a finite number of
points. Technically, this encodes the fact that there are no nontrivial
extensions between different simples in the commutative case. This will
drastically change if we enter the noncommutative world…

The fact that there is one loop in each point, tells us that
the local classification problem in that point is the same as that of
classifying nilpotent matrices upto conjugation (which, by the Jordan
normal form result, are classified by partitions) Moreover,
the fact that there is one loop in each point tells us that the local
structure of simple representations near that point (that is, the points
on the Kleinian quartic lying nearby) are classified as the simple
representations of the polynmial algebra $\mathbb{C}[x] $ (which are the
points on the complex plane, giving the picture
of the Riemann sphere in each point reflecting the local
neighborhood of the point on the Klein quartic)

In general, the
noncommutative manifold associated to a noncommutative smooth algebra
will be of a similar geometric/combinatorial nature. Typically, it will
consist of a geometric collection of points and arrows and loops between
these points. This data will then allow us to reduce the classification
problem to that of _quiver-representations_ and will allow us to give
local descriptions of our noncommutative manifolds. Next time,
I’ll give the details in the first noncommutative example : the
skew-group algebra of a finite group of automorphisms on a Riemann
surface (such as the simple group $PSL_2(\mathbb{F}_7) $ acting on the
Klein quartic). Already in this case, some new phenomena will
appear…

ADDED : While writing this post
NetNewsWire informed me that over at Noncommutative Geometry they have a
post on a similar topic : What is a noncommutative space.

One Comment

The cartographers’ groups

Just as cartographers like
Mercator drew maps of
the then known world, we draw dessins
d ‘enfants
to depict the
associated algebraic curve defined over
$\overline{\mathbb{Q}} $.

In order to see that such a dessin
d’enfant determines a permutation representation of one of
Grothendieck’s cartographic groups, $SL_2(\mathbb{Z}),
\Gamma_0(2) $ or $\Gamma(2) $ we need to have realizations of these
groups (as well as their close relatives
$PSL_2(\mathbb{Z}),GL_2(\mathbb{Z}) $ and $PGL_2(\mathbb{Z}) $) in
terms of generators and relations.

As this lesson will be rather
technical I’d better first explain what we will prove (so that you can
skip it if you feel comfortable with the statements) and why we want to
prove it. What we will prove in detail below is that these groups
can be written as free (or amalgamated) group products. We will explain
what this means and will establish that

$PSL_2(\mathbb{Z}) = C_2
\ast C_3, \Gamma_0(2) = C_2 \ast C_{\infty}, \Gamma(2)
= C_{\infty} \ast C_{\infty} $

$SL_2(\mathbb{Z}) =
C_4 \ast_{C_2} C_6, GL_2(\mathbb{Z}) = D_4 \ast_{D_2} D_6,
PGL_2(\mathbb{Z}) = D_2 \ast_{C_2} D_3 $

where $C_n $ resp.
$D_n $ are the cyclic (resp. dihedral) groups. The importance of these
facts it that they will allow us to view the set of (isomorphism classes
of) finite dimensional representations of these groups as
noncommutative manifolds . Looking at the statements above we
see that these arithmetical groups can be build up from the first
examples in any course on finite groups : cyclic and dihedral
groups.

Recall that the cyclic group of order n, $C_n $ is the group of
rotations of a regular n-gon (so is generated by a rotation r with
angle $\frac{2 \pi}{n} $ and has defining relation $r^n = 1 $, where 1
is the identity). However, regular n-gons have more symmetries :
flipping over one of its n lines of symmetry

The dihedral group $D_n $ is the group generated by the n
rotations and by these n flips. If, as before r is a generating
rotation and d is one of the flips, then it is easy to see that the
dihedral group is generated by r and d and satisfied the defining
relations

$r^n=1 $ and $d^2 = 1 = (rd)^2 $

Flipping twice
does nothing and to see the relation $~(rd)^2=1 $ check that doing twice a
rotation followed by a flip brings all vertices back to their original
location. The dihedral group $D_n $ has 2n elements, the n-rotations
$r^i $ and the n flips $dr^i $.

In fact, to get at the cartographic
groups we will only need the groups $D_4, D_6 $ and their
subgroups. Let us start by finding generators of the largest
group $GL_2(\mathbb{Z}) $ which is the group of all invertible $2
\times 2 $ matrices with integer coefficients.

Consider the
elements

$U = \begin{bmatrix} 0 & -1 \\ 1 & 0 \end{bmatrix},
V = \begin{bmatrix} 0 & 1 \\ -1 & 1 \end{bmatrix}/tex] and $R =
\begin{bmatrix} 0 & 1 \\ 1 & 0 \end{bmatrix} $

and form the
matrices

$X = UV = \begin{bmatrix} 1 & -1 \\ 0 & 1
\end{bmatrix}, Y = VU = \begin{bmatrix} 1 & 0 \\ 1 & 1
\end{bmatrix} $

By induction we prove the following relations in
$GL_2(\mathbb{Z}) $

$X^n \begin{bmatrix} a & b \\ c & d
\end{bmatrix} = \begin{bmatrix} a-nc & b-nd \\ c & d \end{bmatrix} $
and $\begin{bmatrix} a & b \\ c& d \end{bmatrix} X^n =
\begin{bmatrix} a & b-na \\ c & d-nc \end{bmatrix} $

$Y^n \begin{bmatrix} a & b \\ c & d \end{bmatrix} =
\begin{bmatrix} a & b \\ c+na & d+nb \end{bmatrix} $ and
$\begin{bmatrix} a & b \\ c & d \end{bmatrix} Y^n = \begin{bmatrix}
a+nb & b \\ c+nd & d \end{bmatrix} $

The determinant ad-bc of
a matrix in $GL_2(\mathbb{Z}) $ must be $\pm 1 $ whence all rows and
columns of

$\begin{bmatrix} a & b \\ c & d \end{bmatrix} \in
GL_2(\mathbb{Z}) $

consist of coprime numbers and hence a and
c can be reduced modulo each other by left multiplication by a power
of X or Y until one of them is zero and the other is $\pm 1 $. We
may even assume that $a = \pm 1 $ (if not, left multiply with U).

So,
by left multiplication by powers of X and Y and U we can bring any
element of $GL_2(\mathbb{Z}) $ into the form

$\begin{bmatrix}
\pm 1 & \beta \\ 0 & \pm 1 \end{bmatrix} $

and again by left
multiplication by a power of X we can bring it in one of the four
forms

$\begin{bmatrix} \pm 1 & 0 \\ 0 & \pm 1 \end{bmatrix}
= { 1,UR,RU,U^2 } $

This proves that $GL_2(\mathbb{Z}) $ is
generated by the elements U,V and R.

Similarly, the group
$SL_2(\mathbb{Z}) $ of all $2 \times 2 $ integer matrices with
determinant 1 is generated by the elements U and V as using the
above method and the restriction on the determinant we will end up with
one of the two matrices

${ \begin{bmatrix} 1 & 0 \\ 0 & 1
\end{bmatrix},\begin{bmatrix} -1 & 0 \\ 0 & -1 \end{bmatrix} } =
{ 1,U^2 } $

so we never need the matrix R. As for
relations, there are some obvious relations among the matrices U,V and
R, namely

$U^2=V^3 $ and $1=U^4=R^2=(RU)^2=(RV)^2$ $

The
real problem is to prove that all remaining relations are consequences
of these basic ones. As R clearly has order two and its commutation
relations with U and V are just $RU=U^{-1}R $ and $RV=V^{-1}R $ we can
pull R in any relation to the far right and (possibly after
multiplying on the right with R) are left to prove that the only
relations among U and V are consequences of $U^2=V^3 $ and
$U^4=1=V^6 $.

Because $U^2=V^3 $ this element is central in the
group generated by U and V (which we have seen to be
$SL_2(\mathbb{Z}) $) and if we quotient it out we get the modular
group

$\Gamma = PSL_2(\mathbb{Z}) $

Hence in order to prove our claim
it suffices that

$PSL_2(\mathbb{Z}) = \langle
\overline{U},\overline{V} : \overline{U}^2=\overline{V}^3=1
\rangle $

Phrased differently, we have to show that
$PSL_2(\mathbb{Z}) $ is the free group product of the cyclic groups of
order two and three (those generated by $u = \overline{U} $ and
$v=\overline{V} $) $C_2 \ast C_3 $

Any element of this free group
product is of the form $~(u)v^{a_1}uv^{a_2}u \ldots
uv^{a_k}(u) $ where beginning and trailing u are optional and
all $a_i $ are either 1 or 2.

So we have to show that in
$PSL_2(\mathbb{Z}) $ no such word can give the identity
element. Today, we will first sketch the classical argument based
on the theory of groups acting on trees due to Jean-Pierre
Serre
and Hyman Bass. Tomorrow, we will give a short elegant proof due to
Roger Alperin and draw
consequences to the description of the carthographic groups as
amalgamated free products of cyclic and dihedral groups.

Recall
that $GL_2(\mathbb{Z}) $ acts via Moebius
transformations
on
the complex plane $\mathbb{C} = \mathbb{R}^2 $ (actually it is an
action on the Riemann sphere $\mathbb{P}^1_{\mathbb{C}} $) given by the
maps

$\begin{bmatrix} a & b \\ c & d \end{bmatrix}.z =
\frac{az+b}{cz+d} $

Note that the action of the
center of $GL_2(\mathbb{Z}) $ (that is of $\pm \begin{bmatrix} 1 & 0
\\ 0 & 1 \end{bmatrix} $) acts trivially, so it is really an action of
$PGL_2(\mathbb{Z}) $.

As R interchanges the upper and lower half-plane
we might as well restrict to the action of $SL_2(\mathbb{Z}) $ on the
upper-halfplane $\mathcal{H} $. It is quite easy to see that a
fundamental domain
for this action is given by the greyed-out area

To see that any $z \in \mathcal{H} $ can be taken into this
region by an element of $PSL_2(\mathbb{Z}) $ note the following two
Moebius transformations

$\begin{bmatrix} 1 & 1 \\ 0 & 1
\end{bmatrix}.z = z+1 $ and $\begin{bmatrix} 0 & 1 \\ -1
& 0 \end{bmatrix}.z = -\frac{1}{z} $

The first
operation takes any z into a strip of length one, for example that
with Re(z) between $-\frac{1}{2} $ and $\frac{1}{2} $ and the second
interchanges points within and outside the unit-circle, so combining the
two we get any z into the greyed-out region. Actually, we could have
taken any of the regions in the above tiling as our fundamental domain
as they are all translates of the greyed-out region by an element of
$PSL_2(\mathbb{Z}) $.

Of course, points on the boundary of the
greyed-out fundamental region need to be identified (in order to get the
identification of $\overline{\mathcal{H}/PSL_2(\mathbb{Z})} $ with the
Riemann sphere $S^2=\mathbb{P}^1_{\mathbb{C}} $). For example, the two
halves of the boundary by the unit circle are interchanged by the action
of the map $z \rightarrow -\frac{1}{z} $ and if we take the translates under
$PSL_2(\mathbb{Z}) $ of the indicated circle-part

we get a connected tree with fundamental domain the circle
part bounded by i and $\rho = \frac{1}{2}+\frac{\sqrt{3}}{2} i $.
Calculating the stabilizer subgroup of i (that is, the subgroup of
elements fixing i) we get that this subgroup
is $\langle u \rangle = C_2 $ whereas the stabilizer subgroup of
$\rho $ is $\langle v \rangle = C_3 $.

Using this facts and the general
results of Jean-Pierre Serres book Trees
one deduces that $PSL_2(\mathbb{Z}) = C_2 \ast C_3 $
and hence that the obvious relations among U,V and R given above do
indeed generate all relations.

4 Comments

stalking the Riemann hypothesis

There
seems to be a neverending (sic) stream of books and posts on the
Riemann hypothesis. A while ago I
wrote about du Sautoy’s The music of primes and over a snow-sparse
skiing holiday I read Stalking the Riemann Hypothesis by Daniel N. Rockmore.
Here’s the blurb

Like a hunter who sees ‘a bit of blood’
on the trail, that’s how Princeton mathematician Peter Sarnak describes
the feeling of chasing an idea that seems to have a chance of success.
If this is so, then the jungle of abstractions that is mathematics is
full of frenzied hunters these days. They are out stalking big game: the
resolution of ‘The Riemann Hypothesis’, seems to be in their sights. The
Riemann Hypothesis is about the prime numbers, the fundamental numerical
elements. Stated in 1859 by Professor Bernhard Riemann, it proposes a
simple law which Riemann believed a ‘very likely’ explanation for the
way in which the primes are distributed among the whole numbers,
indivisible stars scattered without end throughout a boundless numerical
universe. Just eight years later, at the tender age of thirty-nine
Riemann would be dead from tuberculosis, cheated of the opportunity to
settle his conjecture. For over a century, the Riemann Hypothesis has
stumped the greatest of mathematical minds, but these days frustration
has begun to give way to excitement. This unassuming comment is
revealing astounding connections among nuclear physics, chaos and number
theory, creating a frenzy of intellectual excitement amplified by the
recent promise of a one million dollar bountry. The story of the quest
to settle the Riemann Hypothesis is one of scientific exploration. It is
peopled with solitary hermits and gregarious cheerleaders, cool
calculators and wild-eyed visionaries, Nobel Prize-winners and Fields
Medalists. To delve into the Riemann Hypothesis is to gain a window into
the world of modern mathematics and the nature of mathematics research.
Stalking the Riemann Hypothesis will open wide this window so that all
may gaze through it in amazement.

Personally, I prefer
this book over du Sautoy’s. Ok, the first few chapters are a bit pompous
but the latter half gives a (much) better idea of the ‘quantum chaos’
connection to the RH. At the Arcadian Functor, there was the post
Riemann rumbling on
pointing to the book Dr, Riemann’s zeros by Karl Sabbagh.

From
what Kea wrote I understand it also involves quantum chaos. Im not sure
whether I’ll bother to buy this one though, as one reviewer wrote

I stopped reading this rather fast: it had errors in it,
and while a lovely story for the non-mathematician, for anyone who knows
and loves mathematics (and who else really does buy these books?) it’s
really rather frustrating that, after a few chapters, you’re still not
much clearer on what Reimann’s Hypothesis really is.
Not worth the
money: try The Music of the Primes (utterly brilliant) instead. This
book simply cannot begin to compete.

The last line did it
for me, but then “Des gouts et des couleurs, on ne dispute pas”.
Speaking of which, over at Noncommutative geometry there was a post
by Alain Connes on his approach to the Riemann Hypothesis Le reve mathematique which
some found

A masterpiece of
mathematical blogging, a post by Alain Connes in Noncommutative
Geometry. Strongly recommended.

Leave a Comment

the father of all beamer talks

Who was the first mathematician to give a slide show talk? I don’t have the
definite answer to this question, but would like to offer a strong
candidate : Hermann Minkowski gave the talk “Zur Geometrie der Zahlen” (On the
geometry of numbers) before the third ICM in 1904 in Heidelberg and even
the title page of his paper in the proceedings indicates that he did
present his talk using slides (Mit Projektionsbildern auf einer
Doppeltafel)

Seven
of these eight slides would be hard to improve using LaTeX

What concerns
us today is the worst of all slides, the seventh, where Minkowski tries
to depict his famous questionmark function $?(x) $, sometimes also called
the _devil’s staircase_

The devil’s
staircase is a fractal curve and can be viewed as a mirror (taking a
point on the horizontal axis to the point on the vertical axis through
the function value) having magical simplifying properties : – it takes
rational numbers to _dyadic numbers_, that is those of the form
$n.2^{-m}$ with $n,m \in \mathbb{Z} $. – it takes quadratic
_irrational_ numbers to rational numbers. So, iterating this
mirror-procedure, the devil’s staircase is a device solving the main
problem of Greek Mathematics : which lengths can be constructed using
ruler and compass? These _constructible numbers_ are precisely those
real numbers which become after a finite number of devil-mirrors a
dyadic number. The proofs of these facts are not very difficult but
they involve a piece of long-forgotten mathematical technology :
_continued fractions_. By repeted approximations using the
floor-function (the largest natural number less than or equal to the real
number), every positive real number can be written as

$a = a_0 +
\frac{1}{a_1 + \frac{1}{a_2 + \frac{1}{a_3 + \frac{1}{\dots}}}} $

with all $a_i $ natural numbers. So, let us just denote from now on this
continued fraction of a by the expression

$a = \langle
a_0;a_1,a_2,a_3,\dots \rangle $

Clearly, a is a rational number if
(and also if but this requires a small argument using the Euclidian
algorithm) the above description has a tail of zeroes at the end and
(slightly more difficult) $a$ is a real quadratic irrational number
(that is, an element of a quadratic extension field
$\mathbb{Q}\sqrt{n} $) if and only if the continued fraction-expression
has a periodic tail. There is a lot more to say about
continued-fraction expressions and I’ll do that in another
‘virtual-course-post’ (those prepended with a (c): sign). For the
impatient let me just say that two real numbers will lie in the same
$GL_2(\mathbb{Z}) $-orbit (under the action via Moebius-transformations)
if and only if their continued fraction expressions have the same tails
eventually (which has applications in noncommutative geometry as in the
work of Manin and Marcolli but maybe I’ll come to this in the (c):
posts).

Right, now we can define the mysterious devil-stair function
$?(x) $. If a is in the real interval $[0,1] $ and if $a \in
\mathbb{Q} $ then $a = \langle 0;a_1,a_2,\dots,a_n,0,0,\dots
\rangle $ and we define $?(a) = 2 \sum_{k=1}^{n} (-1)^k
2^{-(a_1+a_2+\dots+a_k)} $ and if a is irrational with continued
fraction expression $a = \langle 0;a_1,a_2,a_3,\dots \rangle $, then

$?(a) = 2 \sum_{k=1}^{\infty} (-1)^{k+1} 2^{-(a_1+a_2+\dots+a_k)} $

A
perhaps easier description is that with the above continued-fraction
expression, the _binary_ expansion of $?(a) $ has the following form

$?(a) = 0,0 \dots 01 \dots 1 0 \dots 0 1 \dots 1 0 \dots 0 1 \dots
1 0 \dots $

where the first batch of zeroes after the comma has length
$a_1-1 $, the first batch of ones has length $a_2 $ the next batch of
zeroes length $a_3 $ and so on.

It is a pleasant exercise to verify that
this function does indeed have the properties we claimed before. A
recent incarnation of the question mark function is in Conway’s game of
_contorted fractions_. A typical position consists of a finite number of
boxed real numbers, for example the position might be

$\boxed{\pi} + \boxed{\sqrt{2}} + \boxed{1728} +
\boxed{-\frac{1}{3}} $

The Rules of the game are : (1) Both
players L and R take turns modifying just one of the numbers such that
the denominator becomes strictly smaller (irrational numbers are
supposed to have $\infty$ as their ‘denominator’). And if the boxed
number is already an integer, then its absolute value must decrease.
(2) Left must always _decrease_ the value of the boxed number, Right
must always increase it. (3) The first player unable to move looses
the game. To decide who wins a particular game, one needs to compute
the value of a position $\boxed{x} $ according to the rules of
combinatorial game theory (see for example the marvelous series of four
books Winning Ways for your Mathematical Plays. It turns out that this CG-value is no other than $?(x)$
… And, Conway has a much improved depiction of the devil-staircase in
his book On Numbers And Games

One Comment

noncommutative geometry : a medieval science?

According to a science article in the New York Times, archeologists have discovered “signs of advanced math” in medieval mosaics. An example of a quasi-crystalline Penrose pattern was found at the Darb-i Imam shrine in Isfahan, Iran.

“A new study shows that the Islamic pattern-making process, far more intricate than the laying of one‚Äôs bathroom floor, appears to have involved an advanced math of quasi crystals, which was not understood by modern scientists until three decades ago. Two years ago, Peter J. Lu, a doctoral student in physics at Harvard University, was transfixed by the geometric pattern on a wall in Uzbekistan. It reminded him of what mathematicians call quasi-crystalline designs. These were demonstrated in the early 1970s by Roger Penrose, a mathematician and cosmologist at the University of Oxford. Mr. Lu set about examining pictures of other tile mosaics from Afghanistan, Iran, Iraq and Turkey, working with Paul J. Steinhardt, a Princeton cosmologist who is an authority on quasi crystals and had been Mr. Lu’s undergraduate adviser. ”

Penrose tilings are one of the motivating examples of Alain Connes’ book as there is a $C^* $-algebra associated to it. In fact, the algebra is AF ( a limit of semi-simple finite dimensional algebras) so is even a formally smooth algebra in Kontsevichian noncommutative geometry (it is remarkable how quickly one gets used to silly terminology…). However, the Penrose algebra is simple, so rather useless from the point of view of finite dimensional representations… Still, Connesian noncommutative geometry may be a recent incarnation of the medieval Tehran program (pun intended). Thanks to easwaran for the link (via Technorati).

Added, March 1 : I haven’t looked at the Connes-Marcolli paper A walk in the noncommutative garden for a while but now that I do, I see that they mentioned the above already at the end of their section on Tilings (page 32). They also include clearer pictures.


One Comment

noncommutative bookmarks

At
last, some excitement about noncommutative geometry in the blogosphere.

From what I deduce from reading the first posts, Arup Pal set up a new blog
called Noncommutative
Geometry
and subsequently handed it over to Masoud Khalkhali who then
got Alain Connes to post on it who, in turn, is asking people to submit
posts, such as todays post by David Goss.

Somehow, most people refer to the Noncommutative Geometry blog as
“Alain Connes’ blog” (for example Doctor Gero, Not Even
Wrong
, the n-category cafe and
possibly many others).

David Corfield over at the n-category cafe stops
short of suggesting to rename (by analogy) NeverEndingBooks into
Kontsevich’s blog

A new blog Noncommutative Geometry
has begun, which appears to be of the Connesian variety. (Connes himself
has already commented there.) We mentioned a couple of weeks ago that
there are different flavours of noncommutative geometry. The
Kontsevichian variety, nongeometry, finds its blog voice in Lieven Le
Bruyn’s NeverEndingBooks. It would be interesting to see some
interaction.

I don’t think I will opt for a dialectic
response to the Noncommutative Geometry Blog, although I realize this would result
in more enjoyable reading for some of you…

For starters,
I’ve signed up to another flagship of noncommutative
_differential_ geometry : noncommutativegeometry.net, though it is unclear to me what action (if any) is
going on over there.

Further, I plan to move my talks at the master class
noncommutative geometry
to the virtual lecture room of this blog,
hoping to get the desired interaction. We’ll start later this week and
the pace will be pretty easy going. A tentative title might be
“Anabelian versus Noncommutative Geometry”.

Leave a Comment

time for selfcriticism

The
problem with criticizing others is that you have to apply the same
standards to your own work. So, as of this afternoon, I do agree with
all those who said so before : my book is completely unreadable and
should either be dumped or entirely rewritten!

Here’s what happened :
Last week I did receive the contract to publish _noncommutative
geometry@n_ in a reputable series. One tiny point though, the editors
felt that the title was somewhat awkward and would stand out with
respect to the other books in the series, so they proposed as an
alternative title _Noncommutative Geometry_. A tall order, I thought,
but then, if others are publishing books with such a title why
shouldn’t I do the same?

The later chapters are quite general, anyway,
and if I would just spice them up a little adding recent material it
might even improve the book. So, rewriting two chapters and perhaps
adding another “motivational chapter” aimed at physicists… should
be doable in a month, or two at the latest which would fit in nicely
with the date the final manuscript is due.

This week, I got myself once
again in writing mode : painfully drafting new sections at a pace of 5
to 6 pages a day. Everything was going well. Today I wanted to finish
the section on the “one quiver to rule them all”-trick and was
already mentally planning the next section in which I would give details
for groups like $PSL_2(\mathbb{Z}) $ and $GL_2(\mathbb{Z}) $, all I
needed was to type in a version of the proof of the last proposition.

The proof uses a standard argument, which clearly should be in the book
so I had to give the correct reference and started browsing through the
print-out of the latest version (about 600 pages long..) but… _I
could not find it!???_ And, it was not just some minor technical lemma,
but a result which is crucial to the book’s message (for the few who
want to know, the result is the construction and properties of the local
quiver at a semi-simple representation of a Quillen-smooth algebra). Of
course, there is a much more general result contained in the book, but
you have to be me (or have to be drilled by me) to see the connection…
Not good at all! I’d better sleep on this before taking further
steps

Leave a Comment