For every integer $n>1$, there is a prime strictly between $n$ and $2n$.
(a) Express the statement in terms of quantifiers, variable(s), inequality symbols $<$ or $>$, logical operators ($∧$, $∨$, $\implies$) and predicate $P(n)$: $n$ is a prime number.
(b) Express the negation of (a) without using the logical operator $¬$.
I guess the answer to part a is $∀n∃x(n>1→(P(n)>n)∧(P(n)<2n))$, but I don't know how to do part b... Help...
For part b, use $\lnot\forall xP(x)\equiv\exists x\lnot P(x)$ and $\lnot\exists xP(x)\equiv\forall x\lnot P(x)$.