Political Economy of Elections

Lecture 10

Information Aggregation: Bayesian Updating

Information Aggregation: Bayesian Updating

Does One Vote Matter?

Before we can ask whether democracy aggregates information well, we should confront a more basic question: does an individual vote matter at all?

Consider a simple model: there are NN voters, each of whom votes for candidate DD or RR independently with probability 12\frac{1}{2}. The winner is determined by majority rule. Your vote is pivotal — it actually changes the outcome — only when the other N1N-1 voters are exactly tied.

For N=3N = 3: you and two other voters. The other two voters each vote D or R with probability 12\frac{1}{2}. There are four equally likely outcomes for their votes: (D,D), (D,R), (R,D), (R,R). Your vote is pivotal in exactly two of them — (D,R) and (R,D), where the others tie. So:

Prob(pivotal)=24=12\text{Prob}(\text{pivotal}) = \frac{2}{4} = \frac{1}{2}

For N=5N = 5: the other four voters must tie (2 for D, 2 for R). The number of ways this happens is (42)=6\binom{4}{2} = 6, out of 24=162^4 = 16 total equally likely profiles:

Prob(pivotal)=616=38\text{Prob}(\text{pivotal}) = \frac{6}{16} = \frac{3}{8}

This is less than 12\frac{1}{2}. As NN grows, the probability of a tie among the other voters falls rapidly. For N=1,000N = 1{,}000, the pivot probability is approximately 2.5%2.5\%. For N=10,000,000N = 10{,}000{,}000, it is approximately 0.025%0.025\%. In large electorates, any single vote is vanishingly unlikely to be decisive.

Yet democracies function. People vote — often in large numbers — and collective decisions seem to track the will of the electorate. If individual votes are so rarely decisive, why does democracy work at all?

One compelling answer is that the question is wrong. The value of voting is not about whether your single vote changes the outcome — it probably will not. The value is that when many people each cast an informed vote, the aggregate of those votes encodes vast amounts of dispersed information about the relative merits of the alternatives. Democracy works not because each vote matters individually, but because votes collectively aggregate information.

This motivates the next several lectures. We will build a formal model of information aggregation through voting and ask: can a group of voters, each with noisy private information, make a correct collective decision? We begin with the tools needed to answer that question.

The Framework: States, Priors, Signals, and Posteriors

To model information aggregation, we need a framework for representing uncertainty and learning.

State of the world: Something is true but unknown. We represent this as a random variable θ\theta taking values in some set. In our main application, the state is binary: either the defendant is Guilty (GG) or Innocent (II). In later applications to elections, the state might be which of two policies (AA or BB) is better for society.

Prior belief: Before receiving any information, a decision-maker has a prior — a probability distribution over the possible states. We write Prob(G)\text{Prob}(G) for the prior probability of guilt. In our model, we assume equal priors: Prob(G)=Prob(I)=12\text{Prob}(G) = \text{Prob}(I) = \frac{1}{2}.

Signal: A signal is a piece of new information, potentially informative about the state. Signals are imperfect: they correlate with the true state but do not reveal it perfectly. In the juror model, each juror receives a binary signal s{g,i}s \in \{g, i\}: the signal gg suggests guilt, the signal ii suggests innocence.

Posterior belief: After receiving a signal, the decision-maker updates her prior using Bayes' rule to form a posterior — a revised probability distribution over states given the signal. The posterior is the correct probability of each state given all available information.

This framework — prior, signal, posterior — describes rational learning from new information. It is one of the most useful structures in all of economics and statistics.

The Juror Model

We will use the following model throughout Lectures 10–14. A court must decide whether to convict or acquit a defendant. The true state is either GG (guilty) or II (innocent), each equally likely: Prob(G)=Prob(I)=12\text{Prob}(G) = \text{Prob}(I) = \frac{1}{2}.

Each juror receives a private signal s{g,i}s \in \{g, i\} about the defendant's guilt. The signal is binary and symmetric with accuracy p>12p > \frac{1}{2}:

Prob(gG)=p,Prob(iG)=1p\text{Prob}(g \mid G) = p, \qquad \text{Prob}(i \mid G) = 1-p Prob(iI)=p,Prob(gI)=1p\text{Prob}(i \mid I) = p, \qquad \text{Prob}(g \mid I) = 1-p

In words: if the defendant is guilty, each juror's signal points toward guilt with probability pp and toward innocence with probability 1p1-p. If the defendant is innocent, each juror's signal points toward innocence with probability pp and toward guilt with probability 1p1-p. The signal is accurate more often than not, since p>12p > \frac{1}{2}.

The signals of different jurors are independent conditional on the state — knowing one juror's signal tells you nothing about another juror's signal beyond what you already knew about the state. This is the key statistical assumption that allows information to aggregate.

Bayesian Updating

Suppose a juror receives signal gg (suggesting guilt). How should she update her belief about the defendant's guilt? She starts with prior Prob(G)=12\text{Prob}(G) = \frac{1}{2} and needs to compute Prob(Gg)\text{Prob}(G \mid g).

Applying Bayes' rule:

Prob(Gg)=Prob(gG)Prob(G)Prob(gG)Prob(G)+Prob(gI)Prob(I)\text{Prob}(G \mid g) = \frac{\text{Prob}(g \mid G) \cdot \text{Prob}(G)}{\text{Prob}(g \mid G) \cdot \text{Prob}(G) + \text{Prob}(g \mid I) \cdot \text{Prob}(I)}

Substituting the numbers:

Prob(Gg)=p12p12+(1p)12=p2p2+1p2=pp+(1p)=p\text{Prob}(G \mid g) = \frac{p \cdot \frac{1}{2}}{p \cdot \frac{1}{2} + (1-p) \cdot \frac{1}{2}} = \frac{\frac{p}{2}}{\frac{p}{2} + \frac{1-p}{2}} = \frac{p}{p + (1-p)} = p

So after seeing signal gg, the juror's posterior belief that the defendant is guilty is exactly pp.

Now suppose the juror receives signal ii (suggesting innocence). By the same calculation:

Prob(Gi)=Prob(iG)Prob(G)Prob(iG)Prob(G)+Prob(iI)Prob(I)=(1p)12(1p)12+p12=1p\text{Prob}(G \mid i) = \frac{\text{Prob}(i \mid G) \cdot \text{Prob}(G)}{\text{Prob}(i \mid G) \cdot \text{Prob}(G) + \text{Prob}(i \mid I) \cdot \text{Prob}(I)} = \frac{(1-p) \cdot \frac{1}{2}}{(1-p) \cdot \frac{1}{2} + p \cdot \frac{1}{2}} = 1-p

After seeing signal ii, the posterior probability of guilt is 1p<121-p < \frac{1}{2}.

These two results — Prob(Gg)=p\text{Prob}(G \mid g) = p and Prob(Gi)=1p\text{Prob}(G \mid i) = 1-p — are the key outputs of Bayesian updating in this model. The signal gg raises the juror's posterior above 12\frac{1}{2}, while the signal ii lowers it below 12\frac{1}{2}. Importantly, the size of the shift is governed by pp: a more accurate signal (higher pp) shifts the posterior more.

Bayes' Rule in General

The general form of Bayes' rule is worth stating clearly. For any two events AA and BB:

Prob(AB)=Prob(BA)Prob(A)Prob(BA)Prob(A)+Prob(BAc)Prob(Ac)\text{Prob}(A \mid B) = \frac{\text{Prob}(B \mid A) \cdot \text{Prob}(A)}{\text{Prob}(B \mid A) \cdot \text{Prob}(A) + \text{Prob}(B \mid A^c) \cdot \text{Prob}(A^c)}

Here AcA^c denotes the complement of AA. The denominator is simply the total probability of observing BB, computed by the law of total probability. Bayes' rule inverts a conditional probability: it tells you Prob(AB)\text{Prob}(A \mid B) given that you know Prob(BA)\text{Prob}(B \mid A). In the juror model, you know how the signal is generated given the state (that is the signal accuracy pp), and Bayes' rule tells you the probability of each state given the signal you observed.

Learning Always Helps

The Bayesian updating result has an immediate implication. Before receiving any signal, the juror's best assessment of guilt is the prior 12\frac{1}{2}. After receiving signal gg, her assessment rises to p>12p > \frac{1}{2}. After receiving signal ii, it falls to 1p<121-p < \frac{1}{2}. In both cases, the juror's posterior is more extreme than 12\frac{1}{2} and points in the direction of the signal.

In Lecture 11, we will show that a juror who acts on this updated belief — convicting when the posterior exceeds a threshold and acquitting otherwise — makes better decisions than a juror who ignores the signal entirely. The signal is always useful: it shifts the posterior in the right direction on average. Even an imperfect signal with pp slightly above 12\frac{1}{2} improves decision quality compared to no information at all.

This is a general principle of Bayesian reasoning: more information never hurts a rational decision-maker. Any additional signal, no matter how noisy, weakly improves expected decision quality.

The key question for the rest of this module is: what happens when we aggregate the signals of many jurors? Can a group do better than an individual? And does the choice of voting rule matter for the quality of the collective decision? These are the questions of Lectures 11 through 14.