Say we have $3$ sets, $X$, $Y$, and $Z$. I want to prove that the cardinality of the intersection of all three sets is less than or equal to :
the cardinality of $X$ intersect $Y$,
plus the cardinality of $Y$ intersect $Z$,
plus the cardinality of $X$ intersect $Z$.
I am able to reason with examples. Say the sets are all unique and share no common elements. In this case, both sides of the equation evaluate to zero. $0 = 0$
In a case where each of the three sets share a single element, the left side counts this once, and the right side counts this three times. $1$ is less than $3$.
What is a more rigorous way of showing this, perhaps with cardinality and inclusion/exclusion principles without relying on specific examples?