I would like to prove that if $Χ$ is a non empty set with the property $(\forall m\in X)[m\cap X\neq\emptyset]$
then there exists a function $f:\mathbb{N}\rightarrow X$ such that $(\forall n)[f(n+1)\in f(n)]$.
My attempt to prove this is the following:
I may use the Axiom of Choice (or any equivalent form of the Axiom of Choice) so there exists a function $\epsilon: \mathcal{P}(X)\setminus \{\emptyset\}\rightarrow X$ such that $\epsilon(m)\in m$.
I can the define a function $h:X\rightarrow X$ such that $h(m)=\epsilon(m\cap X)$.
From the recursion theorem there exists a function $f:\mathbb{N}\rightarrow X$ such that $f(0)=\epsilon(X)$ and $f(n+1)=h(f(n))=\epsilon(f(n)\cap X)\in f(n)\cap X$ so $f(n+1)\in f(n)$. Is my proof correct?
What troubles me a bit is a question following this exercise that says “Is this an intuitively acceptable result?”. I don’t know what to say about that…
So overall, is my proof correct? Any comments on that last question?
Thank you in advance for your time and effort.