The other day, I read something that made reference to a well-known result in topology: the fact that a compact Hausdorff space is normal. I took a moment to recall the proof.
Let $A$ and $B$ be closed subsets of $X$. Fix a point $b \in B$. For all $a \in A$, there exist disjoint open subsets $U_a$ and $V_a$ of $X$ such that $a \in U_a$ and $b \in V_b$. The collection $\{ U_a : a \in A \}$ is an open cover for $A$, and admits a finite refinement, so...
Then, all of a sudden, I spotted that I had invoked the axiom of choice! I found it a little irritating that the proof I was pulling from my memory was none other than the standard one I'd learnt from multiple books, yet none of these books had ever drawn my attention to the use of the axiom of choice. I'm not one of those people who objects to the axiom of choice, but I do like to know where it is being used!
Moreover, I was pretty sure that this result wasn't one of those famous theorems where the axiom choice is essential (e.g. Tychonoff, Baire category). Indeed, after a certain amount of reflection, I managed to reorganise the proof so as to eliminate the use of the axiom of choice.
Let $A$ and $B$ be closed subsets of $X$. Fix a point $b \in B$. The collection $$\{ U \text{ open} \subset X : \exists V \text{ open} \subset X \text{ s.t. } U \cap V = \emptyset \text{ and } b \in B\}$$ is an open cover for $A$, and admits a finite refinement, so...
I then became doubly irritated because nobody had ever mentioned this alternative proof to me.
This is not an isolated case. Last month, I answered a question on math.SE, invoking the axiom of choice without even realising I had done so. Another user kindly flagged what I had done and provided an alternative argument.
For the sake of mental hygiene, I'd love to compile a list of elementary results I'm likely to be familiar with, that are normally proved using the axiom of choice for the sake of readability, but can also be proved without the axiom of choice. I suspect the majority of these will be in point-set topology. Would you be able to help with suggestions or references?