Why does $a^x=e^{\ln(a^x)}$?
I know if I actually evaluate this I get \begin{align} \ln(a^x)&=\ln[e^{\ln(a^x)}] \\ x\ln(a)&=x\ln(a) \underbrace{\ln(e)}_{1} \\ \therefore x\ln(a)&=x\ln(a) \end{align}
But I want to know how I arrive to $a^x=e^{\ln(a^x)}$ without evaluating the equality.
By definition, $\ln{a^x}$ equals a number that when $e$ is raised to that number, you get $a^x$. So, let's say that $\ln{a^x}=y$. Then, $e^y=a^x$. But we know what $y$ is in that last expression. It's equal to $\ln{a^x}$. Thus, $e^{\ln{a^x}}=a^x$.