There Exists a Unique Solution?

  • Thread starter microtopian
  • Start date
In summary, the two expressions are:\exists x (Px)\; \wedge \; \forall y (Py \implies x=y) \neg \forall x ( \neg P(x))\; \wedge \; \forall x,y ((P(x)\; \wedge \; P(y)) \implies (x = y)).
  • #1
microtopian
5
0
Let's say you have a proposition E! P(x) which means that there is only one unique x such that P(x) is true. How do you rewrite E!P(x) in terms of only the E quantifier (there exists at least one x) and another one in terms of only the A quantifier (for all x)?

Thanks
 
Physics news on Phys.org
  • #2
I hope someone answers this question.
[tex]\exists ! x (Px) \equiv_{df} \exists x (Px \wedge \forall y (Py \implies x=y))[/tex]
It seems you could try to get the same quantifiers by using some clever negations and substitutions, especially:
[tex]\neg (\exists x (Px)) \equiv \forall x (\neg Px)[/tex] and [tex]\neg (\forall x (Px)) \equiv \exists x (\neg Px)[/tex]
For instance, negating the whole statement twice:
[tex]\neg (\neg (\exists x (Px \wedge \forall y (Py \implies x=y))))[/tex]
and distributing the inner negation, but I don't know how to do that.

Okay, I've done some searching (and discovered I was right the first time I tried to answer the question- minor hooray).
[tex]\exists ! x (Px) \equiv (\exists x (Px)) \wedge (\forall x \forall y ((Px \wedge Py) \implies x=y))[/tex]

Negate the whole statement twice [tex](\neg (\neg p) \equiv p)[/tex]:
[tex]\neg (\neg (\exists x (Px)) \wedge (\forall x \forall y ((Px \wedge Py) \implies x=y))))[/tex]

Distribute the inner negation [tex](\neg (p \wedge q) \equiv \neg p \vee \neg q)[/tex]:
[tex]\neg (\neg (\exists x (Px)) \vee \neg(\forall x \forall y ((Px \wedge Py) \implies x=y)))[/tex]

Substitute the negated existential [tex](\neg (\exists x (Px)) \equiv \forall x (\neg Px))[/tex]:
[tex]\neg (\forall x (\neg Px) \vee \neg(\forall x \forall y ((Px \wedge Py) \implies x=y)))[/tex]

I think that's correct. Eh, the universal case is left to you. :wink:

Note that [tex](\forall x \forall y ((Px \wedge Py) \implies x=y))[/tex] leaves open the possibility that Px is empty, IOW that no x such that P exists, IOW [itex]\forall x (\neg Px)[/itex].
 
Last edited:
  • #3
ok i was trying some stuff and this is what i got
[tex]\exists x (Px) \wedge (\exists y (Py) \wedge x != y) [/tex]

i think ^ is right too :\
 
  • #4
I don't think that looks right, but
how's about

[tex]\exists x P(x)\; \wedge \; \forall x,y ((P(x)\; \wedge \; P(y)) \implies (x = y))[/tex]
 
  • #5
(Clue: when someone says, "such and such is left to the reader/student," it means they don't know how to do such and such :wink: )
You could just distribute the third negation here:
[tex]\neg (\neg (\exists x (Px)) \vee \neg(\forall x \forall y ((Px \wedge Py) \implies x=y)))[/tex],
but I don't know how to do that- I haven't gotten that far, and I can't see how to do it using the rules I know. However, Quine may have saved the day by only using the existential quantifier.
If [tex]\neg (\forall x (Px)) \equiv \exists x (\neg Px)[/tex], then [tex]\neg (\neg (\forall x (Px))) \equiv \neg (\exists x (\neg Px))[/tex].
So you can go back to the definition:
[tex]\exists ! x (Px) \equiv_{df} \exists x (Px \wedge \forall y (Py \implies x=y))[/tex] and rewrite it using [tex]\forall x (Px) \equiv \neg (\exists x (\neg Px))[/tex]. The following is my best guess on how to proceed. Given:
[tex]\exists x (Px \wedge \forall y (Py \implies x=y))[/tex]
Replace the conditional:
[tex]\exists x (Px \wedge \forall y (\neg Py \vee x=y))[/tex]
Replace the universal quantifier (I'm making up a rule here):
[tex]\exists x (Px \wedge \neg (\exists y (\neg (\neg Py \vee x=y))))[/tex]
Distribute the second negation:
[tex]\exists x (Px \wedge \neg (\exists y (Py \wedge x\not= y)))[/tex].
This reads, "There exists some x such that Px, and it is not the case that there exists some y such that Py and x does not equal y." That certainly sounds correct, even if I arrived at it incorrectly. Hopefully someone will check this.
 
  • #6
microtopian said:
ok i was trying some stuff and this is what i got
[tex]\exists x (Px) \wedge (\exists y (Py) \wedge x != y) [/tex]

i think ^ is right too :\
What does "x!" mean?
 
  • #7
I assume microtopian's
[tex]x != y[/tex]
means [tex]x \neq y[/tex]


I see I misread the original question. You're looking for two different expressions that express [itex]E!P(x)[/itex], but each one using only one type of quantifier.

So:
[tex]\exists x P(x)\; \wedge \; \neg \exists x,y ( P(x) \; \wedge \; P(y) \; \wedge \; (x \neq y))[/tex]

and

[tex]\neg \forall x ( \neg P(x))\; \wedge \; \forall x,y ((P(x)\; \wedge \; P(y)) \implies (x = y))[/tex]

honest, I don't understand why you're going through all that work. microtopian didn't ask how to derive the expressions, just how to write them.
 
  • #8
gnome said:
honest, I don't understand why you're going through all that work. microtopian didn't ask how to derive the expressions, just how to write them.
It doesn't hurt, and it's good practice. :biggrin:
 
  • #9
ooo... okay i get it now
Thanks a bunch!

yea sorry about the \neg.. i couldn't find the latex code for "not equal to"
(I'm a noob at latex)
 
  • #10
microtopian said:
Let's say you have a proposition E! P(x) which means that there is only one unique x such that P(x) is true. How do you rewrite E!P(x) in terms of only the E quantifier (there exists at least one x) and another one in terms of only the A quantifier (for all x)?

Thanks

There is one and only one x such that (Px), is written E!x(Px), and,

E!x(Px) <-> Ey(Ax(x=y <-> Px)).
 
  • #11
Welcome to PF, Owen! :biggrin:

Hope you like it here- it's a great group of people. (BTW, you can click on any LaTex graphic like [tex]\mbox{this one}[/tex] to see the code and a link to the crash course.)
 
  • #12
honestrosewater said:
Welcome to PF, Owen! :biggrin:

Hope you like it here- it's a great group of people. (BTW, you can click on any LaTex graphic like [tex]\mbox{this one}[/tex] to see the code and a link to the crash course.)

Thanks for the welcome and for the LaTex link, I will try to use it but I am not very computer literate.

I have noticed many interesting threads here, and I hope I can contribute in a positive way.

Owen
 

FAQ: There Exists a Unique Solution?

What does "There exists a unique" mean?

"There exists a unique" means that there is only one of a certain object or concept in existence. It implies that there are no other identical or equivalent versions of that object or concept.

What is the significance of "There exists a unique" in scientific research?

"There exists a unique" is significant in scientific research because it allows scientists to make specific and precise claims about the existence of certain phenomena. It also helps to avoid confusion and ambiguity in research findings.

Can there be exceptions to "There exists a unique"?

Yes, there can be exceptions to "There exists a unique" in certain cases. For example, in quantum mechanics, the principle of indeterminacy states that there can be multiple states of a particle at the same time, making it unique but also not unique in a traditional sense.

How can one prove that "There exists a unique"?

Proving "There exists a unique" requires careful observation and experimentation. Scientists must gather evidence and data to support the claim of uniqueness and rule out any potential exceptions or alternatives.

What are some examples of "There exists a unique" in science?

Examples of "There exists a unique" in science include the existence of a unique genetic code for each individual, the unique structure of a snowflake, and the unique composition of each planet in our solar system.

Back
Top