I will appreciate it if anyone can check if the following negation is correct. The question from my class practice problem doesn't seem to include parenthesis, and I'm uncertain if I did it correctly:
Question: $\sim\! \exists x \in \mathbb{H}_{\sqrt{2}}, \forall n \in N, \sim\! \exists z \in \mathbb{R}, (x^n > z) \land \sim\! (z < n)$
After applying the negation:
Initially I thought the answer should be:
A) $\forall x \in \mathbb{H}_{\sqrt{2}}, \exists n \in N, \exists z \in \mathbb{R}, (x^n \leq z) \lor (z < n)$
On the second thought, the negation in front of the third quantifier is negated by the negation in front of the first quantifier. So what's after $\lnot \exists z \in \mathbb{R}$ should stay intact:
B) $\forall x \in \mathbb{H}_{\sqrt{2}}, \exists n \in N, \exists z \in \mathbb{R}, (x^n > z) \land \lnot(z < n)$
I'm not sure if my logic is correct, but I think answer B) should be correct.