Quiz 2

Weighted Voting and Power Indices

101 words
1 min read
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

# Weighted Voting and Power Indices ## Weighted Voting Games Each player $i$ has weight $w_i$, quota $Q$. Coalition $S$ wins if $\sum_{i \in S} w_i \geq Q$.

Weighted Voting and Power Indices

Weighted Voting Games

Each player ii has weight wiw_i, quota QQ. Coalition SS wins if iSwiQ\sum_{i \in S} w_i \geq Q.

Shapley-Shubik vs Banzhaf

IndexFormulaInterpretation
Shapley-Shubikϕi=# permutations where i is pivotaln!\phi_i = \frac{\text{\# permutations where } i \text{ is pivotal}}{n!}Probability of being pivotal given random order
Banzhafβi=# winning coalitions where i is critical2n1\beta_i = \frac{\text{\# winning coalitions where } i \text{ is critical}}{2^{n-1}}Number of times ii can change outcome
Example: UN Security Council (5 permanent, 10 rotating, 9 votes needed).
  • Permanent members: Shapley-Shubik index 0.196\approx 0.196 each
  • Rotating members: 0.00186\approx 0.00186 each
  • Permanent members have 100×\approx 100\times the power Join Discord PreviousCooperative GamesNextBargaining
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.