Q.8

Question

Let S be a given set. If, for some k>0,S1,S2,,Sk are mutually exclusive nonempty subsets of S such that 

i=1kSi=S, then we call the set S1,S2,,Sk a partition of S. Let Tn denote the number of different partitions of {1,2,,n}. Thus, T1=1 (the only partition being S1={1} ) and T2=2 (the two partitions being {{1,2,}},{{1},{2}}, .

(a) Show, by computing all partitions, that T3=5,T4=15.

(b) Show that

Tn+1=1+k=1nnkTk

and use this equation to compute T10.

Step-by-Step Solution

Verified
Answer

a). We proved that T3 = 5, T4 = 15.

b). The partition in which all the items are in the same set. 

1Part (a) Step 1: Given Information

Show by computing all partitions, that T3 = 5, T4 = 15 .

2Part (a) Step 2: Explanation

Calculating T3 :

We can divide three items in:-

  • one subset in 1 way.
  • Two subsets (a subset of one item, and a subset of two items ) in 3 ways (the ways of choosing the single item).
  • Three subsets in 1 way.

Then T3=1+3+1=5

3Part (a) Step 3: Explanation

Calculating T4 :

We can divide four items in:-

  • One subset in 1 way.
  • Two subsets (a subset of one item, and a subset of three items) in 4 ways (the ways of choosing the single item).
  • Two subsets (two subsets of two items) in 3 ways (half the number of the ways of choosing two items, since choosing item 1 and 3 is equivalent to choosing item 2 and 4 ).
  • Three subsets (two subsets of one item, and a subset of 2 items ) in 6 ways (the ways of choosing the two item).
  • Four subsets in 1 way.

Then T4=1+4+3+6+1=15 Then T3=1+3+1=5

4Part (b) Step 1: Given Information

Show that Tn+1=1+k=1nnkTk.

5Part (b) Step 2: Explanation

Now let's derive this expression

Tn+1=1+k=1nnkTk

We argue like that, let there be n+1 item. We choose one item and make it special, then we have n regular items and one special item. We choose k(k=1,2,3,n) regular items and partition them, while keeping the other n-k items plus the special item in an extra subset altogether. Now for any two choices of the value of k. Now for every choice of the value of k, there are nk ways of choosing the regular items in the group to be partitioned, and Tk ways of partitioning the k items, and hence the expression nkTk. And for every choice of the value of k, for every choice of the k items, no two partitions are the same. Now every partition this way, corresponds to a partition of the n+1 items, but there is a partition of the n+1 that can't be reproduced by this way, namely the partition in which all the items are in the same set.