Number of partitions for a finite set

Click For Summary
The discussion focuses on finding a recursive relation for the number of partitions, denoted as P_n, for a finite set S_n of cardinality n, starting with P_0 = 1. The initial attempt at a solution leads to an incorrect formula due to double counting, which is identified through examples. To resolve this, it is suggested that each k-block A_k must include a specific element x from S_{n+1}, allowing for a corrected recursive relation. The final proposed formula is P_{n+1} = ∑_{k=1}^{n+1} {n choose k-1} P_{n+1-k}, which appears more plausible and is confirmed by another participant in the discussion. The conversation concludes with confidence in the correctness of the recursive relation.
geoffrey159
Messages
535
Reaction score
72

Homework Statement


Find a recursive relation on the number of partitions ##P_n## for a set ##S_n## of cardinal ##n##. ##P_0 = 1## is given.

Homework Equations

The Attempt at a Solution


A partition of ##S_{n+1}## is given by the choice of a non-empty ##k##-block ##A_k## of ##S_{n+1}## and a partition of ##S_{n+1} - A_k## which has cardinality ##n+1-k##, for all ##k \in [[ 1...n+1 ]]##. I find :

##P_{n+1} = \sum_{k = 1}^{n+1} {n+1\choose k} P_{n+1-k} = \sum_{k = 1}^{n+1} {n+1\choose n+1-k} P_{n+1-k} = \sum_{s = 0}^{n} {n+1\choose s} P_s ##

But this formula is wrong and I don't understand why. What did I miss ?
 
Physics news on Phys.org
##n=4,n+1=5##
##S_{5}=\{1,2,3,4,5\}##
Take your argument for k=2
Non empty 2-block: ##A_2=\{1,2\}##, partition of ##S_{n+1-k} \setminus A_2##: ##\{\{3,4\},\{5\}\}##
Non empty 2-block: ##A_2=\{3,4\}##, partition of ##S_{n+1-k}\setminus A_2##: ##\{\{1,2\},\{5\}\}##
Take your argument for k=1
Non empty 1-block: ##A_1=\{5\}##, partition of ##S_{n+1-k} \setminus A_1##: ##\{\{1,2\},\{3,4\}\}##

So there is some double (or even more) counting going on in your argument.
 
Last edited:
  • Like
Likes geoffrey159
Thank you Samy, your answer is very clear ! I think that in order to avoid this double counting, I must impose that the ##k##-blocs ##A_k## contain a random element ##x\in S_{n+1}##.
In which case, each ##A_k## is the union of ##x## and of a ##(k-1)##-block of ##S_{n+1}-\{x\}##, so that ##A_k## can be chosen in ##{ n \choose k-1}## ways. Finally,

##P_{n+1} =\sum_{k = 1}^{n+1} { n \choose k-1} P_{n+1-k} =\sum_{k = 1}^{n+1} { n \choose n+1-k} P_{n+1-k} =\sum_{s = 0}^{n} { n \choose s} P_{s}##

Which looks much more plausible. What do you think ?
 
  • Like
Likes Samy_A
geoffrey159 said:
Thank you Samy, your answer is very clear ! I think that in order to avoid this double counting, I must impose that the ##k##-blocs ##A_k## contain a random element ##x\in S_{n+1}##.
In which case, each ##A_k## is the union of ##x## and of a ##(k-1)##-block of ##S_{n+1}-\{x\}##, so that ##A_k## can be chosen in ##{ n \choose k-1}## ways. Finally,

##P_{n+1} =\sum_{k = 1}^{n+1} { n \choose k-1} P_{n+1-k} =\sum_{k = 1}^{n+1} { n \choose n+1-k} P_{n+1-k} =\sum_{s = 0}^{n} { n \choose s} P_{s}##

Which looks much more plausible. What do you think ?
Yes, that's exactly the method I used. Of course we could both be wrong (argumentwise), but the recursive relation is most certainly correct.
 
  • Like
Likes geoffrey159
Thank you very much !
 

Similar threads

  • · Replies 24 ·
Replies
24
Views
5K
  • · Replies 14 ·
Replies
14
Views
2K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 29 ·
Replies
29
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
2
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
16
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K