Proof of exponentiation law

89 Views Asked by At

I want to prove this : $(ab)^n = a^nb^n$ with a, b and n real numbers. I know how to prove this when n is an integer but not when n is a real number. I really don't know where to start to prove this. Can you help me ? Thank you.

1

There are 1 best solutions below

6
On

If you're using the usual interpretation of the exponent of real numbers, you can use the fact that $(ab)^n=e^{n\log(ab)}=e^{n(\log a+\log b)}=e^{n\log a+n\log b}=e^{n\log a}\cdot e^{n\log b}=a^n\cdot b^n$

Edit: The fact that $e^{x+y}=e^{x}e^{y}$ comes from the way we define the exponent. If it is as the solution to the differential equation $f(z)=f'(z); f(0)=1$ this is pretty easy, as then $$D(e^{c-z}e^z)=e^{c-z}e^z-e^{c-z}e^z=0$$ which gives us that $e^{c-z}e^z$ is constant and the result follows for $x,y$.