Proof of x^a Inverse in Arbitrary Multiplicative Group

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 2K views
icantadd
Messages
109
Reaction score
0

Homework Statement



x is in the arbitrary multiplicative group, and a,b are positive integers.
given that
[tex]x^{a+b} = x^ax^b[/tex] and [tex](x^a)^b =x ^{ab}[/tex]
show
that
[tex](x^a)^-1 = x^{-a}[/tex]

Homework Equations


na



The Attempt at a Solution


Induction:

I) (x)^{-1} = x ^{-1}
II) Assume [tex](x^n)^{-1} = x^{-n}[/tex], to prove that [tex](x^{n+1})^{-1} = x^{-(n+1)}[/tex].

[tex](x^{n+1})^{-1}) = (x^nx)^{-1} = x^{-1}x^{-n} = x^{-n-1}[/tex]

Is the last step justified?
 
Physics news on Phys.org
icantadd said:
Is the last step justified?
Seeing how you didn't provide a justification, no. :wink:

More seriously, if you cannot see a rigorous reason why that last step should be true, then you definitely haven't written a valid proof.
 
Hurkyl said:
Seeing how you didn't provide a justification, no. :wink:

More seriously, if you cannot see a rigorous reason why that last step should be true, then you definitely haven't written a valid proof.

Actually, this is what gets me!

The text explicitly states the following
"[tex]x^{-1}x^{-1}x^{-1} \ldots x^{-1} \text{ n terms }[/tex]"

It should follow from this that
[tex]x^{n} = x^{-1}x^{-(n-1)}[/tex]

I can't see a rigorous road from this description, per se.