Please provide some hints as to how to solve questions with double limits such as this:
$$\lim_{m\to\infty}\left[\lim_{n\to\infty}(\cos(m!\cdot \pi\cdot x))^{2n}\right]$$
One of the things I did was convert the original function to: $$e^{n\ln(\cos(m!\cdot\pi\cdot x)^2)}$$ and then change cosine into sine and take $t=1/m$, and try to use $$\lim \frac{\sin(m!\cdot\pi\cdot x)}{m!\cdot\pi\cdot x}$$ but that only messed it up even further. I obviously can't use L'Hopital as not both the numerator and denominator go to zero.
Another thing was to try to use the power series expansion, but that seemed even more complicated as there is still the power of 2n to deal with.
Please help! Thanks.