Given a situation in which a number of agents have to vote for or against a certain measure,
let \(N =\{1,\ldots,n\}\) be the set of voters, \(w\) be a non-negative vector of voter weights (the weight of each voter is the number of votes or the proportion of total votes they hold),
and \(q \in [0,\sum_{i \in N}w_{i}]\) be the quota (the minimum number of votes or the minimum proportion of total votes needed to pass the measure).
The corresponding weighted majority game, \(v\), is defined by
$$v(S)=1 \text{ if } \sum_{i \in S}w_{i} \geqslant q \text{ and } v(S)=0 \text{ otherwise, for each }S\in 2^N.$$