Proving a set under an operation is associative. (Abstract Algebra)

jdinatale
Messages
153
Reaction score
0

Homework Statement



godel.jpg


I'm trying to prove that this is a group. I already established elsewhere that it is a binary operation, so now I am onto proving associativity. I've tried many examples and so I'm confident it is associative, but now I just have to prove that.

The Attempt at a Solution



Let x, y, z \in G. Then x*(y*z) = x*(y + z - [y + z]) = x + y + z - [y + z] - [x + y + z - [y + z]]

Then (x*y)*z = (x + y - [x + y])*z = x + y + z - [x + y] - [x + y + z - [x + y]]

Now the problem is coming up with an equality to show this. We would have to show that [y + z] = [x + y]. I guess you could do a ton of cases where you show what happens when y + z \geq 1 and y + z < 1, same goes for x + y, but I'm now sure that even that would work.
 
Last edited:
Physics news on Phys.org
Did you see quotient groups?? Perhaps you can prove your structure to be isomorphic to

\mathbb{R}/\mathbb{Z}

Since the above is a group, it follows that your G is also a group.
 
micromass said:
Did you see quotient groups?? Perhaps you can prove your structure to be isomorphic to

\mathbb{R}/\mathbb{Z}

Since the above is a group, it follows that your G is also a group.

No, I've never seen a quotient group or the term isomorphic (although I know what isomorphic means). We haven't even defined a subgroup. This is only the third day of abstract algebra class and he hasn't gotten to either of those terms. We are suppose to be able to prove this just using definitions of a group, definitions of associativity, etc.

I would normally be up for the challenge of proving it using an alternate method like the one you suggested, but the assignment is due tomorrow and I have other assignments to do, so I won't have time to read up on the quotient group stuff yet.
 
jdinatale said:
No, I've never seen a quotient group or the term isomorphic (although I know what isomorphic means). We haven't even defined a subgroup. This is only the third day of abstract algebra class and he hasn't gotten to either of those terms. We are suppose to be able to prove this just using definitions of a group, definitions of associativity, etc.

I would normally be up for the challenge of proving it using an alternate method like the one you suggested, but the assignment is due tomorrow and I have other assignments to do, so I won't have time to read up on the quotient group stuff yet.

You can't show [x+y]=[x+z]. It's not true as you can see by making examples. What you can show is things like [x+[y]]=[x]+[y] when x and y are positive.
 
Dick said:
You can't show [x+y]=[x+z]. It's not true as you can see by making examples. What you can show is things like [x+[y]]=[x]+[y] when x and y are positive.

Thank you for responding in this thread and in my last one. I'm not sure how your example helps. I know you can't show that [x + y] = [x + z]...however, we would have to do this to show that these two equations are equal, since [x +y] and [x + z] are the only difference between the two equations.

Let x, y, z \in G. Then x*(y*z) = x*(y + z - [y + z]) = x + y + z - [y + z] - [x + y + z - [y + z]]

Then (x*y)*z = (x + y - [x + y])*z = x + y + z - [x + y] - [x + y + z - [x + y]]


I've tried a ton of examples, and I am almost certain that this is associative, but I'm not sure how to show the above equations are equal.
 
Look at [x+y+z-[y+z]] as [a-] where a=x+y+z and b=y+z.
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top