Recommendations for an "illuminating" (explained in the post) group theory/abstract algebra resource?

I think I am now finally in some position to answer this question, but my answer will still be updated with time.

Let me begin by stating that recognizing isomorphisms and homomorphisms as definitions in their own right is non-trivial, and historically took much time to develop. From Stillwell's Elements of Algebra (note that Stillwell is also the author of the equally fabulous Mathematics and its History):

The concepts of isomorphism and homomorphism emerged only gradually in algebra, being observed first for groups around 1830, for fields around 1870 and for rings around 1920. In his memoir on the solvability of equations, Galois [1831] implicitly analysed groups by means of homomorphisms...

The first to use the term "isomorphism" was Jordan, in his Traite des Substitutions [1870], the first textbook on group theory...Jordan used the word "isomorphism" for both isomorphisms and homomorphisms, but distinguished between the two by calling them "isomorphismes holoedriques" and "isomorphismes meriedriques" respectively.

I don't know why Jordan chose the words he did for those concepts, but I recently put up a question to figure out why.

It is curious to note that "homomorphism" is first used in Stillwell's Elements of Algebra in the context of rings, where:

...the structure of a ring can often be elucidated by a homomorphism onto a simpler ring - recall how we learned about the structure of $\mathbb{Z}$ in Chapter 2 by mapping it onto $\mathbb{Z}/n\mathbb{Z}$...

I suppose Stillwell's book is a little odd in general because it takes the reader from rings to fields, and then finally groups.

Anyway, let us now shift our attention to Pinter's A Book of Abstract Algebra. In Pinter's book, Groups are introduced in Chapter 3, but homomorphisms are first discussed as a concept in their own right in Chapter 14. Here, Pinter tell us:

...This notion of homomorphism is one of the skeleton keys of algebra, and this chapter is devoted to explaining it and defining it precisely.

It's not difficult to define homomorphisms precisely, but the fact that Pinter considers this concept to be deep, and its value not immediately apparent from its definition alone gives us hope. He continues (empahsis retained from text):

The function $f: \mathbb{Z} \mapsto P$ [where $P = \{e, o\}$] which carries every even integer to $e$ and every odd integer to $o$ is...a homomorphism from $\mathbb{Z}$ to $P$.

...Now, what do $P$ and $\mathbb{Z}$ have in common? $P$ is a much smaller group than $\mathbb{Z}$, therefore it is not surprising that very few properties of the integers are to be found in $P$. Nevertheless, one aspect of the structure of $\mathbb{Z}$ is retained absolutely intact in $P$, namely the structure of the odd and even numbers. (The fact of being odd or even is called the parity of integers.) In other words, as we pass from $\mathbb{Z}$ to P we deliberately lose every aspect of the integers except their parity; their parity alone (with its arithmetic) is retained, and faithfully preserved.

Another example will make this point clearer. Remember that $D_4$ is the group of the symmetries of the square.

enter image description here

Now, every symmetry of the square either interchanges the two diagonals here labeled 1 and 2, or leaves them as they were. In other words, every symmetry of the square brings about one of the permutations of the diagonals.

...$S_2$ is a homomorphic image of $D_4$. Now, $S_2$ is a smaller group than $D_4$, and therefore very few of the features of $D_4$ are to be found in $S_2$. Nevertheless, one aspect of the structure of $D_4$ is retained absolutely intact in $S_2$, namely the diagonal motions. Thus, as we pass from $D_4$ to $S_2$ we deliberately lose every aspect of plane motions except the motions of the diagonals; these alone are retained and faithfully preserved.

A final example may be of some help...The most basic way of transmitting information is to code it into strings of $0$s and $1$s, such as $0010111$, $1010011$, etc. [called "binary words"]...The symbol $\mathbb{B}_n$ designates the group consisting of all binary words of length $n$, with an operation of addition [bitwise OR]...

Consider the function $f: \mathbb{B}_7 \mapsto \mathbb{B}_5$ which consists of dropping the last two digits of every seven-digit word. This kind of function arises in many practical situations: for example, it frequently happens that the first five digits of a word carry the message while the last two digits are an error check. Thus, $f$ separates the message from the error check.

It is easy to verify that $f$ is a homomorphism, hence is a homomorphic image of $\mathbb{B}_7$. As we pass from $\mathbb{B}_7$ to $\mathbb{B}_5$, the message component of words in $\mathbb{B}_7$ is exactly preserved while the error check is deliberately lost.

Need I say more? No, I do not need to say more, but I will: Pinter's book is awesome. I surveyed a few abstract algebra books over the past month, and this is the only one I found that gives importance to the concept of isomorphism/homomorphism (quite common in algebra texts), and helps give the reader a flavour of why the concept is important (very rare in algebra texts).

If you find more books that pass the "how well do they explain homomorphisms?" litmus test, please share!


Something extra, to complete the picture of homomorphisms: it is a very good strategy, when studying something complex, to identify and label only the most salient features of the structure we are interested in. Here is some justification for this from a problem solving perspective, in a lecture by Edsger Dijkstra (the Dijkstra in Dijkstra's algorithm; just check out the goat, wolf and cabbage example, which is the very first one): https://www.youtube.com/watch?v=0kXjl2e6qD0

More from Edsger Dijkstra: http://www.cs.utexas.edu/~EWD/