(math) Equivalence relation properties are just group axioms
The necessary definitions
We can talk about groups as a collection of symmetries but the formal way is to define them axiomatically. Here are the group axioms for a group which has multiplication defined by for :
G1. (Closure): For every ,
G2. (Associativity): For every , we have .
G3. (Identity): There exists an element such that for all , we have .
G4. (Inverses): For each , there exists a such that .
We can show that the identity element is unique and the inverses are unique with relative ease. If you have seen groups, then I will take for granted that you have heard about equivalence relations. Given a set , we can define an equivalence relation if the following conditions are satisfied:
R1. (Reflexivity): For all ,
R2. (Symmetry): For all , if then .
R3. (Transitivity): For all , if and , then .
These two notions are more related than they look on the surface and we can formalize that they are the same using group actions. A group action is just a permutation of the elements of some set arising by multiplication by a group element . For instance, given the set , the element can add 2 to each element (modulo 7) and we have , which is just the previous set but shuffled. In fact, we can define the action on elements such as .
Using group actions
The main idea is to visualize the pair as a process where we start at and end at . We denote this by . So every pair is representing a responsible for sending to . We call the set of such maps for foreshadowing reasons.
If we want the set of pairs to be an equivalence relation, we need to have a that maps all 's to themselves. So, we define for all , which is exactly the identity element of a group!
To have symmetry, for each , we must have an which maps back to . This is the same as finding inverses within the group!
Transitivity puts up more of a fight as we wrangle the meaning out of it. It says that if I have and in , then I can find in . This sounds a lot like closure, where I can multiply and and find in . I claim that this is more than just closure, and transitivity actually encodes the action of multiplication itself using pairs. When two pairs of the form and are lined up together (using the AND operator, say), then multiplication can occur in the universe of groups. Transitivity even comes with associativity built in.
O ye of little faith
We have been a bit sloppy in our exposition above as might not necessarily represent a unique element but rather a coset of elements. As an example, both the identity element and the transposition in preserve the set . We can solve this by making sure our group action is faithful which means that if , then . This is not necessary but helps with making the proofs simpler in this case.
We also need that each corresponds to some . This is somewhat like transitivity.
What is equality?
The question that stands before us before we do any proofs in this new language is what does in the group universe correspond to in the proposition universe? I am not sure.
(to be continued...)