I have this expression where u and k are arbitrary constants: $$ \large u^{\left({\frac1{k}}\right)^{\log_k(\log_k(u))}} $$
I'm trying to clean up or simplify this expression... how can i go just making this cleaner? I'm forgetting log and exponent rules. Thanks!
Note that
$$\left(\frac1k\right)^{\log_k(\log_k(u))}=\frac1{k^{\log_k(\log_k(u))}}$$
Since $k^{\log_k(a)}=a$, then
$$\frac1{k^{\log_k(\log_k(u))}}=\frac1{\log_k(u)}$$
Since $1=\log_k(k)$ and by change of base formula $\frac{\log_b(p)}{\log_b(q)}=\log_q(p)$, then
$$\frac1{\log_k(u)}=\frac{\log_k(k)}{\log_k(u)}=\log_u(k)$$
Recalling once again that $u^{\log_u(k)}=k$,