4

Suppose $A$ is a set.

If every element $a \in A$ is even, then some $a \in A$ is even.

Why is this a false statement?

TH_HN
  • 45

2 Answers2

3

Because it's not true for the empty set. Also, that is the only set it is not true for.

You may try to prove the latter (and the former too actually), then you will perfectly understand it.

peter.petrov
  • 12,568
3

The statement is false, as $A = \emptyset$ is a counterexample: Every element of $\emptyset$ is even (as there aren't any elements), but there is no element of $\emptyset$ which is even.

The following statement is true:

Suppose, $A$ is a non-empty set. If every $a \in A$ is even, then some $a \in A$ is even.

martini
  • 84,101