I have to negate
$$ \forall x \in \mathbb{Z} \space \exists y \in \mathbb{Z} \space (( x \ge y) \land (x + y = 0)) $$
and prove either the original proposition or negation is true. I get the negation
$$ \exists x \in \mathbb{Z} \space \forall y \in \mathbb{Z} \space ((x > y) \lor (x+y \ne 0)) $$
I'm not sure if that is right. I used quantifier negations and DeMorgan's law. Perhaps you could check my work. I was thinking that if I chose $$ x= -2, y= 2 $$ I can show that the negation is false, but I am confused. Please help.