How can inverses be proven to exist in a group under *?

  • Thread starter Thread starter AdrianZ
  • Start date Start date
  • Tags Tags
    Group
AdrianZ
Messages
318
Reaction score
0

Homework Statement



Let G be a finite nonempty set with an operation * such that:
1. G is closed under *.
2. * is associative.
3. Given a,b,c in G with a*b=a*c, then b=c.
4. Given a,b,c in G with b*a=c*a, then b=c.

Prove that G must be a group under *.

The Attempt at a Solution



It's obvious that identity element satisfies the conditions 3 and 4, but I don't know whether that proves that the identity element is contained in G or not? moreover, How can I show that the inverse of any element in G is contained in G?
 
Physics news on Phys.org


You have to prove there IS an identity first. Start by picking any element g and defining f(x)=gx. Show using cancellation that f is an injective map from G->G. Since G is finite that makes it a bijection. So there exists an element e such that ge=g. Can you show eg=g? Can you show eh=he=h for ANY element of G, not just g?
 


Dick said:
Start by picking any element g and defining f(x)=gx. Show using cancellation that f is an injective map from G->G.
let's take f(x_1)=f(x_2), hence, g*x_1=g*x_2 and the third axiom implies x_1=x_2. that proves f is injective.
Since G is finite that makes it a bijection.
if I've understood you correctly then I disagree with this part, f can be injective and finite, and yet it fails to be surjective. It's obvious from the definition of f that it's bijective though, so let's continue.

So there exists an element e such that ge=g.
sounds fine.

Can you show eg=g?
sure, I just need to define f':G \to G , f(x)=xg and prove that f' is bijective. true?

Can you show eh=he=h for ANY element of G, not just g?
well, g was no sacred element and we had stated 'pick any element g in G'. Doesn't that already suffice to conclude that? all we need to do is that we should define a new f. so if we denote the dependence of f on g by f_g: G \to G that would be fine. right?

OK. so now it's also easy to verify that the inverse of any element exists, It deploys the same logic about bijectivity but I'm failing at formalizing it. Could you help please?
 


AdrianZ said:
let's take f(x_1)=f(x_2), hence, g*x_1=g*x_2 and the third axiom implies x_1=x_2. that proves f is injective.

if I've understood you correctly then I disagree with this part, f can be injective and finite, and yet it fails to be surjective. It's obvious from the definition of f that it's bijective though, so let's continue.


sounds fine.


sure, I just need to define f':G \to G , f(x)=xg and prove that f' is bijective. true?


well, g was no sacred element and we had stated 'pick any element g in G'. Doesn't that already suffice to conclude that? all we need to do is that we should define a new f. so if we denote the dependence of f on g by f_g: G \to G that would be fine. right?

OK. so now it's also easy to verify that the inverse of any element exists, It deploys the same logic about bijectivity but I'm failing at formalizing it. Could you help please?

f is bijective because G is finite. Since f is injective the image f(G) contains the same number of elements as G and is contained in G. And sure, for any two elements of the group g and h you can find elements such that g*e_g=g and h*e_h=h. But now you have to show e_g=e_h.
 


Dick said:
f is bijective because G is finite. Since f is injective the image f(G) contains the same number of elements as G and is contained in G.
Alright. I forgot that f was from G to G. that's right.
And sure, for any two elements of the group g and h you can find elements such that g*e_g=g and h*e_h=h. But now you have to show e_g=e_h.
Now I see what you mean. makes sense. I'll think about it.
How about proving the existence of inverses?
 


AdrianZ said:
Alright. I forgot that f was from G to G. that's right.

Now I see what you mean. makes sense. I'll think about it.
How about proving the existence of inverses?

Get inverses the same way you got an identity.
 
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