Quantifiers
(a)
Please see below.
I cannot work out why one is correct.
If $x < 0$, then there's no value $y \in \mathbb{R}$ so that $y^2 = x$.
(b) If I have $\exists$ followed by $\forall$, then does imply that there exists exactly one value applicable for all values in the second $\forall$ quantifier?
Say I have the natural numbers as my domain and:
$(\exists n)(\forall m) 2m=n$
Does it say there's exactly one number $n$, such that for all numbers $m$, $2m=n$? I'm a bit confused here.
Here is the relevant part to (a):
The order of the quantifiers counts.
\begin{align}&(\exists y \in \mathbb{R})(\forall x \in \mathbb{R})x=y^2\\&(\forall x \in \mathbb{R})(\exists y \in \mathbb{R})x=y^2\end{align} The first is false and the second is true.
Edited 20160608:
I would like to add another problem I have problems with:
.
The textbook gives TRUE for problem 2.
But, how can I find one value n, that holds true (for all) m?
Doesn't is say that there exists only one value that satisfies all m?
Thanks for your help!