Proof showing group is abelian?

  • Thread starter Thread starter SMA_01
  • Start date Start date
  • Tags Tags
    Group Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
11 replies · 5K views
SMA_01
Messages
215
Reaction score
0
Proof showing group is abelian?

Homework Statement



Show that every group G with identity e such that x*x=e for all x in G is abelian.





The Attempt at a Solution



I know that Ii have to show that it's commutative. I start by taking x,y in G and then xy is in G, so

x*x=e
y*y=e,
so (x*y)*(x*y)=e

I'm not sure where to go from here to show that it's commutative...any help is appreciated. Thank you.

I'm not sure where to go from here
 
Physics news on Phys.org


@jbunniii- That's the part I'm a bit confused about, would I use the inverses in this case?
 


I see what you mean, so x=e? Thank you!
 


SMA_01 said:
I see what you mean, so x=e? Thank you!

No...

x*x = e does not necessarily imply that x = e. If it did, then there would only be one element in this group, namely e.

Think about inverses. If x * x = e, then what is the inverse of x?
 


Suppose that x' denotes the inverse of x,

then by definition of inverse x*x'=e. Are you implying that the binary operation is on x with its inverse? Or maybe x is equal to its own inverse? Maybe I'm off on some tangent here sorry...
 


Use the fact that your group operation must be assosiative, then try and use the fact that x*x=e and y*y=e

Do you know what it means for a group to be abelian?
 


SMA_01 said:

Homework Statement



Show that every group G with identity e such that x*x=e for all x in G is abelian.





The Attempt at a Solution



I know that Ii have to show that it's commutative. I start by taking x,y in G and then xy is in G, so

x*x=e
y*y=e,
so (x*y)*(x*y)=e

I'm not sure where to go from here to show that it's commutative...any help is appreciated. Thank you.

I'm not sure where to go from here

Basically x=x^-1 for all x in G, so xy=x^-1y^-1=(yx)^-1=yx
 


SMA_01 said:
Suppose that x' denotes the inverse of x,

then by definition of inverse x*x'=e. Are you implying that the binary operation is on x with its inverse? Or maybe x is equal to its own inverse? Maybe I'm off on some tangent here sorry...

Right, x*x = e means that x is its own inverse. This is true for every element in the group. So if

(x * y) * (x * y) = e

then multiplying each side on the left by x and applying associativity gives

(x * x) * y * x * y = x * e

and since x * x = e, the term in parentheses vanishes and you're left with

y * x * y = x

Now proceed to the next logical step.