Feeds:
Posts
Comments

Archive for June, 2013

Cantor’s theorem is somewhat infamous as a mathematical result that many non-mathematicians have a hard time believing. Trying to disprove Cantor’s theorem is a popular hobby among students and cranks; even Eliezer Yudkowsky1993 fell into this trap once. I think part of the reason is that the standard proof is not very transparent, and consequently is hard to absorb on a gut level.

The goal of this post is to present a rephrasing of the statement and proof of Cantor’s theorem so that it is no longer about sets, but about a particular kind of game related to the prisoner’s dilemma. Rather than showing that there are no surjections X \to 2^X, we will show that a particular kind of player in this game can’t exist. This rephrasing may make the proof more transparent and easier to absorb, although it will take some background material about the prisoner’s dilemma to motivate. As a bonus, we will almost by accident run into a proof of the undecidability of the halting problem.

(more…)

Read Full Post »

Previously we looked at several examples of n-ary operations on concrete categories (C, U). In every example except two, U was a representable functor and C had finite coproducts, which made determining the n-ary operations straightforward using the Yoneda lemma. The two examples where U was not representable were commutative Banach algebras and commutative C*-algebras, and it is possible to construct many others. Without representability we can’t apply the Yoneda lemma, so it’s unclear how to determine the operations in these cases.

However, for both commutative Banach algebras and commutative C*-algebras, and in many other cases, there is a sense in which a sequence of objects approximates what the representing object of U “ought” to be, except that it does not quite exist in the category C itself. These objects will turn out to define a pro-object in C, and when U is pro-representable in the sense that it’s described by a pro-object, we’ll attempt to describe n-ary operations U^n \to U in terms of the pro-representing object.

The machinery developed here is relevant to understanding Grothendieck’s version of Galois theory, which among other things leads to the notion of étale fundamental group; we will briefly discuss this.

(more…)

Read Full Post »

Previously we described n-ary operations on (the underlying sets of the objects of) a concrete category (C, U), which we defined as the natural transformations U^n \to U.

Puzzle: What are the n-ary operations on finite groups?

Note that U is not representable here. The next post will answer this question, but for those who don’t already know the answer it should make a nice puzzle.

Read Full Post »

Groups are in particular sets equipped with two operations: a binary operation (the group operation) (x_1, x_2) \mapsto x_1 x_2 and a unary operation (inverse) x_1 \mapsto x_1^{-1}. Using these two operations, we can build up many other operations, such as the ternary operation (x_1, x_2, x_3) \mapsto x_1^2 x_2^{-1} x_3 x_1, and the axioms governing groups become rules for deciding when two expressions describe the same operation (see, for example, this previous post).

When we think of groups as objects of the category \text{Grp}, where do these operations go? They’re certainly not morphisms in the corresponding categories: instead, the morphisms are supposed to preserve these operations. But can we recover the operations themselves?

It turns out that the answer is yes. The rest of this post will describe a general categorical definition of n-ary operation and meander through some interesting examples. After discussing the general notion of a Lawvere theory, we will then prove a reconstruction theorem and then make a few additional comments.

(more…)

Read Full Post »