Prove $\bigcap_\alpha P(A_\alpha)=P(\bigcap_\alpha A_\alpha)$
Where $P$ denotes the power set.
Definition: $\bigcap_\alpha A_\alpha=\{\forall\alpha\in A:x\in\ A_\alpha\}$
My work:
$x \in \bigcap_\alpha P(A_\alpha)\iff \forall\alpha\in P(A):x\in\ P(A_\alpha)\iff\forall\alpha\in A:x\in\ A_\alpha\iff \forall\alpha\in A:x\in\bigcap_\alpha A_\alpha $
Here i'm stuck. Can someone help me?
You should be more careful in your use of quantifiers and in the definition of arbitrary intersections. My proof: $$x \in \bigcap_{\alpha}\mathcal{P}(A_{\alpha}) \Leftrightarrow \forall \alpha(x \in \mathcal{P}(A_{\alpha})) \Leftrightarrow \forall \alpha(x \subseteq A_{\alpha}) \Leftrightarrow x \subseteq \bigcap_{\alpha}A_{\alpha} \Leftrightarrow x \in \mathcal{P}(\bigcap_{\alpha} A_{\alpha}) $$
The third logical equivalence is the only one that demands proof (although it is not hard to see, just note that conjunctions are distributive over the universal quantifier).