I have a statement as such:
$\mathbb{Z_+} \triangle E = \{ x \in \mathbb{Z_+} : x \space \% \space 2 \neq 0 \space and \space x \in \mathbb{Z} : x < 0 \space and \space x \space \% \space 2 = 0 \}$
($E$ represents all even numbers, positive and negative. Not important to the actual question, but it is important to the statement above.)
My question is: is there any way I can get those "and"s out of my statement? They seem so out of place. Is there any notation for "and"?
Bonus: Is my statement correct?