2

Let P: "for all natural $n$, exists an integer $p$ such that $n<p<2n$ "


P: $\forall\, n \in \mathbb{N}\, ||\, \exists \, p\in\mathbb {Z} \, ||\, n<p<2n $

¬P: $\exists\, n \in \mathbb{N}\, ||\, \forall \, p\in\mathbb {Z} \, ||\, n>p>2n $

Is correct the translation?

B. David
  • 643

1 Answers1

2

Not quite. The negation of $n<p<2n$ should be $p\le n$ or $p \ge 2n$.