3

I'm a college student taking a discrete mathematic course for summer. I took midterm last monday and got back grades and solutions for the exam, but I'm still confused with this specific question.

The question is:

Let $D$ represent a set and $P(x)$ represent a predicate where $x\in D$. Is this a true or false statement? Explain briefly.

"If $\forall x \in D$, $P(x)$ then $\exists x \in D$ such that $P(x)$."

And the answer is: This is a false statement.

How can this statement be false?

( It's late night so I don't wanna bother my professor)

Blue
  • 75,673

1 Answers1

4

$\forall x\in D,\,P(x)$ can be vacuously true. For example, $\forall x\in\varnothing\,(x>0)$ is vacuously true, since $\varnothing$ has no elements, but $\exists x\in\varnothing (x>0)$ is false, since clearly no such element exists.

csch2
  • 4,557