Let $X$ be a topological space and $a \in X$. Let $\Gamma_a$ be the collection of all clopen sets in $X$ that contain $a$. Let $C$ be the connected component of $X$ that contains $a$.
I'm trying to prove a result mentioned in this thread. Could you have a check on my attempt?
Theorem: If $A \in \Gamma_a$ then $C \subset A$. This implies $C \subset\bigcap \Gamma_a$.
Proof: Let $\Lambda_a$ be the collection of all connected subsets of $X$ that contain $a$. Then $C = \bigcup \Lambda_a$. Fix $A \in \Gamma_a$ and $B \in \Lambda_a$. Then $\{B \cap A, B \cap A^c\}$ is a partition of $B$ where $B \cap A$ and $B \cap A^c$ are both clopen in $B$. Then either $B \cap A = \emptyset$ or $B \cap A^c = \emptyset$. Because $a \in A \cap B$. Then $B \subset A$. This completes the proof.