Definition: A group is a set with an associative (see below) function
, an element that we denote by
such that for any
,
, and such that for any
, there exists an element that we denote by
such that
.//
Thus a group is nothing but a set with a way of combining things, an element (called the identity (we can use “the” as opposed to “an” because we prove that identities are unique in lesson 23)) that doesn’t change things when it’s combined with them, and a way of “getting back to the identity” from any element (inverses).
By associative, we mean that for any , we have
. This simply means that “combining the first two, and then the third” is the same as “combining the last two, and then the first”. It most certainly does not necessarily mean that
, so be warned. For a more detailed introduction to groups, see lesson 22.