An engineer in my 50s, I have gradually been trying to improve my mathematical notation, an effort your answers here at Math.SE have partly inspired. Therefore, if $z \in \mathbb C$, may I ask whether I have written this in good style? $$z \notin \{n | n \in \mathbb Z \wedge n \le 0\}$$ Or is this better? $$z \notin \{n \in \mathbb Z | n \le 0\}$$ Or is this better? $$z \notin \{n \in \mathbb Z \le 0\}$$ Or even this? $$z \notin \{\mathbb Z \le 0\}$$ Or this? $$z \notin\mathbb Z \le 0$$ Or something else? If you find a flaw in any or all of my notations (and I do not doubt that you will), then would you illuminate my misconception?
The $z$ is an arbitrary complex number except that $z = 0, -1, -2, -3,\ldots$ [the poles of $\Gamma(z)$] are not allowed.
Since $z\in\mathbb{C}$ we should also provide this information. Complex numbers which are not zero or negative integers are often specified as \begin{align*} z\in\mathbb{C}\setminus\{0,-1,-2,\ldots\} \end{align*}