Is my logical quantifier representation of "The natural number n > 1 is a prime" correct?

51 Views Asked by At

$$ \forall p \forall q [(p > 1 \land q > 1) \implies (n \ne pq) ]$$ I feel like it's correct but still want to make sure.