How to prove $(a \cdot b)^n = a^n \cdot b^n$?

114 Views Asked by At

Assuming $a, b \in \{\mathbb{R^-,R^+}\}$ and $n \in \mathbb{R}$. We often see the statement: $$(a \cdot b)^n = a^n \cdot b^n$$

Why we get the statement? How to prove this?


There should pay attention, the $n \in \mathbb{R}$, not $\mathbb{N}$.

1

There are 1 best solutions below

5
On

For any $a>0$, is defined $a^x=e^{x\log a}$ for all $x\in \mathbb{R}$. So $$(ab)^x=e^{x\log (ab)}=e^{x(\log a +\log b)}=e^{x\log a}\cdot e^{x\log b}=a^xb^x$$ The assumption $a, b> 0$ is clearly necessary for this to be true.