Can someone explain subsets to me? Not sure how he got this, answers posted

  • Thread starter Thread starter mr_coffee
  • Start date Start date
  • Tags Tags
    Explain Subsets
mr_coffee
Messages
1,613
Reaction score
1
Hello everyone I'm confused on how he got this...
the question says:

Let S = {a,b,c} and for each integer i = 0, 1, 2, 3, let S_i be the set of all subests of S that have i elements. List the elements in S_o,S_1,S_2,S_3. Is {S_0,S_1,S_2,S_3} a partion of P(S)?

Here is the answer:

http://suprfile.com/src/1/3rmvhz6/Untitled-1[/URL] copy.jpg[/PLAIN] I know if i = 0,
S_0 = {NULL}
Is it NULL becuase 0 stands for somthing to be empty?

then I'm really lost on S_1 through S_3
Why did they break S = {a,b,c} into S_1 = {{a},{b},{c}}If i stands for the # of elements then why would S_1 have 3 elements? not 1 element?
S_0, i = 0, means S_0 has 0 elemnets which makes sense to me becuase NULL means no elements or empty setand for S_2 I'm confused on where they are getting those, its not hte power series becuase they didn't include {a,b,c} nor did they inlude the NULL set.Then S_3, I'm confused why they just put it all into a separate brackets {{a,b,c}}

Any explanation would be great!I looked up the deinfition of a subset and it really doesn't help me make senes of this, it says a subset is the following:
If A and B are sets, then A is called a subset of B, if and only if, every element of A is also an lelemnt of B.
 
Last edited by a moderator:
Physics news on Phys.org
So we're looking for every set A s.t. if x is an element of A, x is also an element of S.

For S1, you're looking for every set that has one element, such that each element in the set is an element of S (in the subsets, not in S1). So, for example, {a} is a subset of S, because a is an element of S, and {a} also has exactly one member.

On the other hand, if you look at S2, you're looking for subsets of S that have exactly two members. So {a, c} has two members, and a and c are both elements of S, thus it is a two element subset of S.

For S3, the only three element subset of S is clearly {a, b, c}. Here you appear to be confused by the notation... since S3 is a set itself, and {a, b, c} is an element of that set, even though it's also a set itself, you have to put curly braces around the set S3

You should ask your teacher to explain this more carefully to you
 
Thanks Office_Shredder your explanation seems to of made some sense to me.

Our profesor told us this was too easy for him to go over so he skipped lecture on it and continued on, I've sent him a few e-mails but this has helped me a lot more than the e-mails.
 
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