Prove that $a^{\ln{(b)}} = b^{\ln{(a)}}$ for any values of $a$ and $b$ that are positive and different from 1.
My book says the solution is: \begin{align*} \log_a(a^{\ln(b)})=\log_a(b^{\ln(a)}) &\Leftrightarrow \ln(b) \cdot \log_a{a} = \ln(a)\cdot \log_a(b) \\ &\Leftrightarrow \frac{\ln(b)}{\ln(a)} = \log_ab \\ &\Leftrightarrow \log_ab = \log_ab \end{align*}
I can understand this solution and I understand that since this is a logarithm, all the input values (a and b) must be positive. What I don't understand is how this proves that a and b have to be different from one. Can anyone explain that to me?
Thanks