Skip to content

Shapley–Shubik Power Index

Power-index valuation model — instantiates Pivotal Participation Leverage Mapping

Scores each participant's a priori voting power as the share of all coalition orderings in which they are the pivot who tips the group past the winning threshold.

Shapley–Shubik Power Index measures how much decisive power a participant really holds in a weighted vote, which is rarely their share of the seats. It imagines the winning coalition being assembled one member at a time, in every possible order, and asks: in what fraction of those orderings is this member the one whose arrival first pushes the running total across the quota? That fraction is their power. Its defining move is that order matters — power is credited to the member who is pivotal at the moment the coalition becomes winning — which is what separates it from its unordered cousin, the Banzhaf Power Index, and from raw seat counts that see only nominal size.

Example

Imagine a 100-seat legislature after an election leaves three parties holding 49, 48, and 3 seats, with a simple majority of 51 needed to govern. Intuitively the 3-seat party looks like a rounding error. The index says otherwise. No party can reach 51 alone, and any two of them clear it — so every pair is a winning coalition. Running through all six orderings of the three parties and marking who crosses 51 in each, every party turns out to be the pivot in exactly two of them. The result: power ≈ ⅓, ⅓, ⅓. The tiny 3-seat party wields the same decisive power as the 49-seat party, because in this configuration it completes just as many winning coalitions. That single number reframes the coalition talks — the small party is a kingmaker to be courted, not an afterthought to be rounded off — and it does so before any horse-trading reveals it the hard way.

How it works

  • Enumerate the orderings. Consider every sequence in which members could join a forming coalition (all n! of them, or the closed-form Shapley value for larger bodies).
  • Find the pivot in each. Add members in sequence and mark the one whose entry first takes the cumulative weight to or past the quota — the pivotal member for that ordering.
  • Average over all orderings. Each member's power is the share of orderings in which they are the pivot; the shares sum to 1, so power is a slice of a fixed pie.
  • Read off dummies and kingmakers. A member pivotal in no ordering is a dummy with zero power despite holding votes; one pivotal far more often than their weight suggests is a kingmaker.

Because it weights sequences, the index rewards a member for being the one who completes coalitions, not merely for being large.

Tuning parameters

  • Quota / threshold — where the winning line sits (simple majority, two-thirds, a fixed quorum). Moving it rewrites every member's pivot share; the index is only meaningful relative to a stated quota.
  • Ordering model — plain Shapley treats all orderings as equally likely; weighting orderings by ideological adjacency (only plausible coalitions) yields a more realistic but less a-priori "spatial" variant. The trade-off is neutrality versus realism.
  • Coalition feasibility mask — excluding coalitions that can never form (sworn enemies) sharpens the estimate but injects political judgment the pure index avoids.
  • Unit granularity — whether a bloc counts as one voter or splits into its members, which changes the ordering count and the resulting shares.

When it helps, and when it misleads

Its strength is exposing the gap between seat share and decisive power: it names the dummy who can be safely ignored and the small party whose vote is worth a cabinet post, turning a status-based intuition into a counterfactual one. It is the cleanest way to see that a member given a nonzero vote can still be structurally powerless[n1] — or the reverse.

Its central weakness is that the a priori index assumes every ordering is equally likely, so it ignores preferences and ideology entirely: it will credit real power to a party no one will actually govern with, and understate a party at the ideological center that is everyone's natural partner. The tidy fractions invite false precision about what is really a structural upper bound, and the model is easily run backwards — a quota or weighting chosen after the fact to make a favored member look decisive. The discipline is to read it as a-priori structural leverage, not a forecast, and to pair it with realistic coalition constraints before trusting any single share.

How it implements the components

  • power_index_metric — its output is the canonical power index: a normalized number per participant, summing to one, expressing decisive share rather than nominal weight.
  • marginal_contribution_estimate — the Shapley value it computes is precisely each member's average marginal contribution across all orderings; the pivot is the point where that contribution flips a losing coalition into a winning one.

It does not encode or stress-test the decision_rule_or_threshold_model or map quorum_dependency_map (that is Weighted Voting Simulation and Quorum Sensitivity Table), enumerate the pivotal_set_or_minimal_winning_coalition_map (Minimal Winning Coalition Enumeration), or run the pivotality_counterfactual_test (Dependency Removal Counterfactual).

Editorial Notes

Form Classification

Form family: Analysis, Modeling & Optimization

Rationale: Shapley–Shubik Power Index operates as an analytical, modeling, inference, comparison, or optimization procedure that derives insight or a solution because it scores each participant's a priori voting power as the share of all coalition orderings in which they are the pivot who tips the group past the winning threshold.

Independent corroboration: The frozen evidence defines Shapley–Shubik Power Index as 'Scores each participant's a priori voting power as the share of all coalition orderings in which they are the pivot who tips the group past the winning threshold', so its operative form is Analysis, Modeling & Optimization.

Review outcome: Independent reviewer agreement; high confidence.

Origin Attribution

Primary origin: Political Science

Origin pattern: Convergent development

Present-day reach: Universal

Rationale: The Shapley-Shubik index was introduced specifically to evaluate the distribution of power in committee voting systems. The original American Political Science Review article adapts Shapley value mathematics to political voting power, making political science the primary applied lineage and mathematics an essential co-lineage.

Related originating lineages:

  • Computer Science & Software Engineering — Computer science and software-engineering practice supplies a parallel or contributing lineage for the mechanism's defining operation: scores each participant's a priori voting power as the share of all coalition orderings in which they are the pivot who tips the group past the winning threshold.
  • Economics & Finance — Cooperative game theory supplies the Shapley-value lineage of marginal coalition contribution.
  • Mathematics — Combinatorics enumerates permutations and pivotal positions.
  • Operations Research — The index supports formal analysis of weighted voting and allocation institutions.

Review resolution: The blind reviewers disagree on primary lineage (political_science versus mathematics). Authoritative or primary research supports political_science as the best historical origin: The Shapley-Shubik index was introduced specifically to evaluate the distribution of power in committee voting systems. The original American Political Science Review article adapts Shapley value mathematics to political voting power, making political science the primary applied lineage and mathematics an essential co-lineage. The cited Shapley and Shubik, A Method for Evaluating the Distribution of Power in a Committee System directly supports the mechanism's defining operation. All independently supported contributing domains are retained without an arbitrary cap. origin_mode=convergent records the lineage relationship, while domain_reach=universal records later applicability separately from provenance.

Encyclopedia synthesis: The exact catalogued form synthesizes established practice rather than reproducing a single standard historical label.

Review outcome: Researched adjudication after independent review; high confidence.

Sources consulted:

Notes

Shapley–Shubik and the Banzhaf Power Index can rank the same members differently, because one averages over ordered arrivals and the other counts unordered swings. Choosing between them is a modeling assumption about how coalitions form, not a technicality — report which index you used and why, since the disagreement is exactly where the interesting cases live.

[n1] A dummy (or null) player holds a positive vote weight yet is pivotal in no coalition, so their power index is zero. This is not merely theoretical — a member state given a nonzero number of votes in the earliest European Economic Community's weighted Council could be mathematically unable to affect any qualified-majority outcome. Spotting dummies is one of the index's most practical uses.