Let’s demonstrate the difference. Pinter asks: "Prove that a group G is abelian if and only if (ab)² = a²b² for all a, b in G."
Standard (Bad) Solution:
"True. Cancel a and b. QED."
The "Better" Solution (Excerpt):
Heuristic: We need to prove two directions. Forward: If G is abelian, does the square property hold? Backward: If the square property holds, must G be abelian?
Forward direction (Abelian → Square property): Assume G is abelian, so ab = ba. Compute (ab)² = (ab)(ab). Since G is abelian, we can reorder: a(ba)b = a(ab)b = (aa)(bb) = a²b². Done.
Backward direction (Square property → Abelian): Assume (ab)² = a²b² for all a, b. Expand left: abab = aabb. Now, left-multiply both sides by a⁻¹: (a⁻¹)abab = (a⁻¹)aabb → (identity) bab = abb. Now, right-multiply both sides by b⁻¹: bab(b⁻¹) = abb(b⁻¹) → ba = ab. a book of abstract algebra pinter solutions better
Critical Step: Notice we used associativity implicitly. Also, note that this proof works for any group, finite or infinite. Common mistake: Students try to "cancel" a and b from the middle without using the inverse multiplication carefully. Always multiply on the extreme left or right.
Conclusion: The two conditions are equivalent. This is a standard trick: squaring preserving structure implies commutativity.
See the difference? The "better" solution teaches the trick—multiplying by inverses on the flanks—which you can now apply to 20 other problems (e.g., proving (ab)⁻¹ = b⁻¹a⁻¹). Let’s demonstrate the difference
What you need: Not the answer. A hint. Better strategy: Use the Pinter Index of Hints (self-made).
"Pinter [chapter] [problem number] hint" instead of "solution." Reddit’s r/learnmath and Math StackExchange are goldmines for partial nudges.A Book of Abstract Algebra by Charles C. Pinter is widely considered one of the most accessible and well-written introductions to the subject. Unlike many "dry" math textbooks that focus on theorem-proof-theorem, Pinter focuses on motivation, history, and the "why" behind the structures.
However, the book is famous for its exercises—they are excellent but can be deceptively challenging. If you have searched for "better" solutions, you are likely looking for answers that are clearer, more detailed, or correct errors found in unofficial repositories. The "Better" Solution (Excerpt):
This guide covers how to find high-quality solutions and, more importantly, how to use them to actually learn the material.
Charles C. Pinter’s A Book of Abstract Algebra (2nd ed., Dover, 2010) is widely praised for its accessible style, clever exercises, and unique “cycles” approach to group theory. However, students often find that existing solution materials—official or crowdsourced—fall short pedagogically. This paper examines what constitutes a “better” solution set for Pinter’s text, analyzing the limitations of current resources, the cognitive needs of learners in abstract algebra, and the design principles that transform a simple answer key into a genuine learning tool.