Low Level Abstract Algebra Question

PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


Let ab=a and ba=b, show that a^2 = a and that b^2 = b

Homework Equations


none

The Attempt at a Solution


Not sure if I did this correct.. but here is what I did.

Given:
ab = a. Multiply both by left hand multiplication by a^-1
a^-1*a*b = 1. where a^-1*a is obviously the identity.
so b = 1.

Given:
ba = b. Multiply both by left hand multiplication by b^-1.
b^-1*b*a = 1
1a=1
a=1
so a =1.

If b = 1 and a=1, then b^2 = 1 and a^2 = 1, so a^2 = a and b^2 = 2. Did I do this correctly?
 
Physics news on Phys.org
What if you combined them. a=ab and b=ba.
ab=abba, ba=baab.
Can you do anything with those?
(Edit) Or maybe other combinations might work to show the point.
 
PsychonautQQ said:

Homework Statement


Let ab=a and ba=b, show that a^2 = a and that b^2 = b

Homework Equations


none

The Attempt at a Solution


Not sure if I did this correct.. but here is what I did.

Given:
ab = a. Multiply both by left hand multiplication by a^-1
a^-1*a*b = 1. where a^-1*a is obviously the identity.
so b = 1.

Given:
ba = b. Multiply both by left hand multiplication by b^-1.
b^-1*b*a = 1
1a=1
a=1
so a =1.

If b = 1 and a=1, then b^2 = 1 and a^2 = 1, so a^2 = a and b^2 = 2. Did I do this correctly?

What kind of algebraic structure are you dealing with? If it's a group under multiplication then it's as easy as you say. If it's not a group (and I suspect it's not) then you'd better tell us.
 
PsychonautQQ said:

Homework Statement


Let ab=a and ba=b, show that a^2 = a and that b^2 = b

Homework Equations


none

The Attempt at a Solution


Not sure if I did this correct.. but here is what I did.

Given:
ab = a. Multiply both by left hand multiplication by a^-1
a^-1*a*b = 1. where a^-1*a is obviously the identity.
so b = 1.

Given:
ba = b. Multiply both by left hand multiplication by b^-1.
b^-1*b*a = 1
1a=1
a=1
so a =1.

If b = 1 and a=1, then b^2 = 1 and a^2 = 1, so a^2 = a and b^2 = 2. Did I do this correctly?

If ##a## and ##b## are elements of a ring, then there is no guarantee they have multiplicative inverses. So you can't necessarily do what you did. For example, take ##R## to be the ring of ##2\times2## matrices with $$a=\begin{pmatrix}1&1\\0&0\end{pmatrix}\ \text{ and }\ b=\begin{pmatrix}0&0\\1&1\end{pmatrix}$$ You get ##ab=a## and ##ba=b##, but neither matrix is invertible, and neither is the identity.

I recommend you start with ##a^2=abab## and ##b^2=baba## and see if you can't use ##ab=a## and ##ba=b## to whittle down the right-hand sides of those equalities until you're left with what you need.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top