I'm trying to decide which of the following statements are true:
$\mathsf{NSpace}(\log \log n) = \mathsf{coNSpace}(\log \log n )$
$\mathsf{NSpace}(\lg^2n) = \mathsf{coNSpace}(\lg^2n)$
$\mathsf{NSpace}(\sqrt n) = \mathsf{coNSpace}(\sqrt n)$
I thought immediately that (1) is correct since $\lg \lg n < \lg n$, and since $\mathsf{NL} = \mathsf{coNL}$, I thought that the statement yields from it. I thought that since we don't know if $\mathsf{P} = \mathsf{PSPACE}$, we can't say anything about a class which is bigger than $\lg n$ and a subset of $P$.
But it is exactly the opposite. (1) is not necessarily true while (2) and (3) are necessarily true. Why is that?
The question is from a past midterm that I'm solving now.