icantadd
- 109
- 0
Homework Statement
x is in the arbitrary multiplicative group, and a,b are positive integers.
given that
x^{a+b} = x^ax^b and (x^a)^b =x ^{ab}
show
that
(x^a)^-1 = x^{-a}
Homework Equations
na
The Attempt at a Solution
Induction:
I) (x)^{-1} = x ^{-1}
II) Assume (x^n)^{-1} = x^{-n}, to prove that (x^{n+1})^{-1} = x^{-(n+1)}.
(x^{n+1})^{-1}) = (x^nx)^{-1} = x^{-1}x^{-n} = x^{-n-1}
Is the last step justified?