I have managed to prove the usual exponent laws for integer exponents, using induction on the natural numbers. I am now trying to prove that the laws also hold for rational exponents. I'm starting by trying to prove the law $x^nx^m = x^{n+m}$, where $n = \frac a b$ and $m = \frac c d$.
Using the following definition:
$x = y^{\frac a b} \iff x^b = y^a$
I can prove it as follows:
$x^{\frac a b}x^{\frac c d} = x^{\frac {ad} {bd}}x^{\frac {bc} {bd}} = (x^{ad})^{\frac 1 {bd}}(x^{bc})^{\frac 1 {bd}} = (x^{ad}x^{bc})^{\frac 1 {bd}} = (x^{ad+bc})^{\frac 1 {bd}} = x^{\frac {ad + bc} {bd}} = x^{{\frac a b}+{\frac c d}}$
Aside from the definition, I have proved no other things about rational exponents. So, the problem I have is that I use the following assumptions in this proof:
- $x^{\frac a b} = (x^a)^{\frac 1 b}$
- $(xy)^{\frac a b} = x^{\frac a b}y^{\frac a b}$
Both assumptions I need to prove but I cannot figure out how. Can anyone help?
Edit: I now realize the proof of (1.) is trivial: $y = (x^a)^{\frac 1 b} \iff y^b = (x^a)^1 = x^a \iff y = x^{\frac a b}$. For (2.) as far as I get is proving that $(xy)^{\frac a b} = (x^ay^a)^{\frac 1 b}$