omoplata
- 327
- 2
Homework Statement
Prove that \cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}
Homework Equations
\cup_{x \in C} \{ 2^{x} \} = \{ A | \exists x \in C, A \subseteq 2^{x} \}
2^{x} is the powerset of x. i.e. 2^{x} = \{ y | y \subseteq x \}
The Attempt at a Solution
Suppose A \in \cup_{x \in C} \{ 2^{x} \}. Then,
\exists x \in C, A \in 2^{x}
\exists x \in C, A \subseteq x
A \subseteq ( \cup C )
A \in 2^{\cup C}
Therefore, A \in \cup_{x \in C} \{ 2^{x} \} \Rightarrow A \in 2^{\cup C}
Therefore, \cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}
But I think there might be something wrong with my proof. Because why can't I start assuming A \in 2^{\cup C} and go to A \in \cup_{x \in C} \{ 2^{x} \}. That means A \in 2^{\cup C} \Rightarrow A \in \cup_{x \in C} \{ 2^{x} \} and therefore 2^{\cup C} \subseteq \cup_{x \in C} \{ 2^{x} \} also, which means \cup_{x \in C} \{ 2^{x} \} = 2^{\cup C}.
Is there something wrong with this proof?