This is a merely formal question. I'll explain with an example: say I want to denote the set of all the real numbers which have a reciprocal greater than $1$. I would write it like this:
$$S = \left\{x\in\Bbb R:\frac1x>1\right\}$$
The problem is, the statement
$$\frac1x>1$$
doesn't make sense when $x=0$, since $1/0$ doesn't have a value, thus it can't be compared to a real number. So, being completely formal, if I want my set to be well-defined I should write
$$S = \left\{x\in\Bbb R\setminus\{0\}:\frac1x>1\right\}$$
since, otherwise, the proposition $0\in S$ wouldn't really make sense. Is this correct?