icantadd
- 109
- 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?