Now you just have to prove that the exponent is asymptotically larger than $\log(n)$.
This is a good way to start a lot of these sorts of problems: the idea was to make one expression look more like the other expression, so as to reduce the size of the problem.
2
Bumbble Comm
On
Just use the fact that $\ln(n) < n$, so $\ln(\ln(n)) < n$ (for n big enough)
Start with
$$7=(\log(\log(n)))^{\log_{\log(\log(n))}(7)} = (\log(\log(n)))^{\log(7)/\log(\log(\log(n)))}.$$
So
$$7^{\sqrt{n}} = (\log(\log(n)))^{\log(7) \sqrt{n}/\log(\log(\log(n)))}.$$
Now you just have to prove that the exponent is asymptotically larger than $\log(n)$.
This is a good way to start a lot of these sorts of problems: the idea was to make one expression look more like the other expression, so as to reduce the size of the problem.