Set theory. Is the converse true?

Click For Summary

Homework Help Overview

The discussion revolves around a proof concerning set theory, specifically the relationship between the union of powersets and the powerset of a union. The original poster attempts to prove that the union of the powersets of elements in a set C is a subset of the powerset of the union of C.

Discussion Character

  • Exploratory, Assumption checking, Conceptual clarification

Approaches and Questions Raised

  • Participants explore the implications of the proof, questioning the validity of assuming the converse. They discuss the relationship between subsets and powersets, and some express confusion over notation.

Discussion Status

Some participants have provided guidance on the proof's correctness and the limitations of reversing implications. Others are working through specific examples to clarify their understanding and to illustrate points of confusion.

Contextual Notes

There are discussions about the notation used in set theory and the definitions of union and powerset, which some participants find unclear. A counterexample is being sought to illustrate the failure of the converse implication.

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.
 
omoplata said:
There may be a [itex]y \in C[/itex] such that [itex]y \nsubseteq 2^{y}[/itex].

This makes no sense :frown:
Can you try and come up with a specific example that shows that the implication does not hold?
 
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.
 
The empty set?
 
omoplata said:
The empty set?

What would you take empty? Can you elaborate?
 
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.
 
Yes, if you meant A={a,b}. Be careful with that notation...
 
  • #10
Oh, OK. A = {a,b}. I had actually misunderstood the definition of [itex]\cup C[/itex]. Thanks.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K