Cantor's Intersection Theorem:
Let $X$ be a complete metric space and let $\{F_n\}$ be a sequence of decreasing non-empty closed subsets of $X$. If $d(F_n)\rightarrow 0$ then $F=\bigcap_{n=1}^\infty F_n$ contains exactly a unique point of $X$
Where $d(F_n)$ means the diameter of the set $F_n$ and $d(F_n)\rightarrow 0$ means that the sequence of the diameters converge to $0$.
I found that I can find an example where all the conditions except the closureness of the subsets hold but we still have the intersection a single point.
The example is, Consider $X$ to be the complex plane.For $n= 1,2,3,4,5,...$, define $F_n=\{(x,y):\sqrt{x^2 + y^2} < \frac{1}{n}\}$. So $F_n$ is disc of radius $\frac{1}{n}$.
It's clear that the sequence $\{F_n\}$ is a decreasing one. every $F_n$ is an open (but not closed) sphere of $X$ the sequence of diameters converges to $0$ but we still have:
$\bigcap_{n=1}^{\infty} F_n=\{(0,0)\}$.
So, it seems that this condition is sufficient but not necessary, Am I right?
What are the necessary conditions of this theorem?
Added:
I wonder if there is an example where only a one subset is not closed but the other conditions hold and we have an empty intersection?