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?