Lecture 13
Condorcet Jury Theorem
Condorcet Jury Theorem
Setup: From One Juror to Many
In Lectures 11 and 12 we analyzed a single juror's decision. She follows her signal (under the assumption ), achieves , and makes mistakes with probability . Now we extend the framework to a panel of jurors voting collectively.
The assumptions are:
- is odd.
- Each juror has prior .
- Each juror receives a binary signal with accuracy .
- Signals are independent across jurors conditional on the true state.
- Each juror follows her signal: convicts after , acquits after .
- There is no conflict of interest: all jurors share the objective of convicting the guilty and acquitting the innocent.
- The jury reaches a verdict by a social choice function applied to the individual votes.
We analyze two voting rules: simple majority and unanimity.
The Case Under Simple Majority
With 3 jurors and simple majority, the jury convicts if at least 2 of the 3 jurors vote to convict — that is, if at least 2 receive signal .
There are possible signal profiles, each with a computable probability given the true state. Let us work through the case first.
When the defendant is guilty, each juror independently gets signal with probability and signal with probability . The eight profiles and their probabilities are:
- : probability . All three convict — majority convicts. Correct.
- : probability . Two convict — majority convicts. Correct.
- : probability . Two convict — majority convicts. Correct.
- : probability . Two convict — majority convicts. Correct.
- : probability . One convicts, two acquit — majority acquits. Mistake.
- : probability . Mistake.
- : probability . Mistake.
- : probability . None convicts — majority acquits. Mistake.
The jury convicts (correctly) in exactly the four profiles with signals of :
When the defendant is innocent, by the symmetry of the signal distribution (swap and , and and ), the jury acquits correctly when signals are :
The overall probabilities are:
Is Three Jurors Better Than One?
We have:
- :
- :
Claim: for all .
Proof: Consider the difference:
Factor the quadratic . Therefore:
When : , , and . The product of three positive numbers is positive. Therefore .
A three-person majority always outperforms a single juror (as long as ). The gain is exactly , which is zero at (no signal information) and at (perfect information), and positive everywhere in between.
The Condorcet Jury Theorem
This single comparison generalizes dramatically. Let denote the probability of a correct collective decision with an odd jury of size under simple majority, with all jurors following their signals.
Condorcet Jury Theorem (Condorcet, 1785): For any and any odd :
Part 1: for all odd . Any jury of at least three members under simple majority outperforms a single decision-maker.
Part 2: for all odd . Larger juries (odd) make better decisions — adding two jurors always strictly improves accuracy.
Part 3: as . As the jury size grows without bound, the probability of a correct decision approaches certainty.
The third part is the most striking. No single juror, however well-informed (), can achieve certainty. But a sufficiently large jury can get arbitrarily close to it, even if each member is only marginally better than random ( only slightly above ). This is a form of the Law of Large Numbers applied to collective decision-making: with enough independent votes, the signal of the majority overwhelms any individual noise.
The theorem justifies the use of collective decision-making over individual dictatorships not merely on grounds of fairness, but on grounds of accuracy. Groups can be wiser than individuals, not because any individual is especially wise, but because aggregation pools information.
Connection to Hypothesis Testing
The jury's decision problem has a direct parallel in statistics. Think of the jury as performing a hypothesis test:
Null hypothesis: the defendant is innocent ().
Alternative hypothesis: the defendant is guilty ().
Type I error (false positive): convicting an innocent defendant — .
Type II error (false negative): acquitting a guilty defendant — .
Different social choice functions correspond to different tradeoffs between Type I and Type II errors. Simple majority minimizes the total error probability (it gives the highest ), but it treats the two types of error symmetrically. Unanimity, as we see next, dramatically reduces Type I error at the cost of dramatically increasing Type II error.
The analogy is useful because it connects jury design to a well-developed statistical theory of testing and provides vocabulary — Type I and Type II errors — that is standard in legal and policy discussions.
Unanimity Rule with
Under unanimity, the jury convicts only if all three jurors vote to convict — that is, only if all three signals are .
Probability of conviction given guilt: Only profile leads to conviction.
Probability of acquittal given innocence: All profiles except lead to acquittal when . But from the innocent defendant's perspective, the signals are with probability and with probability . So all three being has probability , and at least one being has probability .
Type I error (wrongful conviction):
Type II error (wrongful acquittal):
Overall accuracy:
Overall mistake probability:
Comparing the Two Rules at
Let us evaluate both rules numerically at the specific accuracy .
Simple majority, :
Breaking this down by error type: , , , .
Both types of error occur with equal probability under simple majority.
Unanimity, :
The comparison reveals a stark tradeoff. Unanimity reduces Type I error from to — an enormous improvement in protecting the innocent. But it increases Type II error from to — most guilty defendants go free. Overall accuracy falls from to : unanimity is less accurate in total, but it offers much stronger protection against the specific error of convicting the innocent.
Which Rule Is Better?
There is no objective answer to this question. The answer depends on how society values the two types of error — convicting the innocent versus acquitting the guilty.
If the two errors are considered equally bad — if wrongfully convicting an innocent person is exactly as bad as wrongfully acquitting a guilty one — then simple majority is better: it achieves higher overall accuracy.
If wrongful conviction is considered catastrophically worse than wrongful acquittal — if convicting an innocent person is a far graver injustice than letting a guilty one go free — then unanimity is better: it keeps the Type I error rate very low.
The legal principle "innocent until proven guilty" and the standard of proof "beyond a reasonable doubt" encode a strong asymmetric preference against Type I errors. The US criminal justice system requires unanimous consent of 12 jurors precisely because it takes this asymmetry seriously. Lecture 14 develops this connection further.