I am unable to proceed with the below claim.
$$2^{m} \times 2^{n} = 2^{m+n}$$
Could anyone let me know how to prove the above claim using induction proof?
I was able to derive proof for odd natural numbers using induction but not able to do the above one.
Let's proceed by induction on $m+n$.
If $m+n=0$, then $m=n=0$ and $2^0\cdot2^0=1=2^{0+0}$.
If $m+n\ge1$, then WLOG $n\ge1$ and $$2^m\cdot2^n=2^m\cdot2^{n-1}\cdot2\overset{\text{IH}}=2^{m+n-1}\cdot2=2^{m+n}.$$