← Back to arXiv
arXivCombinatoricsarXiv:2607.22686

Super Coalition Number in Graphs

The paper introduces a new way of thinking about how vertices in a graph can be organized into groups that collectively control the entire graph. The starting point is a concept called "super domination," where a set of vertices is considered powerful if every vertex outside the set has at least one neighbor inside the set that is connected to no other vertices outside the set. Think of it like a network where certain nodes have exclusive responsibility for covering their neighbors. The authors ask: how many groups can you divide the vertices into, such that no single group is strong enough on its own, but every group can team up with at least one other group to achieve full coverage?

The maximum number of such groups is called the super coalition number. The paper works out how this number relates to other known graph quantities, like the minimum number of vertices needed to super dominate a graph and the maximum number of non-overlapping super dominating sets you can pack into a graph. The authors derive upper and lower bounds on the super coalition number and work out exact values for familiar graph shapes like paths, cycles, stars, wheels, and a flower-like structure called the friendship graph.

On the computational side, the paper shows that figuring out the super coalition number for an arbitrary graph is NP-complete, meaning there is no known efficient algorithm that can always solve it quickly. This places it in the same hardness class as many other difficult optimization problems in graph theory. The authors also prove that the super coalition number has no universal upper limit, meaning you can construct graphs where this number grows as large as you like. Together, these results establish the basic mathematical landscape of the concept and open the door for future work on both theory and applications in network design or resource coordination.

Read original →