Lets say you are given this limit
$$\lim_{n\to\infty} ( \log(n + n^n + n^{1/n} )$$
That expression is equal to $$\log( \lim_{n\to\infty}[ n + n^n + n^{1/n}] ) $$ isn't it?
My question is if I could descompose the limit like this without changing the limit like this
$$\log( \lim_{n\to\infty} n + \lim_{n\to\infty} n^n + \lim_{n\to\infty} n^{1/n}) $$
Could I?
You can go from Limit ( log(n + n^n + n^(1/n) ) to log( limit n + n^n + n^(1/n) ) as log is continuous. Going from log( limit n + n^n + n^(1/n) ) to log( limit n + limit n^n + limit n^(1/n)) you can do as limits are linear. This all assumes that the relevant limits exists.