Do You Know This Idempotent?
Posted by Tom Leinster
Here’s something extremely elementary. Given a map from a finite set to itself, the set of iterates
contains precisely one idempotent. What does this idempotent do?
It’s easy to say what its image is: it’s the set of periodic points. But I’m having a harder time understanding the idempotent itself — that is, how it acts on the set concerned.
Can you give an abstract account of where this idempotent comes from? Do you know an alternative way of computing it to the one below? Do you have any other insight?
Here’s the (easy) proof that there is exactly one idempotent of the form (). The proof also shows how to construct it.
Proposition Let be an endomorphism of a finite set . Then the set
contains exactly one idempotent.
This doesn’t say that there is exactly one such that is idempotent. Rather, it says that there is at least one such , and that if and are both idempotent then . In fact, there are always infinitely many such that is idempotent.
Proof Existence: since is finite, we may choose such that . Then for all multiples of , and so for all and all multiples of . Choose such that and is a multiple of , as we clearly may (e.g. ). Then is idempotent.
Uniqueness: suppose that and are idempotent. Since , we have , that is, . Similarly, . So .
(You could recast this result as ‘every element of a finite semigroup has a unique idempotent power’. Nothing is gained or lost by doing this, since by the usual Cayley/Yoneda-type argument, every finite semigroup embeds into the endomorphism semigroup of some finite set.)
Let’s write for our idempotent, and let’s call it the idempotent power of . I said earlier that the image of is the set of periodic points of . The proof is easy. One way round, anything in the image of is a fixed point of , so it’s a periodic point of . The other way round, let be a periodic point of , with , say; then
so is in the image of .
So, the idempotent power of an endomorphism takes any point and turns it into a periodic point. But how? Consider, for instance, the following endomorphism of :
The periodic points are 1 and 2, so the idempotent power of must send 0 to either 1 or 2. But which one? Of course, the computation is easy in this example: the idempotent power of is , and . But why? It’s not, for instance, the first periodic point that shows up in the trajectory
of 0. Do you know a way of looking at the diagram
and concluding, without serious calculation, that the idempotent power sends 0 to 2?
To ask more or less the same question in a couple of other ways:
- Given an , is there a way to compute its idempotent power without first computing an such that is idempotent?
- Does the process of turning an endomorphism into its idempotent power have some universal property?
This seems like it should be extremely elementary stuff. Nevertheless, I don’t know how to answer any of these questions.
Re: Do You Know This Idempotent?