Negating the uniqueness quantifier

  • Context: Undergrad 
  • Thread starter Thread starter Mr Davis 97
  • Start date Start date
  • Tags Tags
    Uniqueness
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 7K views
Mr Davis 97
Messages
1,461
Reaction score
44
I am trying to negate ##\exists ! x P(x)##, which expanded means ##\exists x (P(x) \wedge \forall y (P(y) \rightarrow y=x))##. The negation of this is ##\forall x (\neg P(x) \lor \exists y (P(y) \wedge y \ne x))##. How can this be interpreted in natural language? Is it logically equivalent to the statement that either 0 or more than 1 value of x satisfies P(x)?
 
on Phys.org
Mr Davis 97 said:
I am trying to negate ##\exists ! x P(x)##, which expanded means ##\exists x (P(x) \wedge \forall y (P(y) \rightarrow y=x))##. The negation of this is ##\forall x (\neg P(x) \lor \exists y (P(y) \wedge y \ne x))##. How can this be interpreted in natural language? Is it logically equivalent to the statement that either 0 or more than 1 value of x satisfies P(x)?
Yes, because there exists exactly one are two statements: existence and uniqueness, so both can be violated in the negation. This means either none exists at all or if, then more than one.

There is exactly one odd prime. is wrong, so the contrary is true: there are either more than one odd primes (true) or all primes are even (wrong). But true or wrong is true.

There is exactly one even prime greater than ##2##. is wrong, so the contrary is true: there are either more than one even prime greater than ##2## (wrong) or all primes greater than ##2## are odd (true). Again wrong or true is true.

The case true and true cannot occur, since either there are many or none at all, which cannot both be true. So the negation of ##\exists !## can be expressed by an exclusive or, sometimes noted as ##\dot{\vee}##.
 
You want to negate "There exists a unique x such that the statement P(x)" holds. One expects that the negation is "There is no unique x such that P(x) holds"

The last one is a true statement if either the existence fails, or the uniqueness.

The former means that there just isn't an x such that P(x) holds, the latter means that two different ones can be found such that the statement holds and this is precisely what the logic describes (because there is no x such that P(x) holds is equivalent with saying that for all x P(x) does not hold)