2024-08-18

731: For Set, Union of Power Set of Set Is Set

<The previous article in this series | The table of contents of this series | The next article in this series>

description/proof of that for set, union of power set of set is set

Topics


About: set

The table of contents of this article


Starting Context



Target Context


  • The reader will have a description and a proof of the proposition that for any set, the union of the power set of the set is the set.

Orientation


There is a list of definitions discussed so far in this site.

There is a list of propositions discussed so far in this site.


Main Body


1: Structured Description


Here is the rules of Structured Description.

Entities:
S: { the sets }
//

Statements:
Pow(S)=S
//


2: Natural Language Description


For any set, S, Pow(S)=S.


3: Proof


Whole Strategy: Step 1: see that each element of Pow(S) is contained in S; Step 2: see that each element of S is contained in Pow(S); Step 3: conclude the proposition.

Step 1:

Let pPow(S) be any.

p's being in the union of Pow(S) means that p is in an element of Pow(S), which (the element) is a subset of S, so, p is in a subset of S, which implies that pS.

So, Pow(S)S.

Step 2:

Let pS be any.

{p}Pow(S), so, p is in an element of Pow(S), so, pPow(S).

So, SPow(S).

Step 3:

So, Pow(S)=S.


4: Note


On the other hand, Pow(S)S in general: while always Pow(S), is not in S in general.


References


<The previous article in this series | The table of contents of this series | The next article in this series>