I'm trying to find the continuity of the function $f(x) = \lfloor x^2 \rfloor$. I need to check if function $f$ is continuous at $0$.
It's in between $-1$ and $1$, since $f(-1) = 1$ and $f(1) = 1$ and it's not in $[0,1)$, since $f(0) = 0$ and $f(1) = 1$.
But the above observations is not correct according to Intermediate value theorem, since the first boundary $[-1,1]$ have the same result value. I'm confused here.