How would one prove $\forall x \in \mathbb{R}$, $\exists y \in \mathbb{R}$, $(x^2-y < 100)$ in predicate logic.

166 Views Asked by At

$\forall \ x \in \mathbb{R}$, $\exists \ y \in \mathbb{R}$, $(x^2-y < 100)$
How would one go about proving this?

Should one use a direct proof or proof by contraposition?

How can one prove this for every x?

1

There are 1 best solutions below

1
On BEST ANSWER

Hint: for arbitrary $x$, let $y = (x^2 - 100) + 1$.