I was trying to determine whether the following set is open or not:
$$C:=\{(x,y,z) \in \mathbb{R}^3 : x^2 + y^2 + z > 3 , z \ge -1 \} .$$
To do so, I tried to show that the following two other sets (whose intersection, $C_1 \cap C_2$, equals $C$) were both open: $$C_1:=\{(x,y,z) \in \mathbb{R}^3 : x^2 + y^2 + z > 3\}$$ $$C_2:=\{(x,y,z) \in \mathbb{R}^3 : z \ge -1\}$$
I found that $C_1$ was open, but that $C_2$ was not. If this is correct, I guess it means that $C$ is not open, but I was not 100% sure about that since the property I used only says that "the finite intersection of open sets is an open set". It doesn't say anything about the intersection of an open set with a closed set...
So, how can I be certain that $C$ is not open? And is there any way to show that such a set could be closed (or not) as well?
Thanks in advance for the help.