Math Problem Statement

If a, b are elements of a monoid M and a * b = b * a. Show that (a * b) * (a * b) = (a

  • a) * (b * b).

Solution

We are tasked with proving that if aa and bb are elements of a monoid MM, and they commute, meaning ab=baa * b = b * a, then (ab)(ab)=(aa)(bb)(a * b) * (a * b) = (a * a) * (b * b).

Proof:

We know the following:

  • aa and bb are elements of a monoid MM, so there exists an associative binary operation * (denoted as multiplication for simplicity).
  • The identity element of the monoid is denoted as ee, and the operation is associative: x(yz)=(xy)zx * (y * z) = (x * y) * z for any x,y,zMx, y, z \in M.
  • It is also given that aa and bb commute, i.e., ab=baa * b = b * a.

We need to show:

(ab)(ab)=(aa)(bb)(a * b) * (a * b) = (a * a) * (b * b)

Left-hand side:

We start by expanding (ab)(ab)(a * b) * (a * b) using the associativity of the monoid operation:

(ab)(ab)=a(b(ab))(a * b) * (a * b) = a * (b * (a * b))

Since ab=baa * b = b * a by assumption (commutativity), we can replace bab * a with aba * b:

a(b(ab))=a((ba)b)=a((ab)b)a * (b * (a * b)) = a * ((b * a) * b) = a * ((a * b) * b)

Now use the associativity of the operation again:

a((ab)b)=(aa)(bb)a * ((a * b) * b) = (a * a) * (b * b)

Thus, the left-hand side simplifies to (aa)(bb)(a * a) * (b * b).

Conclusion:

Since both the left-hand side and right-hand side are equal, we have shown that:

(ab)(ab)=(aa)(bb)(a * b) * (a * b) = (a * a) * (b * b)

The proof is complete.


Would you like more details, or have any questions?

5 Related Questions:

  1. What properties must a set and operation satisfy to form a monoid?
  2. How does commutativity affect the structure of a monoid?
  3. Can you prove a similar identity for semigroups, where an identity element is not required?
  4. How would the proof change if aa and bb did not commute?
  5. Can you extend this result to higher powers of aba * b?

Tip:

Remember that commutativity simplifies many algebraic operations, but it's not guaranteed in all algebraic structures like monoids or groups. Always verify commutativity before using it!

Ask a new question for Free

By Image

Drop file here or Click Here to upload

Math Problem Analysis

Mathematical Concepts

Algebra
Abstract Algebra
Monoid
Commutativity
Associativity

Formulas

(a * b) * (a * b) = (a * a) * (b * b)

Theorems

Associative Property of Monoids
Commutative Property

Suitable Grade Level

Undergraduate Mathematics