5

I am trying to show that if $A$ and $B$ are compact in a Hausdorff space, then their intersection is compact.

The way I did it is as follows. $A$ and $B$ are compact in a Hausdorff space, so they are closed. As a consequence, their intersection (denote it by $C$) is closed. But $C$ is closed in $A$, which is compact, so $C$ is compact.

I am pretty sure this is correct, but so far compactness seems a bit tricky, so I want to ensure I get everything right.

Thank you!

elaRosca
  • 1,143
  • 6
    Looks good! ${}$ – Ayman Hourieh Feb 22 '13 at 23:23
  • 1
    A little detail about "$C$ is closed in $A$": $A$ and $B$ are closed in the Hausdorff space (denoted $H$), so $C = A \cap B$ is closed in $H$. In the subspace $A$, $C \cap A = C$ is closed in $A$. – hengxin Feb 11 '14 at 05:35

1 Answers1

4

Yes, that's correct. Your proof relies on Hausdorffness, and it's worth noting that this is necessary: here you will find an example of a non-Hausdorff space with two compact subsets $A$, $B$ having a non compact intersection. Neither $A$ nor $B$ is closed.

Chris Eagle
  • 34,035