Sets and Mathematical Proofs: A Primer

14Interactions between Unions and Intersections

So far we have taken union and intersection one at a time. When they are combined, each distributes over the other.

This is the first result which is genuinely hard to see just by reading the symbols, so here it is as a picture. On the left, we have shaded YZ and then kept only the part inside X. On the right, we have shaded XY and XZ separately. The two shaded regions are the same, and that is what the proposition says.

Proposition 23 (intersection distributes over union). For any sets X, Y and Z, X ∩ (YZ) = (XY) ∪ (XZ).

XYZ
XYZ
Figure 10. Proposition 23 (intersection distributes over union): X ∩ (YZ) on the left, (XY) ∪ (XZ) on the right.

We will show that (i) X ∩ (YZ) ⊂ (XY) ∪ (XZ), and then that (ii) (XY) ∪ (XZ) ⊂ X ∩ (YZ). This is sufficient, by Proposition 1 (double inclusion).

(i): Suppose that xX ∩ (YZ). Then, by the definitions of intersection and of union, we have xX AND either (a) xY or (b) xZ.

In case (a), we have xX and xY. Hence xXY, and then by Proposition 15 (each set is a subset of the union), x ∈ (XY) ∪ (XZ).

In case (b), we have xX and xZ. Hence xXZ, and then by Proposition 15 (each set is a subset of the union), x ∈ (XY) ∪ (XZ).

Either way, x ∈ (XY) ∪ (XZ), so we can conclude that X ∩ (YZ) ⊂ (XY) ∪ (XZ).

(ii): Suppose that x ∈ (XY) ∪ (XZ). By the definition of union, either (a) xXY or (b) xXZ.

In case (a), by the definition of intersection we have xX and xY. Since xY, we have xYZ by Proposition 15 (each set is a subset of the union). We thus have xX and xYZ, and by the definition of intersection this implies that xX ∩ (YZ).

In case (b), by the definition of intersection we have xX and xZ, and since Proposition 15 (each set is a subset of the union) also implies that xYZ, the rest of the proof is the same as in case (a).

Either way, we have xX ∩ (YZ), and it follows that (XY) ∪ (XZ) ⊂ X ∩ (YZ), as required.

The next proposition is the same as the last, with union and intersection swapped over.

Figure 11 does for it what Figure 10 did for the last one.

The next pair of identities are worth thinking about informally first. XY is already part of X, so throwing it back in with X adds nothing new. And XY contains the whole of X, so cutting it down to the part lying in X leaves X untouched. In Figure 12, the whole of X is shaded, and XY is the doubly shaded part of it. Since that part is already inside X, putting it back in adds nothing.

Proposition 26 (absorption for intersection). For any sets X and Y, X ∩ (XY) = X.