1

Prove the following Claim:

"Claim: Suppose sets $A$ and $B$ are finite subsets of a finite set $U$

Then $|A| \cap |B| \ge |A| + |B| - |U|$"

By subtracting $|A| \cap |B|$ from both sides and adding $|U|$ to both sides I get

$|U| \ge |A| + |B| - |A \cap B|$

which results in (by the inclusion-exclusion principle)

$|U| \ge |A \cup B|$

Am I going about this correctly? Is my result enough to prove the claim?

1 Answers1

0

In principle the argument is not correct. You have shown correctly that if what you hope is true is indeed true, then we reach an assertion that is definitely true. But you need to check that the steps you took are reversible. This can be done. A correct writeup might go as follows.
We have $$|A\cup B|=|A|+|B|-|A\cap B|.$$ Clearly $|U|\ge |A\cup B|$. It follows that $$|U|\ge |A|+|B|-|A\cap B|.$$ Now manipulation gives the desired result.

André Nicolas
  • 507,029