MathDB
number of separated partitions for n+1 is equal the number of partitions for n

Source: Brazilian Mathematical Olympiad 2024, Level 3, Problem 2

October 12, 2024
partitionSet partitioncombinatoricsinductionbijection

Problem Statement

A partition of a set A A is a family of non-empty subsets of A A , such that any two distinct subsets in the family are disjoint, and the union of all subsets equals A A . We say that a partition of a set of integers B B is separated if each subset in the partition does not contain consecutive integers. Prove that, for every positive integer n n , the number of partitions of the set {1,2,,n} \{1, 2, \dots, n\} is equal to the number of separated partitions of the set {1,2,,n+1} \{1, 2, \dots, n+1\} .
For example, {{1,3},{2}} \{\{1,3\}, \{2\}\} is a separated partition of the set {1,2,3} \{1,2,3\} . On the other hand, {{1,2},{3}} \{\{1,2\}, \{3\}\} is a partition of the same set, but it is not separated since {1,2} \{1,2\} contains consecutive integers.