These are notes from a talk given at the Stanford applied topology seminar by Gunnar Carlsson from 9 Oct 2009. The main function of this blog post is to get me an easily accessible point of access for the ideas in that talk.
First off, a few words on what we mean by coordinatization: as in algebraic geometry, we say that a coordinate function is some
or possibly some
, with all the niceness properties we’d expect to see in the context we’re working.
A particularly good example is Principal Component Analysis which yields a split linear automorphism on the ambient space that maximizes spread of the data points in the initial coordinates.
The core question we’re working with right now is this:
Given a space (point cloud) X, and a (persistent) view of
, can we use some map
to generate a map
inducing that map?
Category theory, with an origin in algebra and topology, has found use in recent decades for computer science and logic applications. Possibly most clearly, this is seen in the design of the programming language Haskell – where the categorical paradigm suffuses the language design, and gives rise to several of the language constructs, most prominently the Monad.
In this course, we will teach category theory from first principles with an eye towards its applications to and correspondences with Haskell and the theory of functional programming. We expect students to previously or currently be taking CS242 and to have some level of mathematical maturity. We also expect students to have had contact with linear algebra and discrete mathematics in order to follow the motivating examples behind the theory expounded.
Wednesdays at 4.15.
Online notes will appear successively on the Haskell wiki on http://haskell.org/haskellwiki/User:Michiexile/MATH198
Dear blogosphere,
come this fall, I shall be teaching. My first lecture course, ever.
The subject shall be on introducing Category Theory from the bottom up, in a manner digestible for Computer Science Undergraduates who have seen Haskell and been left wanting more from that contact.
And thus comes my question to you all: what would you like to see in such a course? Is there any advice you want to give me on how to make the course awesome?
The obvious bits are obvious. I shall have to discuss categories, functors, (co)products, (co)limits, monads, monoids, adjoints, natural transformations, the Curry-Howard isomorphism, the Hom-Tensor adjunction, categorical interpretation of data types. And all of it with explicit reference to how all these things influence Haskell, as well as plenty of mathematical examples.
But what ideas can you give me to make this greater than I’d make it on my own?
This post is to give you all a very swift and breakneck introduction to Gröbner bases; not trying to be a nice and soft introduction, but much more leading up to announcing the latest research output from me.
Recall how you would run the Gaussian algorithm on a matrix. You’d take the leftmost upmost non-zero entry, divide its row by its value, and then use that row to eliminate anything in the corresponding column.
Once we have the matrix on echelon form, we can then do lots of things with it. Importantly, we can use substitution using the leading terms to do equation system solving.
The starting point for the theory of Gröbner bases was that the same method could be used – with some modification – to produce something from a bunch of polynomials that ends up being as useful as a row-reduced echelon form.
I have been painfully remiss in keeping this blog up and running lately. I wholeheartedly blame the pretty intense travel schedule I’ve been on for the last month and a half.
To get back into the game, I start things off with a letter from a reader. Rodolfo Medina write:
Hallo, Michi:
surfing around in internet, looking for an answer to my question, I fell into
your web site.I’m looking for an answer to the following question:
my intuitive idea is that a one-dimensional connected topological submanifold
of a topological space S should necessarily be the codomain of a curve (if we
define a curve to be a continuous map from an R interval into a topological
space).Conversely, the codomain of an injective curve, defined in an open R interval,
should necessarily be a one-dimensional topological submanifold of S.
Tech note: All figures herewithin are produced in SVG. If you cannot see them, I recommend you figure out how to view SVGs in your browser.
A few weeks ago, my friend radii was puzzling in his server hall. He asked if it was possible to prove that what he wanted to do was impossible, or if he had to remain with his gut feeling. I asked him, and got the following explanation:
He had two strands of something ropelike, both fixed at large furnishings at one end, and fixed in a fixed sized loop at the other. He wanted to take these, and link them fast to each other in this fashion:
I started thinking about the problem, and am now convinced I can prove the impossibility he asked for by basic techniques of knot theory. The argument is what I’ll fill this blog post about.
This blogpost is inspired to a large part by comments made by Rob Ghrist, in connection to his talks on using the Euler characteristic integration theory to count targets detected by sensor networks.
He pointed out that the underlying principle inducing the rule

goes under many names, among those \emph{Inclusion-Exclusion}, favoured among computer scientists (and combinatoricists). He also pointed out that the origin of this principle is the Mayer-Vietoris long exact sequence

In this blog post, I’d like to give more meat to this assertion as well as point out how the general principle of Inclusion-Exclusion for finite sets follows immediately from Mayer-Vietoris.
The basic principle of Inclusion-Exclusion says that if we have two sets,
and
, then the following relationship of cardinalities holds:

http://www.thesun.co.uk/sol/homepage/features/article2011061.ece
This is a rather atrocious article giving yet another ad hoc “formula” to compute some numeric measurement of something-or-other. In this particular case, it’s about cleavage, and how to avoid showing too much of it, but these “formulae” plague us every time some journalist wants to math up their reporting.
What caught my eye in this particular case was the people they lined up to back up the story.
Mathematician William Hartston, who holds an MA in Maths from Cambridge University, reckons this will save a lot of showbiz blushes on the red carpet.
“A girl can use this formula to see whether her outfit is counted as decent,” says William, author of Drunken Goldfish and Other Irrelevant Scientific Research.
So. He has a Masters in mathematics. Big whoop. Doesn’t seem to make him more able to distinguish nonsense when he sees it.
It turns out that there is even more to say on the communes of Lichtenstein.
First of all, there is a 5-clique in the communal graph, as Brian Hayes pointed out. But there are two different excluded subgraphs for planarity – so if we aren’t looking specifically for the chromatic number, but rather how this graph fails to be a “normal” land map, we might want to see whether it realizes BOTH.
It turns out that it does.
The following are two highlighted versions of the Liechtenstein communal graph.

The embedded K5 with edges in blue.

The embedded K33 with blue and red vertices.
Following the featuring of the internal political structure of Lichtenstein on the Strange Maps blog, Brian Hayes asks for the chromatic number of Lichtenstein.
Rahul pointed out that I made errors in transferring the map to a graph. Specifically, I missed the borders Schellenberg-Eschen and Vaduz-Triesen. The post below changes accordingly.
Warning: This post DOES contain spoilers to Brian’s question. If you do want to investigate it yourself, you’ll need to stop reading now. Apologies to those on my planet feeds.
As a first step, we need to build a graph out of it. I labeled each region in turn with the exclaves numbered higher than the “main” region of each organizational unit. And then I build a .dot file to capture them all:
This post is a walkthrough through a computation I just did – and one of the main reasons I post it is for you to find and tell me what I’ve done wrong. I have a nagging feeling that the cup product just plain doesn’t work the way I tried to make it work, and since I’m trying to understand cup products, I’d appreciate any help anyone has.
I’ve picked out the examples I have in order to have two spaces with the same Betti numbers, but with different cohomological ring structure.
I choose a triangulation of the sphere with two handles given the boundary of a tetrahedron spanned by the nodes a,b,c,d and the edges be, ef, bf and cg, ch, gh spanning two triangles.
We get a cochain complex on the form

with the codifferential given as

and

This is extremely early playing around. It touches on things I’m going to be working with in Stanford, but at this point, I’m not even up on toy level.
We’ll start by generating a dataset. Essentially, I’ll take the trefolium, sample points on the curve, and then perturb each point ever so slightly.
As a result, we get a dataset that looks like this:

So, let’s pick a sample from the dataset. What I’d really want to do now would be to do the witness complex construction, but I haven’t figured enough out about how R ticks to do quite that. So we’ll pick a sample and then build the 1-skeleton of the Rips-Vietoris complex using Euclidean distance between points. This means, we’ll draw a graph on the dataset with an edge between two sample points whenever they are within ε from each other.
As John Armstrong said, I didn’t know he was still alive!
On the algebraic topology mailing list, the announcement came today that Henri Cartan, once co-founder of Nicholas Bourbaki, died August 13, 2008:
La Société Mathématique de France (SMF) a la tristesse d’annoncer le décès d’Henri Cartan survenu le 13 août 2008 à Paris à l’age de 104 ans. Auteur d’une oeuvre scientifique considérable, membre fondateur du groupe Bourbaki, Henri Cartan a initié des générations de mathématiciens à la pensée mathématique, à son exposition et à son écriture. Président de la SMF en 1950, il a joué dès cette période un rôle de premier plan dans la vie mathématique mondiale. Européen de la première heure, il a fondé en 1957 l’Association européenne des enseignants et proposé dès lors la création d’un Livret Européen de l’Étudiant.
Militant des droits de l’homme, il a participé à la création du Comité des mathématiciens et oeuvré pour la libération de mathématiciens injustement emprisonnés à travers le monde.
After about 5 semesters, one paper, one erratum (submitted to JHRS) and one thesis, and after taking two oral exams and delivering one 30 minute talk on my research, I am now (modulo the week or two it takes to produce my certificate) entitled to the title of doctor rerum naturalium.
Next stop is the topology in computer science workgroup at Stanford, where I have accepted an offer for a postdoc research position up to 3 years (conditional on my good behaviour
.
I seem, lately, to be so densely planned that all I can do for my blog is to react on blog posts from Ben Webster at the Secret Blogging Seminar.
He has, recently, written a post inspired by the xkcd comic on purity in the sciences. The comic is funny, and rings true, but Ben brings up a severe criticism of the premises of the comic that rings back to my own years as a hotheaded undergraduate.
You should read all of Ben’s post, but if you don’t, you should at least read the following:
My two high-school kids came by today. We’ve been trying to get a new teaching session together since early February, but they had a hell of a time all through February, and all our appointments ended up canceled with little or no notice; and then I spent March and April on tour.
We pressed on with knot theory. Today, we discussed knot sums, prime knots, knot tabulation, behavior of the one invariant (n-colorability) we know so far under knot sums, Dowker codes, and we got started on Conway codes for knots. Next week, I plan for us to finish up talking about the Conway knot notation, get the connection between rational knots and continued fractions down pat, and start looking into new invariants.
First off, I’d ask your pardon for the lull in postings – this spring has been insane. It has been very much fun – traveling the world, talking about my research and meeting people I only knew electronically – and also very intense.
To break the lull, I thought I’d try to pick up what I did last summer: parallel computing on clusters. It’s been a bit of blog chatter about SAGE and how SAGE suddenly has transformed from a Really Good Idea to something that starts to corner out most other systems in usability and flexibility.
Matlab? SciPy bundled with SAGE and the Python integration seems to be at least as good, if not better.
Maple? Mathematica? Maxima? Singular? GAP? SAGE interfaces with all those that it doesn’t emulate.
Edited to add Galway
I’ll be doing a “US tour” in March / April. For the people who might be interested – here are my whereabouts, and my speaking engagements.
I’m booked at several different seminars to do the following:
Title: On the computation of A-infinity algebras and Ext-algebras
Abstract:
For a ring R, the Ext algebracarries rich information about the ring and its module category. The algebra
is a finitely presented k-algebra for most nice enough rings. Computation of this ring is done by constructing a projective resolution P of k and either constructing the complex
or equivalently constructing the complex
. By diligent choice of computational route, the computation can be framed as essentially computing the homology of the differential graded algebra
.
Being the homology of a dg-algebra,
has an induced A-infinity structure. This structure, has been shown by Keller and by Lu-Palmieri-Wu-Zhang, can be used to reconstruct R from
.
I’m going to move on with the identification of geometric objects with functions from these objects down to a field soon enough, but I’d like to spend a little time nailing down the categorical language of this association. Basically, we have two functors I and V going back and forth between two categories. And the essential statement of the last post is that these two functors form an equivalence of categories.
Now, first off in this categorical language, I want to nail down exactly what the objects are. In the category
the objects are solution sets of systems of polynomial equations. And in the category
, the objects are finitely presented Noetherian reduced k-algebras.
The functor
acts on objects by sending an algebra R to the solution set of the polynomial equations generating the ideal in a presentation of the algebra.
I want to lead this sequence to the point where I am having trouble understanding algebraic geometry. Hence, I won’t take the usual course such an introduction would take, but rather set the stage reasonably quickly to make the transit to the more abstract themes clear.
But that’s all a few posts away. For now, recall that we recognized already that any variety is defined by an ideal, and that intersections and unions of varieties are given by sums and intersections or products of ideals.
This is the first page of what is known as the Algebra-Geometry dictionary. The dictionary is made complete by a pair of reasonably famous theorems. I won’t bother proving them – the proofs are a good chunk of any decent commutative algebra course – but I’ll quote the theorems and discuss why they matter.
I’m growing embarrassed by my lack of understanding for the sheaf-theoretic approaches to algebraic (and differential) geometry. I’ve tried to deal with it several times before, and I’m currently reading up on Algebraic Geometry again to fill the void that the finished thesis, soon arriving travels and non-existent job application responses produce.
So, why not learn by teaching? It’s an approach that has been pretty darn good in the past. So I thought I’d write a sequence of posts on algebraic geometry, introducing what it’s supposed to be about and how the main viewpoints develop more or less naturally from the approaches taken.
The basic objective of algebraic geometry is to study solution sets to systems of polynomial equations. That is, we take some set
of polynomials in some polynomial ring
over some field
. And we write
for the set of all simultaneous roots to all these polynomials:

Brent Yorgey wrote a post on using category theory to formalize patch theory. In the middle of it, he talks about the need to commute a patch to the end of a patch series, in order to apply a patch undoing it. He suggests a necessary condition to do this is that, given patches P and Q, we need to be able to find patches Q’ and P’ such that PQ=Q’P', and preferably such that Q’ and P’ capture some of the info in P and Q.
However, as such, this is not enough to solve the issue. For one thing, we can set Q’=P and P’=Q, and things are the way he asks for.
Now, I wonder whether we can solve this by using PROPs (or possibly di-operads or something like that). Let’s represent a document as a list of some sort of tokens. We’ll set
the set of all lists of length
, and we’ll set
to denote operations that take a list of length n and returns a list of length m.
So, here’s the plan for my 10th grade topology students.
Today, we’ll abandon algebraic topology completely, and instead go into knot theory. I’ll want to discuss what we mean by a knot (embedding of
in
), what we mean by a knot deformation (thus introducing isotopies while we’re at it) and the Reidemeister moves. Also we’ll discuss knot invariants – and their use analogous to topological invariants.
Later on, we’ll continue with other invariants; definitely including the Jones polynomial, and possibly even covering Khovanov homology. One possible end report would be to explain a bunch of knot invariants and show using examples how these have different coarseness.
Edited to add: I got myself some damn smart students. They figured out the Reidemeister moves on their own – as well as minimal crossing number in a projection being highly relevant – with basically no prompting from me. I’m impressed.
At the start of the German Year of Mathematics, the Oberwolfach research institute has released an exhibition and the software they used to produce it. The software, surfer, is a really nice GUI that sits on top of surf and lets you rotate and zoom your algebraic surfaces as well as pick colours very comfortably.
They have a whole bunch of Really Pretty Images at the exhibition website, and I warmly recommend a visit. If you can get hold of the exhibition, they also have produced real models – with a 3d-printer – of some of the snazzier surfaces, so that one could have a REALLY close encounter with them.
But also, I’d really like to show you some of my own minor experiments with the program.

This is the interior of a Klein Bottle, using the “standard” realization as an algebraic surface given by Mathworld. In other words, I’m using
(x^2+y^2+z^2+2*y-1)*((x^2+y^2+z^2-2*y-1)^2-8*z^2)+16*x*z*(x^2+y^2+z^2-2*y-1)=0
for the defining equation. It kinda looks a bit like a Sousaphone in my opinion.
http://arxiv.org/abs/0707.1637
Just got accepted for publication in the Journal of Homotopy and Related Structures.
Damn, this feels good!
I’m exhausted.
I’m completely exhausted.
And I just got through the first day.
However, I also managed to meet up with S from the university interested in me. We had a really nice chat, and I feel rather good about it.
Other things done today – listened to an interesting talk generalizing Koszul algebras based on the highest degree ring generator of the Ext algebra. Listened to bits and pieces of a talk on Koszul and Verdier duality. Saw Flatland – The Movie (with Martin Sheen playing the main character, Arthur Square).
I also chatted with Cliff Stoll – whose sales pitch for the Klein Bottles is immensely entertaining; NSA – who don’t want me; Maplesoft – who are interested in me; Mathematica – who pointed me to their website; various e-Learning companies; and many many other exhibitors.
Also, got tired, hungry and WET. It’s bloody raining here.
In a recent column at The Chronicle of Higher Education, the columnist writes
I’m a latecomer to it, in part because I have a very hit-or-miss interest in new technologies. (I still don’t own a cell phone, for example, though I check my e-mail 4,000 times a day.)
Now. There are 24 hours in a day. 1 440 minutes. 86 400 seconds. Thus, checking e-mail 4 000 times in a day would require you to check your inbox every 21.6 seconds. Day and night.
Either the author is innumerate or hyperactive.
Today, I told my two bright students about abstract and geometric simplicial complexes, about the boundary map and the chain complex over a ring R associated with a simplicial complex Δ, and assigned them reading out of Hatcher’s Algebraic Topology.
The next couple of weeks will be spent doing homology of simplicial complexes, singular homology, equivalence of the two, neat things you can do with them; and then we’ll start moving towards a Borsuk-Ulam-y topological combinatorics direction.
I might end up pulling combinatorics papers from my old “gang” in Stockholm on graph complexes, and graph property complexes, and poke around those with them.
In a conversation on IRC, I started prodding at low-order wreath products. It turned out to be quite a lot of fun doing it, so I thought I’d try to expand it into a blog post.
First off, we’ll start with a definition:
The wreath product
is defined for groups G,H and a G-set X by the following data. The elements of
are tuples
. The trick is in the group product. We define

(or possibly with a lot of inverses sprinkled into those indices)
Consider, first, the case of
with the nontrivial G-action defined by gx=1, g1=x. We get 8 elements in the wreath product
. Thus, the group is one of the groups with 8 elements –
. We shall try to identify the group in question using orders of elements as the primary way of recognizing things. Consider an element ((x,y),z).
dynkin:~/magma> magma Magma V2.14-D250907 Wed Sep 26 2007 13:19:51 on dynkin [Seed = 1] Type ? for help. Type-D to quit. Loading startup file "/home/mik/.magmarc" > Attach("homotopy.m"); > Attach("assoc.m"); > Aoo := ConstructAooRecord(DihedralGroup(4),10); > S := CohomologyRingQuotient(Aoo`R); > CalculateHighProduct(Aoo,[x,y,x,y]); z > exit; Total time: 203.039 seconds, Total memory usage: 146.18MB
And this is one major reason for the lack of updates recently.
Trying to make the time until my flight leaves tomorrow go by, I played around a bit with the proof assistant Coq. And after wrestling a LOT with the assistant, I ended up being able to prove some pretty basic group theory results.
And this is how it goes:
Variable U : Set.
Variable m : U -> U -> U.
Variable i : U -> U.
Variable e : U.
Hypothesis ass : forall x y z : U, m x (m y z) = m (m x y) z.
Hypothesis runit : forall x : U, m x e = x.
Hypothesis rinv : forall x : U, m x (i x) = e.
This sets the stage. It defines a group as a group object in Set, but without the diagonal map. It produces a minimal definition – the left identity and inverse follow from the right ones, which we shall prove immediately.
ComplexZeta asked me about the origins of my intuitions for homological algebra in my recent post. The answer got a bit lengthy, so I’ll put it in a post of its own.
I find Weibel very readable – once the interest is there. It’s a good reference, and not as opaque as, for instance, the MacLane + Hilton-Stammbach couplet can be at points.
The interest, however, is something I blame my alma mater for. Once upon a time, Jan-Erik Roos went to Paris and studied with Grothendieck. When he got back, he got a professorship at Stockholm University without having finished his PhD. He promptly made sure that nowadays (when he’s an Emeritus stalking the halls) there is not a single algebraist at Stockholm University without some sort of intuition for homological algebra.
I seem to have become the Goto-guy in this corner of the blogosphere for homological algebra.
Our beloved Dr. Mathochist just gave me the task of taking care of any readers prematurely interested in it while telling us all just a tad too little for satisfaction about Khovanov homology.
And I received a letter from the Haskellite crowd – more specifically from alpheccar, who keeps on reading me writing about homological algebra, but doesn’t know where to begin with it, or why.
I have already a few times written about homological algebra, algebraic topology and what it is I do, on various levels of difficulty, but I guess – especially with the carnival dry-out I’ve been having – that it never hurts writing more about it, and even trying to get it so that the non-converts understand what’s so great about it.
So here goes.
They simply do not end. Now, Cornell grads and pre-grads have started the Everything Seminar – which has absolutely brilliant discussions about the forbidden minor theorem in graph theory as well as a fascinating overview over constructing homological algebra as embedded in the theory of modules over
.
Connected to this comes the observation that by constructing calculus using the tricks used in synthetic differential geometry, we end up with – again – modules over
, and some very fascinating discussions are sparked as to subtle and interesting connections between these two viewpoints!
How on earth I am going to keep up with the interesting sprouting discussion group blogs I shall never know. Maybe it’s getting to the point where we’ll start an
-blog?
All the cool kids are doing it, so I’ll tag in too.
There’s a secret blogging seminar going on. And the people seem to be writing interesting things – what little they managed to write before the hushed rumour mill started.
IMPORTANT: Note that the implementation herein is severely flawed. Do not use this.
One subject I spent a lot of time thinking about this spring was taking tensor products of A∞-algebras. This turns out to actually already being solved – having a very combinatorial and pretty neat solution.
Recall that we can describe ways to associate operations and homotopy of associators by a sequence of polyhedra Kn, n=2,3,.., called the associahedra. An A∞-algebra can be defined as being a map from the cellular chains on the Associahedra to n-ary endomorphisms of a graded vector space.
If this was incomprehensible to you, no matter for this post. The essence is that by figuring out how to deal with these polyhedra, we can figure out how to deal with A∞-algebras.
In about 23 hours, I’ll step on to the train in Jena, heading for T’bilisi, Georgia.
On Monday, I’ll give a talk on my research into
-structures in group cohomology. If you’re curious, I already put the slides up on the web.
I’ll try to blog from T’bilisi, but I don’t know what connectivity I’ll have at all.
Today, with my bright topology 9th-graders, we discussed homotopy equivalence of spaces and the fundamental groupoid. In order to get the arguments sorted out, and also in order to give my esteemed readership a chance to see what I’m doing with them, I’ll write out some of the arguments here.
I will straight off assume that continuity is something everyone’s comfortable with, and build on top of that.
We say that two continuous maps, f,g:X→Y between topological spaces are homotopical, and write
, if there is a continuous map
such that H(x,0)=f(x) and H(x,1)=g(x). This captures the intuitive idea of step by step nudging one map into the other in formal terms.
Two spaces X,Y are homeomorphic if there are maps
,
such that
and
.
Two spaces X,Y are homotopy equivalent if there are maps
,
such that
and
.
The website/forumsite Mathetreff, run by the Bezirksregierung (region government) Düsseldorf, just performed a mail interview with me.
Here it is, translated to english, for your enjoyment.
MT: Dear Mr. Johansson, you are an expert on mathematics blogs. Thus first off a double question: What is a blog, and what do you do in your algebra blog?
MJ: A blog, or weblog as the name started, is basically just a comfortable way to publish texts sequentially on the web. As such blogs aren’t much more than websites with administration aids. The interesting starts when you involve interactions – comments on the texts or easy linking between different blogs.
For this, there are both many different blog softwares, that make these aspects easy accessible and automated, and many websites that network blogs. Thus, it happens that farreaching blog debates occur, where through a networking site several blog discuss or even fight over some question.
This post is dedicated to Janine Kühn and her Proseminar-lecture.
We had, in my first representation theory post, a mention of Maschke’s theorem. This states that if the characteristic of our field doesn’t divide the group order, then simple and irreducible mean the same thing.
Now, obviously, the actual proof you normally see first deals with a construction that works for when the characteristic doesn’t divide the group order – which uses 1/|G| at one point. So, what happens when this is impossible to work with? When the conditions of Maschke simply do not hold?
The very simplest answer is that then we can get modules that are glued together by simple modules with some meshing. Such that they aren’t direct sums any more. The ways we can glue together modules are through extensions – i.e. we can glue together A,C by forming a short exact sequence
0 → C → B → A → 0
and we’ll have that B is a module such that B/C=A. Now, the typical such module is the direct sum of A and C – and if Maschke holds, this is indeed all there is.
The basic tenet of representation theory is that we have some entity – the group representation theory takes a group, the algebra representation theory most often a quiver, and we look at ways to view the elements of the structure as endomorphisms of some vectorspace. The attentive reader remembers my last post on the subject, where
was given a group action by the rotations and reflections of a polygon surrounding the origin.
There is a way, suggested to me by Miles Gould in my last post, to unify all these various ways of looking at things in one: groups – and quivers – and most other things we care to look at are in fact very small category. For groups, it’s a category with one object, and one morphism/arrow for each group element, and such that the arrow you get by composing two arrows is the one corresponding to a suitable product in the group. A quiver is just a category corresponding to the way the quiver looks – with objects for all vertices, and arrows for all edges.
I just met up with the workgroup in the Deutsche Mathematikervereinigung (German Association of Mathematicians) with interest spanning “Information and Communication” – which turns out to mean that they care about libraries, about communicative tools for mathematicians, and spend their time thinking about these things, and meeting at conferences.
Met up with is to say participated in their workshop.
Stunned them all with the relevation that I blog. “Wow, a real, live blogger! Here!”
And promptly got elected to their executive committee.
Kinda unexpected result of going to a conference.
The fourth Carnival of Mathematics is up at EvolutionBlog.
Featured this time around are homological algebra, representation theory, Rubik’s cube solutions, Bernoulli processes, topology, number theory, and much much more.
Many interesting groups have a very geometrical definition: transformations that fix certain symmetries is one of the historical origins of group theory.
Thus, one of the most interesting classes of finite groups are the rotation and reflection symmetries of a regular polygon. These are called
, for a n-sided polygon. Thus, for a triangle, we can label the corners a,b,c, reading clockwise, and enumerate the possible transformations by the positions the corners end up in. Thus we get the elements:
identity: abc -> abc
τ: abc -> bca (rotation by 120 degrees)
τ2: abc -> cab
σ: abc -> acb (reflection fixing a)
στ: abc -> bac
στ2: abc -> cba
Now, if we fix one equilateral triangle – say the one spanned by the points
,
and
, then these transformations of the triangle can be extended to rotations and reflections of the entire 2-dimensional plane
. As such, we can write down matrices for the group elements, starting with
and

The rest of the group elements we can realize as matrices by just multiplying these with each other.
And it is with pride that I welcome you all to my first issue, and the third issue all in all, of the Carnival of Mathematics. I probably should apologize as well – my announcement stated March 8th, but that was before I really looked at the dates involved, so we did, alas, miss the international women’s day. We haven’t had quite the rush that Mark CC enjoyed, but we’ll make a good one even so.
First out, from the first half of our submissions, we have a grand tour of didactic topics, starting out with Michael Tang, who shows us why negative times negative is positive, with a touch of ring theory into the mix. Following that, Rebecca Newburn discusses equation solving strategies and Laurie Bluedorn takes a historical view on the age of introduction of formal arithmetic. To finish it up, jd2718 tells us about teaching complex numbers and your humble host has a manifesto of sorts about stimulating strong students.
Today, I started an experiment together with the local specialised secondary school. I’ll be taking care of two of their brightest students, meeting them roughly once a week, and taking them on a charge through algebraic topology. At the far end shimmers knot theory and other funky applications; and on the way there, I hope for many interesting spinoffs and avenues.
They got, today, Armstrong’s Basic Topology, and an extract from the German topology book by Jänich, and on monday, we shall go over the formal definition of topological spaces, and of continuous functions together.
I plan to keep updates on our progress here on the blog – with the questions I send them off with each meeting as well as some sort of discussion about how this setup is working out, if at all.
For the first trip, the questions I dumped in their laps were:
with the standard topology on
with the standard topology on
with the discrete topology
with the finite-complement topology
The second carnival of mathematics is up over at Good Math, Bad Math. It’s again a nice, good read. Go.
The third carnival of mathematics is to be hosted by yours truly on the International Women’s Day (maybe we can get a theme going? Women in mathematics, anyone?). Submissions to me directly or over the submission form.
Over at Alon’s place, Abstract Nonsense, the first issue of the forthnightly Carnival of Mathematics is up.
Go there. Read. There’s a LOT of good blog posts there.
I have previously calculated the A∞-structure for the cohomology ring of D8. Now, while trying to figure out how to make my work continue from here, I tried working out what algebra this would have come from, assuming that I can adapt Keller’s higher multiplication theorem to group algebras.
A success here would be very good news indeed, since for one it would indicate that such an adaptation should be possible, and for another it would possibly give me a way to lend strength both to the previous calculation and to a conjecture I have in the calculation of group cohomology with A∞ means.
So, we start. We recover, from the previous post, the structure of the cohomology ring as k[x,y,z]/(xy), with x,y in degree 1, and z in degree 2. Furthermore, we have a higher operation, m4, with m4(x,y,x,y)=m4(y,x,y,x)=z.