Prove union of equivalence classes is the whole set:
Given a set $X$ and let $∀x∈X$ , $\left[x\right]$ be the equivalence class of $x$ , then we want to show that $$\bigcup_{x∈X}\left[x\right]=X$$ or equivalently $$\bigcup_{\left[x\right]∈X/\sim }\left[x\right]=X$$
proofwiki proves this theorem but it says $∃x∈X:x∉ \left[x\right]$ is equivalent to $$∃x∈X: x∉\bigcup\left[x\right]$$ which is not right because it is not what union of sets states.
I've tried myself like this: From the definition of equivalence relation and using the symmetric property of $\sim$ we know $∀x∈X:x∈ \left[x\right]$ if and only if $¬(∃x∈X:x∉ \left[x\right])$ holds, then from the definition of intersection it follows :$$¬(x∉ \bigcap_{x∈X}\left[x\right])$$ This is true if and only if: $$x∈\bigcap_{x∈X}\left[x\right]$$
But this is not what I wanted, so how can I prove that?
The proof that $\bigcup_{x\in X}[x]=X$ is simpler than what proofwiki does and simpler than what you're trying to do.