Sufficiency of the inequalities (1–5) for perfect binary trees
Prove that, for any perfect binary tree T of height h, every non-negative integer sequence A = (a1, a2, ..., ac) with c ≥ h + 1 that satisfies the necessary constraints relating A to the node counts by height (n0, n1, ..., nh)—namely (i) sum_{i=1}^c a_i = n (the total number of nodes of T), (ii) a_j = 1 for at least one color j (the root’s color), and (iii) for every subset of k distinct colors (1 ≤ k ≤ c) the sum of their counts is at most n0 + n1 + ... + n_{k-1} where n_g denotes the number of nodes of height g—can be realized as a valid coloring of T under the rule that no node shares a color with any ancestor or descendant (i.e., that these necessary conditions are also sufficient for perfect binary trees).
References
Also for perfect binary trees, we conjecture that the necessary conditions Eqs. (1- 5) are also sufficient conditions.