I came across a neat logarithm fact today:
$\large n^{\log_bx} = x^{\log_bn}$
One simple proof is:
$\large \log_bx\cdot \log_bn=\log_bx\cdot \log_bn$
$\large \Rightarrow \log_bx^{log_bn}=log_bn^{log_bx}$
$\large \Rightarrow x^{\log_bn}=n^{\log_bx}$
So you can swap the base with part of the exponent. Does this property have a name? What is the intuition? The other log properties are very intuitive to me, but not this one. Is it more easily derived from the usual four logarithm properties?