There exists a real number $x$ such that for all real numbers $y,\; 2x+y=7.$
my textbook says that this statement is false.
Let's rephrase the given statement:
There is some real number $b$ for which the following property holds:
whichever real number $y$ is picked, $b=\dfrac12(7-y).$
Proving this statement is just a matter of exhibiting at least one such fixed value of $\boldsymbol b.$ Is this possible?
I'm also stumped on how to negate a multiply quantified statement like this.
Your given statement has structure $$\exists x\, \Big(\forall y\; Q(x,y)\Big).$$
Now, to negate a sentence is to find one with the opposite truth value regardless of the context. For example, the negation of "something is papepipopu" (∃x Px) is "everything is not papepipopu" (∀x ¬Px); conversely, ∃x ¬Px negates ∀x Px.
Thus, the required negation is $$\forall x\, \lnot\Big(\forall y\; Q(x,y)\Big),$$ which is $$\forall x\; \exists y\; \lnot Q(x,y),$$ that is,
Regardless of which real number $x$ is picked,
it is possible to find at least one real number $y$ such that $2x+y\ne7.$