I need to find a bijective proof that the number of independent partitions in a path of $n$ nodes and number of partitions of a set of $n-1$ elements are equal.
By independent partitions in a path we mean the partitions which create subset of nodes which are not adjacent.
For example, if I have the path:
$a\frac{\;\;\;\;\;\;}{}b\frac{\;\;\;\;\;\;}{}c$
the independent partitions are: $|a|b|c|$ and $|a c|b|$
$a$ and $c$ can be in the same block because they are not adjacent. So, for a path of three nodes we got 2 independent partitions. If we consider the set of $n-1$ elements (then 3-1=2) $\{a, b\}$ we get the following partitions: $|a|b|$ and $|a b|$
So we got again 2 partitions. I'm not going to show you other examples, because the equivalence is easily demonstrable empirically. But I cannot find the connection between the two type of partitions.
I thought about the calculation method for the partitions in a set (with the Stirling Numbers of the second kind) but doesn't seem the right way.
I thought also about the fact that $n-1$ is exactly the number of edge in the path, but even this way seems to lead nowhere