I'm sure its a very basic question but I can't understand why the first of these statements is true and the second is false as the professor says.
1: $$\forall x \in \mathbb{R}, \exists y \in \mathbb{R},\, x + y > 0$$
2: $$\exists x \in \mathbb{R}, \forall y ∈ \mathbb{R}, x + y > 0$$
I know the first is true as you write:
$$y = 1 − x \in \mathbb{R}$$
I don't however understand why I cant do the reverse for the second and write:
$$x = 1 − y \in \mathbb{R}$$
He says that the second is false because its negation is true, the negation being:
$$\forall x \in \mathbb{R}, \exists y \in \mathbb{R}, x + y ≤ 0$$
I understand that this is true as you can write:
$$y = −x \in \mathbb{R}$$
I also understand that is a negation is true then the statement should be false but I cant understand how the two original statements differ?