Question
While solving a Recurrence Relation, I got stuck at some Logarithmic equation.For this i have to prove
$$\ln \,\ln (n^{\frac{1}{2^{k}}})=\ln\,\ln\,(n)-k\,\ln 2$$
My Approach
$$\ln \,\ln (n^{\frac{1}{2^{k}}})=\frac{1}{2^{k}}*\ln \,\ln(n)$$
if i convert $2^{k}$ to $k\,\ln\,2$ ,then
$$\ln \,\ln (n^{\frac{1}{2^{k}}})=\frac{\ln \,\ln(n)}{k\,\ln\,2}$$ $$=\ln\,\ln\,(n)-k\,\ln 2$$
but i am not getting how to get
$2^{k}$ to $k\,\ln\,2$ Please help me out!