Understanding Groups in Algebra: A Question of Closure and Inverses

AI Thread Summary
The discussion focuses on understanding the concept of groups in algebra, specifically examining two sets with defined operations to determine if they satisfy group axioms. The first set, rational numbers excluding -1 with the operation x o y = x + y + xy, raises questions about closure, identity, and inverses. The second set, integers that are multiples of a fixed integer d with addition, is confirmed to be a group by demonstrating that it meets all group properties. Participants clarify how to apply the group axioms to the first set and emphasize the importance of verifying closure, identity, and inverses. The conversation concludes with a participant expressing satisfaction after receiving the needed clarification.
wubie
Hello,

I just started doing groups in my algebra class and I am struggling with the abstraction of it as usual.

Here is how my class defines a group:

A group is a nonempty set G with a binary operation "o" such that for all of x,y,z which are elements of the group the following holds:

(P0) If x and y are elements of G, then x o y are elements of G.
(P1) x o (y o z) = (x o y) o z
(P2) There's a u which is an element of G such that u o x = x = x o u
(P3) For every x which is an element of G there is an x-1 such that x o x-1 = u and x-1 o x = u.


Here is my question:

Which of the following are groups? Justify your answer.


iii) The set of all rational numbers except -1, with the operation o defined by x o y = x + y + xy.

iv) The set of all integers that are multiples of a fixed integer d, with the operation of addition.


I think I have iv). I believe it is a group.

By (P0), let t = xd and u =yd where x and y are elements of Z. Then u + t = xd + yd = d(x + y).

By (P1) let p = wd, t = xd and u =yd. Then p + (t + u) = (p + t) + u

By (P2) let u = 0*d and t = xd then t + u = 0*d + xd = 0 + xd = xd and vice versa.

By (P3) Let t = xd and w = -xd then t + w = u = w + t.


Now for iii), I am not sure if I understand the situation.

I think that addition by rationals results in rationals. I also think that addition of rationals are associative. But I am not sure how to apply P2 and P3 especially since I am not sure how to interpret

the operation o defined by x o y = x + y + xy

and how to apply the axioms P2 and P3 to it.

It may seem obvious to others, but it is not obvious to me (sometimes I have to read the most elementry passages many times and wait for a period of time before I absorb it). Perhaps someone who understands the situation can reword it for me? It may help me understand it better.


Any help is appreciated. Thankyou.
 
Last edited by a moderator:
Physics news on Phys.org
x o y is just infix notation for an arbitrary binary function. The group axioms could be rewritten as:

A group is a nonempty set G with a binary function f such that for all x, y, z in G:

f(x, y) is in G
f(x, f(y, z)) = f(f(x, y), z)
there exists a u such that f(u, x) = x = f(x, u)
For every x there is a w such that f(x, w) = u = f(w, x)


And for problem iii), f(x, y) is defined to be x + y + xy


The infix notation is typcially used because it is easier to read and emphasizes the analogy between group/ring operations and ordinary addition/multiplication.
 
To show that a set with a given operation is a group you must show that each of the "rules" is satisfied.

Yes, it is true that the sum of two rational number is a rational number and that the product of two rational numbers is a rational number (just look at a/b+ c/d and (a/b)(c/d)) so the rationals with "x+ y+ xy" is closed under this operation.

To determine if there exist an identity (your "there exists a u such that f(u, x) = x = f(x, u)") you need to look at x+ u+ xu= x. Can you solve for u? Is it independent of x?

To determine if each member has an inverse (your "For every x there is a w such that f(x, w) = u = f(w, x)") you need to look at
x+ w+ xw= u (u is the number you determined above. Of course, if there was no such number you are finished.). Can you solve for w? (It will, in general, depend on x.)

The "associative law" (x o (y o z) = (x o y) o z) is typically the hardest thing to show.

xo (yoz)= xo(y+ z+ yz)= x+ (y+z+ yz)+ x(y+ z+ yz)

(x o y)o z= (x+ y+ xy)o z= (x+ y+ xy)+ z+ (x+ y+ xy)z

Are those the same?
 
Thank you Hurkyl and Hallsofivy.

That was exactly what I needed to finish the question.

Cheers.
 
I multiplied the values first without the error limit. Got 19.38. rounded it off to 2 significant figures since the given data has 2 significant figures. So = 19. For error I used the above formula. It comes out about 1.48. Now my question is. Should I write the answer as 19±1.5 (rounding 1.48 to 2 significant figures) OR should I write it as 19±1. So in short, should the error have same number of significant figures as the mean value or should it have the same number of decimal places as...
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanging mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top