1

Is the following true?

$$\sim(∀x∈ℤ : ∃y∈ℤ: x+y = 5) \quad≡\quad \sim∀x∈ℤ : ∃y∈ℤ: x+y = 5 ?$$

If not, can somebody explain how i can produce statements that are equivalent to the LHS? I get confused with regards to De Morgan's because I am not used to more than one quantifier and no paranthesis.

ryang
  • 38,879
  • 14
  • 81
  • 179
  • 1
    Intuitively, this statement is saying that every $x$ satisfies some particular property. The negation of that is that there is a counterexample. Symbolically, you should move the negation into the formula step by step. It may help to think of the original formula as $\forall x \in \mathbb{Z}: (\exists y \in \mathbb{Z}: (x+y=5))$ – TomKern Feb 26 '23 at 15:41