Nested Quantifiers Proof

89 Views Asked by At

Trying to wrap my head around how to prove something like this:

$$\exists x \in\Bbb R~, \forall y \in\Bbb R:(y \geqslant x) \lor [y \in (-\infty, -1) \cup (1, +\infty)]$$

1

There are 1 best solutions below

1
On

Is true.

Take $x = -1$

Then if $y ≥ x = -1$ we are done. Else $y<x = -1 \implies y \in (-\infty, -1)$

So the condition its holds.