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 is a family of non-empty subsets of , such that any two distinct subsets in the family are disjoint, and the union of all subsets equals . We say that a partition of a set of integers is separated if each subset in the partition does not contain consecutive integers. Prove that, for every positive integer , the number of partitions of the set is equal to the number of separated partitions of the set .For example, is a separated partition of the set . On the other hand, is a partition of the same set, but it is not separated since contains consecutive integers.