I'm new to Abstract Algebra and I'm trying to explain myself what a group really is. So far I've looked into a couple of books, read a little about groups here and there and this is what I've understood so far.
Symmetry: A symmetry of an object $O$ is a bijective function $s:O \to O$ i.e. $s(O)=O$
Intuitively, they are transformations that leave the shape of the object unchanged, they just shuffle around the pieces of the object.
Here, I've taken the object $O$ to be the set $O$ since it is my understanding that everything is a set.
Group: A group $G$ is collection of symmetries of the object $O$ satisfying:
- It has a symmetry which does nothing to the object $O$
- Every symmetry applied to $O$ can be reversed.
- Any sequence of symmetries applied to $O$ is also a symmetry of $O$ present in $G$
- Given a sequence of symmetries i.e. $s_1,s_2, s_3$, the order in which you apply this sequence of symmetries to $O$ doesn't matter i.e. $(s_1 \cdot s_2) \cdot s_3 = s_1 \cdot (s_2 \cdot s_3)$
Hence a Group is merely a "map" or some kind of "guide book" that tells you "how" the symmetries interact with each other and you can just throw away the object, you don't care about it.
Is my intuition so far correct? If there are any flaws in it, please point out. If you can improve on this intuition, please by all means.
Now my questions are,
- Why do you not care about the object?
- Given a group, how can I find the object that this group describes the symmetries of?
- Does every group describe symmetries of some object?