I have this natural language sentence: "On the table there is exactly one book." Suppose I have this unary predicate - $s(x)$ - which means: "$x$ is a book on the table."
In my textbook this sentence is written in a formal language like this: $\exists x(s(x)∧\forall y(s(y)\to(x=y)))$ .
My question is: Can I write $\forall x$ istead of $\exists x$ ? Why not?
That would be a little different. Ultimately, I think it comes down to "There is exactly one book, and it is on the table." The answer in the book includes the possibility that there are other books in the universe that aren't on the table.