When Does A Equal the Power Set of Its Union?

dreyvas
Messages
1
Reaction score
0

Homework Statement



We're working more or less with the standard ZF axioms.

Prove that A \subseteq \mathcal{P}(\bigcup A) for any set A, whose elements are all sets. When are they equal?

Homework Equations


Just the axioms

I) Extensionality
II) Emptyset and Pairset
III) Separation
IV) Powerset
V) Unionset
VI) Infinity

The Attempt at a Solution



I can prove the first part pretty easily. We have that the union and power set of the union are sets directly from V and IV.

Briefly, suppose X \in A. Then X \subseteq \bigcup A by def. of union. So X \in \mathcal{P}(\bigcup A).

The part I'm stuck on is when they're equal. I attempted to prove that \mathcal{P}(\bigcup A) \subseteq A in order to get an idea of what condition A would need to meet.

My best guess is that they're only equal when A (at the very least) contains the emptyset and the singletons of every element in the union of all of A. Seems like a pretty circular definition, though, since I need to know what A is to know what the union of all of A is. Maybe I could say that A needs to be composed of the emptyset and the remaining elements must be singletons or else be the union of singletons already contained in A? I have thought about this a fair bit, and I'm pretty sure my condition ensures equality, so this isn't a random guess. Help would be appreciated.

Also, we have not really gotten into cardinality yet, but I do know that |S| \leq |\bigcup S| if S is countable. But I also know that |\bigcup S| < |\mathcal{P}(\bigcup S)|. So for our equality to hold, S must be uncountable...?
 
Last edited:
Physics news on Phys.org
dreyvas said:
The part I'm stuck on is when they're equal. I attempted to prove that \mathcal{P}(\bigcup A) \subseteq A in order to get an idea of what condition A would need to meet.

My best guess is that they're only equal when A (at the very least) contains the emptyset and the singletons of every element in the union of all of A. Seems like a pretty circular definition, though, since I need to know what A is to know what the union of all of A is. Maybe I could say that A needs to be composed of the emptyset and the remaining elements must be singletons or else be the union of singletons already contained in A? I have thought about this a fair bit, and I'm pretty sure my condition ensures equality, so this isn't a random guess. Help would be appreciated.

Because you do not have any a priori structure on A (A is not assumed to be closed under unions or intersections or anything like that), there is no "simpler" condition that A be all of \mathcal{P}\left(\textstyle\bigcup A\right). To say, as you have, that A must contain the empty set, singletons, and all unions of singletons contained in A, is more or less exactly to say that A = \mathcal{P}\left(\textstyle\bigcup A\right): that is, it's not really a useful sufficient condition.

dreyvas said:
Also, we have not really gotten into cardinality yet, but I do know that |S| \leq |\bigcup S| if S is countable. But I also know that |\bigcup S| < |\mathcal{P}(\bigcup S)|. So for our equality to hold, S must be uncountable...?

Your first statement here is false: take S = \{\emptyset, \{0\}, \{1\}, \{0, 1\}\}; then |S| = 4 while \left|\textstyle\bigcup S\right| = |\{0, 1\}| = 2.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top