Set theory. Is the converse true?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
9 replies · 2K views
omoplata
Messages
327
Reaction score
2

Homework Statement



Prove that [itex]\cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}[/itex]

Homework Equations



[itex]\cup_{x \in C} \{ 2^{x} \} = \{ A | \exists x \in C, A \subseteq 2^{x} \}[/itex]

[itex]2^{x}[/itex] is the powerset of [itex]x[/itex]. i.e. [itex]2^{x} = \{ y | y \subseteq x \}[/itex]

The Attempt at a Solution



Suppose [itex]A \in \cup_{x \in C} \{ 2^{x} \}[/itex]. Then,

[itex]\exists x \in C, A \in 2^{x}[/itex]

[itex]\exists x \in C, A \subseteq x[/itex]

[itex]A \subseteq ( \cup C )[/itex]

[itex]A \in 2^{\cup C}[/itex]

Therefore, [itex]A \in \cup_{x \in C} \{ 2^{x} \} \Rightarrow A \in 2^{\cup C}[/itex]

Therefore, [itex]\cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}[/itex]

But I think there might be something wrong with my proof. Because why can't I start assuming [itex]A \in 2^{\cup C}[/itex] and go to [itex]A \in \cup_{x \in C} \{ 2^{x} \}[/itex]. That means [itex]A \in 2^{\cup C} \Rightarrow A \in \cup_{x \in C} \{ 2^{x} \}[/itex] and therefore [itex]2^{\cup C} \subseteq \cup_{x \in C} \{ 2^{x} \}[/itex] also, which means [itex]\cup_{x \in C} \{ 2^{x} \} = 2^{\cup C}[/itex].

Is there something wrong with this proof?
 
Physics news on Phys.org
omoplata said:

Homework Statement



Prove that [itex]\cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}[/itex]

I don't like that notation. You should write it without the brackets;

[itex]\cup_{x \in C} 2^{x} \subseteq 2^{\cup C}[/itex]

With the brackets, things become, for example

[tex]\{2^A\}\cup\{2^B\}=\{2^A,2^B\}[/tex]

which is not what you want...

Anyway...

Homework Equations



[itex]\cup_{x \in C} \{ 2^{x} \} = \{ A | \exists x \in C, A \subseteq 2^{x} \}[/itex]

[itex]2^{x}[/itex] is the powerset of [itex]x[/itex]. i.e. [itex]2^{x} = \{ y | y \subseteq x \}[/itex]

The Attempt at a Solution



Suppose [itex]A \in \cup_{x \in C} \{ 2^{x} \}[/itex]. Then,

[itex]\exists x \in C, A \in 2^{x}[/itex]

[itex]\exists x \in C, A \subseteq x[/itex]

[itex]A \subseteq ( \cup C )[/itex]

[itex]A \in 2^{\cup C}[/itex]

Therefore, [itex]A \in \cup_{x \in C} \{ 2^{x} \} \Rightarrow A \in 2^{\cup C}[/itex]

Therefore, [itex]\cup_{x \in C} \{ 2^{x} \} \subseteq 2^{\cup C}[/itex]

But I think there might be something wrong with my proof. Because why can't I start assuming [itex]A \in 2^{\cup C}[/itex] and go to [itex]A \in \cup_{x \in C} \{ 2^{x} \}[/itex]. That means [itex]A \in 2^{\cup C} \Rightarrow A \in \cup_{x \in C} \{ 2^{x} \}[/itex] and therefore [itex]2^{\cup C} \subseteq \cup_{x \in C} \{ 2^{x} \}[/itex] also, which means [itex]\cup_{x \in C} \{ 2^{x} \} = 2^{\cup C}[/itex].

Is there something wrong with this proof?

The proof is correct. However, you can't go backwards. The crucial step that you did, is this:[tex]\exists x \in C: A \subseteq x~~\Rightarrow~~A \subseteq ( \cup C )[/tex]

This is valid (and you may want to prove this in more detail), but the converse is not (you may want to give a counterexample!).
 
Oh, I think I understand now. There may be a [itex]y \in C[/itex] such that [itex]y \nsubseteq 2^{y}[/itex]. So [itex]A \subseteq (\cup C) \nRightarrow A \subseteq y[/itex]. So I can't go backwards?

Sorry about the notation.
 
Oops, I meant "There may be a [itex]y \in C[/itex] such that [itex]A \nsubseteq 2^{y}[/itex]."

I'll try to think of a specific example. I'll post if I can't find one.
 
OK. I have a counterexample. Let [itex]C = \{\{a\},\{b\}\}[/itex] and [itex]A = \{\{a, b\}\}[/itex]. So [itex]A \subseteq (\cup C)[/itex], but [itex]\nexists x \in C : A \subseteq x[/itex].

I think I was completely wrong in posts 3, 5 and 6.
 
Oh, OK. A = {a,b}. I had actually misunderstood the definition of [itex]\cup C[/itex]. Thanks.