Real analysis of powers

Show that if $a,b$ are rational numbers and $x$ is a positive real number then $x^a$$x^b$ $=$ $x^{(a+b)}$

I honestly have no idea how to even do this. Anyone have any hints or a good explanation? Thanks in advance!


We know that $$x^ax^b=x^{a+b}$$ is true for positive integer powers $a,b$ and also it can be easily extend to negative integers also using $$x^{-a}=\dfrac{1}{x^a}$$ where $x$ is a positive real number. Note that using usual rules for integer exponents we can prove that, $$\Big(x^{\frac{p_1}{q_1}}x^{\frac{p_2}{q_2}}\Big)^{q_1q_2}=\Big(x^{\frac{p_1}{q_1}}\Big)^{q_1q_2}\Big(x^{\frac{p_2}{q_2}}\Big)^{q_1q_2}=x^{p_1q_2}x^{p_2q_1}=x^{p_1q_2+p_2q_1}.$$ Hence taking the $\dfrac{1}{q_1q_2}$ th power of both sides, $$x^{\frac{p_1}{q_1}}x^{\frac{p_2}{q_2}}=x^{\frac{p_1q_2+p_2q_1}{q_1q_2}}=x^{\frac{p_1}{q_1}+\frac{p_2}{q_2}}.$$


The proof depends on the definition of $x^a$ you are using. The easiest approach to defining $x^a$ is to define, $\log{y}=\int_1^y\frac{dt}{t}$ and use the inverse function theorem to define $e^x$ to be the inverse function. Finally $x^a=e^{a\log{x}}$. You can now derive the rules of exponents from the rules of logarithms. The rules for logarithms are proved from the properties of the integral.

The second approach is that you know exactly what $x^n$ means when $n$ is an integer. Assuming $x$ is positive you use the inverse function theorem to define $x^{1/n}$. For any rational number $x^{m/n}=(x^m)^{1/n}$. Next you define, at least for $a$ positive, $$x^a=\sup{\{x^{m/n}| 0<m/n<a\}}$$. You now prove the rules of exponents for integers by induction, and for roots by the inverse function theorem and the rules for integers. Finally you get the rules of exponents for real numbers via continuity of $x^a$ and the rules of exponents for rational numbers.

I prefer the first path.