This is my first post on the mathematics stack exchange so please bear with me..
I am new to quantifier logic and I just can't seem to wrap my head around it.
I have been given four statements and I have to determine whether they are true or false.
Simple enough. The four statements are:
- $\forall x \in \mathbb{R} \ \forall y \in \mathbb{R} \ ((y>x) \implies (x=0))$
- $\forall x \in \mathbb{R} \ \exists y \in \mathbb{R} \ ((y>x) \implies (x=0))$
- $\exists x \in \mathbb{R} \ \forall y \in \mathbb{R} \ ((y>x) \implies (x=0))$
- $\forall x \in \mathbb{R} \ (\forall y \in \mathbb{R} \ (y>x)) \implies (x=0)$
My problem with these statements is that all of them seem to be false. Starting with the first statement, if $y$ is greater than $x$ for all values of $x$ and $y$ then couldn't $x$ just be anything less than $y$ in the reals? It does not have to stop at zero does it? Which is why $x=0$ is confusing because $x$ could just be negative.
All of the other statements seem to have a similar problem in that $y$ being greater than $x$ doesn't necessarily imply $x=0$ especially when $x$ is in the reals. I would understand it if $x \in \mathbb{N}$ and $y \in \mathbb{N}$ because the well ordering principle would apply and (at least for statement 3) $x$ would be forced to be zero because all $y$ are greater than $x$, but it doesn't apply here to the reals.
Please help. I have spent so much time mulling over this it isn't even funny anymore. Frankly, it's just frustrating..
Thank you all.
For each statement, you should try to either prove or disprove it.
If you have a hunch that a statement is false, start by trying to disprove it. If you're unable to disprove it at first, consider whether you need to improve your strategy to disprove it, or whether you've discovered something that suggests maybe the statement is true after all, and then you should try to prove it.
When trying to disprove something, start by negating the statement, and then trying to prove the negation. For example, suppose we think statement 2 is false. The negation of the that sentence is:
$$\exists x \in \mathbb{R} \forall y \in \mathbb{R} ((y > x) \wedge (x\neq 0))$$
Have you learned how to systematically negate a sentence with quantifiers, logical connectives, etc? Assuming you're fine with that, now let's try to prove this.
So the above attempt to prove the negation of statement 2 failed. Does the approach seem salvageable? If so, find an $x$ that will work. If not, then maybe statement 2 is true after all, and we should try to prove statement 2 (rather than its negation) itself.
In summary: