Group Theory: Is the following a valid Group?

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
7 replies · 2K views
sa1988
Messages
221
Reaction score
23

Homework Statement



Is the following a valid group?

The values contained in the set of all real numbers ℝ, under an operation ◊ such that x◊y = x+y-1

Homework Equations



Axioms of group theory:
Closure
Associativity
There must exist one identity element 'e' such that ex=x for all x
There exists an inverse 'y' for every element such that xy = yx = e

The Attempt at a Solution



Testing of each axiom:

Closure: All x◊y will give a value existing in ℝ. Closure holds.

Associativity: Test: x◊y◊z
= x◊(y◊z) = x◊(y+z-1) = x+y+z-2
= (x◊y)◊z = (x+y-1)◊z = x+y+z-2
Associativity holds.

Identity: e◊x = x
Group definition says e◊x = e+x-1.
Hence, e◊x = e+x-1 = x
This is true for all x when e = 1
There is an identity

Inverses: x◊y = y◊x = e = 1
Meaning, x+y-1 = y+x-1
x,y∈ℝ so the additive property defined by operation ◊ means that all elements will be able to have an inverse in ℝ such that x◊y=e
Inverses exist

Final answer, YES THIS IS A GROUP.

So, that's my attempt at an answer. However I don't know if I've really gone about it the right way, or even if I'm correct. Thoughts?

Thanks.
 
Physics news on Phys.org
sa1988 said:

Homework Statement



Is the following a valid group?

The values contained in the set of all real numbers ℝ, under an operation ◊ such that x◊y = x+y-1

Homework Equations



Axioms of group theory:
Closure
Associativity
There must exist one identity element 'e' such that ex=x for all x
There exists an inverse 'y' for every element such that xy = yx = e

The Attempt at a Solution



Testing of each axiom:

Closure: All x◊y will give a value existing in ℝ. Closure holds.

Associativity: Test: x◊y◊z
= x◊(y◊z) = x◊(y+z-1) = x+y+z-2
= (x◊y)◊z = (x+y-1)◊z = x+y+z-2
Associativity holds.

Identity: e◊x = x
Group definition says e◊x = e+x-1.
Hence, e◊x = e+x-1 = x
This is true for all x when e = 1
There is an identity

Inverses: x◊y = y◊x = e = 1
Meaning, x+y-1 = y+x-1
x,y∈ℝ so the additive property defined by operation ◊ means that all elements will be able to have an inverse in ℝ such that x◊y=e
Inverses exist

Final answer, YES THIS IS A GROUP.

So, that's my attempt at an answer. However I don't know if I've really gone about it the right way, or even if I'm correct. Thoughts?

Thanks.
I don't see anything wrong with what you did, although I have to admit it's been many years since I did this stuff.
 
Well, that's a positive enough response for now! Thanks :)
 
Thanks, I've gone over it and written:

x◊y = x+y-1 = e = y+x-1 = y◊x
Meaning
y = e+1-x
which is true and different for all x because it only uses addition to create the inverse
 
HallsofIvy said:
Didn't you just show that e= 1? So you are saying that if y= 1+ 1- x= (1+ 1)- x= 2- x then x◊ y= x+ y- 1= x+ (2- x)- 1= 1.

I wasn't sure if I was 'allowed' to do a proof with e=1, or if I was supposed to keep it as 'e' so it's more general.

As I'm primarily a physics student, I haven't really done much on proofs before.

If the 'e=1' method is fine then I'll certainly use it! :biggrin:
 
You can and should use it. The equality ##e=1## means that the symbols ##e## and ##1## represent the same element of the set. If they represent the same element, then the expression ##e+1-x## must represent the same element as the expression ##2-x##. In other words, since ##e=1##, we have ##e+1-x=2-x##.

Since you have completed the solution, I'll show you mine. It's essentially the same as yours.

For all ##x,y,z\in\mathbb R##, we have
$$(x\diamond y)\diamond z= (x+y-1)+z-1= x+(y+z-1)-1=x\diamond(y\diamond z).$$ So ##\diamond## is associative. For all ##x\in\mathbb R##, we have
$$x\diamond 1=x+1-1=x$$ and
$$1\diamond x=1+x-1=x.$$ So ##1## is an identity of ##\diamond##. Let ##x\in\mathbb R##. We have
$$x\diamond (2-x)=x+(2-x)-1=1$$ and
$$(2-x)\diamond x=(2-x)+x-1=1.$$ Since ##1## is an identity of ##\diamond##, this means that ##2-x## is an inverse of ##x##. Since ##x## is an arbitrary element of ##\mathbb R##, this means that every element of ##\mathbb R## has an inverse.