Math, asked by prnce3831, 1 year ago

Please tell me the difference between the proper subset and the power set

Answers

Answered by MokshaMU
0

A subset is a collection of “some” of the elements of a set (“some” could be none or all as well). The power set is the collection of ALL subsets of a set.

Ex.

Let S = {1, 2, 3}

Here is an example of a subset of S: {2, 3}.

There is only one power set of S, and the above subset will be one of the elements of this power set.

P(S) = { { }, {1}, {2}, {3}, {1, 2}, {1, 3}, {2, 3}, {1, 2, 3} }.

934 Views · View 2 Upvoters

RELATED QUESTIONS (MORE ANSWERS BELOW)

Is there any subset that is a finite subset of an infinite set?

34 Views

What is the difference between a proper set and a subset?

2,779 Views

What is the comparison between subset and proper set?

123 Views

What are the differences between a power set and a proper set?

349 Views

How is the empty set a proper subset of any set?

821 Views

OTHER ANSWERS

Phil Scovis

Phil Scovis

Answered Jul 2, 2018 · Author has 2.3k answers and 2.2m answer views

A Power Set is the set of all subsets.

For example, the set {1,2,3}{1,2,3} has eight different subsets. {1}{1} is a subset. So is {2,3}{2,3}. So is {}{}.

However the set {1,2,3}{1,2,3} has only one power set. It is:

P({1,2,3})={{},{1},{2},{1,2},{3},{1,3},{2,3},{1,2,3}}P({1,2,3})={{},{1},{2},{1,2},{3},{1,3},{2,3},{1,2,3}}.

Sometimes, you will see things like

T∈P(S)T∈P(S)

used instead of

T⊆ST⊆S.

These really mean the same thing. In fact, this may be considered a definition of T⊆ST⊆S from more elementary concepts..

1.1k Views · View 2 Upvoters

Sponsored by CMU MSCF

Considering a master's degree?

STEM students can earn more in quant finance. Watch a 1-min video for info on this lucrative career.

Learn More

David Townsend

David Townsend, studied at University of Warwick

Answered May 19, 2018 · Author has 8.9k answers and 1m answer views

Yes.

The power set is the set of subsets of a set S. For example, if S = {0,1}, the power set of S would be PS={ {}, {0}, {1}, {0,1} } ( where {} is the empty set). It might seem odd to talk about a set of sets, but individual sets can be members of a set too.

A subset of S would be any of the sets {}, {0}, {1}, {0,1}

Similar questions