Methods · Aggregation and voting
Condorcet (Pairwise Majority Method)
Condorcet compares alternatives two at a time and declares the winner to be whichever alternative beats every other alternative in a pairwise comparison; if no such alternative exists, the method says so plainly.
Base method's data type: Classical
What Is the Method?
Condorcet is an aggregation method that reduces several ranking sources ("three jurors' rankings," "five experts' priorities") into a single order. Its input is a rank list from each source placing the alternatives from best to worst; its output is how many rivals each alternative beats and, where one exists, an outright winner. Condorcet does not sum votes or average scores; it looks only at pairwise comparisons. The idea was put forward in 1785 by the Marquis de Condorcet and took its modern form in Duncan Black's 1958 study. It is one of the cornerstones of social choice theory, and the other four aggregation methods in DecisionMind (Copeland, Dodgson, Kemeny-Young, Cook-Seiford) answer the same question, "who represents the majority's preference," by different routes.
The Philosophy Behind It
The idea behind Condorcet is simple: if an alternative is genuinely the best, it should also win when compared one by one against every rival. If alternative A is preferred over B, and also preferred over C, A is a strong candidate. An alternative that achieves this against every one of its rivals is called the Condorcet winner, and this is intuitively the most defensible result, because anyone wanting to overturn the winner must argue against a majority every single time.
This idea has an uncomfortable consequence. With three or more alternatives, a majority preferring A over B, B over C, and C over A can all exist at once. This is called a Condorcet cycle, and in this situation no alternative beats every rival. Condorcet does not manufacture a false winner in such a case; it says "no winner." This is the method's honesty, but also its limit: it does not always deliver a complete ranking.
How It Works
The method proceeds through four steps.
First, gathering the rankings. Every source (expert, juror, criterion) ranks the alternatives from first to worst. These rankings are combined into a table: alternatives in rows, sources in columns.
Second, counting the pairwise majority. For every pair of alternatives, the method counts how many sources prefer one over the other. Between A and B, if most sources rank A higher, A wins this pairwise contest.
Third, building the dominance network. Once the winner of every pairwise contest is determined, the "who beats whom" relationship is built like a network. If an alternative beats another by pairwise majority, an arrow is drawn between them.
Fourth, searching for a winner. If there is an alternative that turns the arrows in its favour against every rival, it is the Condorcet winner. If no such alternative exists (a cycle is present), the method returns a partial result and a cycle warning instead of a complete ranking.
The formulas behind each step and the intermediate tables are given on the DecisionMind method page; this card carries no formulas.
How to Read the Output
Condorcet's output has two parts: a number showing how many rivals each alternative beats, and a cycle flag. If an alternative beats every rival, this number equals the number of alternatives minus one, and that alternative is the winner; this means "it lost no pairwise contest by majority vote," not "it received the highest score." The win count does not show by how large a margin the wins came; winning with two sources out of three looks the same as winning with all three.
If a cycle is present, the numbers Condorcet returns are not a suggested ranking, only a record of who prevailed over whom. In that case it is wrong to say "according to Condorcet, the best alternative is this one"; the correct statement is "among these sources there is no single winner the majority would accept."
For this reason:
"Condorcet ranked the alternatives, and this came first"
should be written as:
"Among these sources, the single alternative that beats every rival by pairwise majority is this one; if no such alternative exists, the method states this plainly"
Data Type and Inputs
Condorcet works with crisp data: each source's ranking is expressed as whole numbers, first, second, third, and so on. DecisionMind holds no fuzzy, grey or intuitionistic data-type extension of this method; it works only with crisp ranking data.
You need a table in which every source ranks all the alternatives completely, with no missing ranks or skipped alternatives. A minimum of two alternatives and two ranking sources is required; three to twelve alternatives work comfortably. Condorcet neither asks for nor produces weights; every source's vote counts equally.
When to Use It, When Not To
Condorcet is suitable when you hold complete rankings produced by several experts or methods, and the goal is an honest answer to the question "is there a winner the majority would accept." Its typical territory is vote aggregation, expert-panel consensus, and reducing the rankings produced by several methods into a single order.
The case where it should not be used is one where a complete ranking is strictly required. As the number of alternatives grows, so does the likelihood of a cycle; if Condorcet returns a cycle, it tells you only "no winner," not a ranking. In that case, either switch to a completion method that resolves the cycle, or make the decision on some other justification.
I want an honest view of whether a winner exists → Condorcet
I want a complete ranking even if a cycle occurs → Copeland, Dodgson, Kemeny-Young
A numerical score is needed, not a ranking → scoring methods such as TOPSIS, VIKOR
The size of the winning margin also matters → Kemeny-Young (measures total disagreement) or Cook-Seiford (measures positional difference)
Strengths
Condorcet's greatest strength is its honesty. When it declares a winner, that winner is a result the majority would accept; it has not lost a majority contest against any rival. The method is simple, every step can be followed through pairwise comparisons, and the result does not depend on a choice of weighting or normalisation. Where a winner exists, any objection wanting to overturn it must argue against a majority; this makes the result robust to dispute.
Weaknesses
Condorcet's fundamental limitation is that a result does not always exist. With three or more alternatives, majority preferences can be cyclical; this is called the Condorcet paradox and was examined in detail by Duncan Black (Black, 1958). Second, the method uses only "who beats whom" information and does not take into account the margin of a win; winning by two votes looks the same as winning unanimously. Third, as the number of alternatives grows, the number of pairwise comparisons rises rapidly and the likelihood of a cycle increases.
Common Mistakes
The most common mistake is forcing the method to declare a winner anyway when a cycle occurs. A cycle is a situation arising from the data itself; Condorcet saying "no winner" is not an error but a correct finding. A second mistake is reading the win count as a score and interpreting it as, say, "beat two rivals, so is two-thirds good"; this number only counts how many pairwise contests were won. A third mistake is filling in the sources' rankings incompletely or inconsistently and blaming the result on Condorcet's error; every source must rank all the alternatives. A fourth mistake is ignoring the cycle warning and reporting a single winner regardless.
The governing principle is this:
Condorcet answers only the question "is there a winner the majority would accept"; if the answer is no, the method does not hide this, and neither should the report.
Cases
Each case opens with a table of several ranking sources, describes in words what the method does to it, and shows how to read the result. The first case is drawn from a modern formulation of the method's founding source; the figures are DecisionMind's own validation example for the Condorcet engine. The third case shows Condorcet's most discussed situation, the cycle, with concrete figures.
1. Publishing: Three jurors for a literary prize (a modern formulation of Black, 1958)
Three jurors (J1, J2, J3) for a publisher's prize will rank three finalists (A1, A2, A3).
| Finalist | J1 | J2 | J3 |
|---|---|---|---|
| A1 | 1 | 1 | 1 |
| A2 | 2 | 3 | 2 |
| A3 | 3 | 2 | 3 |
The method compares each pair separately. A1 versus A2: all three jurors rank A1 above A2, so A1 wins 3-0. A1 versus A3: again all three jurors rank A1 above, so A1 wins 3-0. A2 versus A3: J1 and J3 rank A2 above, J2 ranks A3 above; A2 wins 2-1.
| Finalist | Pairwise Contests Won | Rank |
|---|---|---|
| A1 | 2 | 1 |
| A2 | 1 | 2 |
| A3 | 0 | 3 |
A1 beats both rivals and is the Condorcet winner. A2 beats only A3. A3 wins no pairwise contest at all.
The jury hesitates at one point. A1's lead is unanimous and beyond dispute. But the gap between A2 and A3 rests on a single juror's opinion; had J2 voted differently, a 1-1 tie would have arisen between A2 and A3, leaving second place unclear. This shows that Condorcet is sensitive to vote counts in pairwise contests, and is only fully robust when first place comes by unanimous agreement.
In the report: "In the three jurors' rankings, A1 is the Condorcet winner, beating both rivals; the gap for second place between A2 and A3 rests on a single juror's opinion."
Source: A modern formulation, by Duncan Black (1958), of Condorcet's original 1785 proposal. This example is DecisionMind's own validation example for the Condorcet engine; it was constructed for illustrative purposes and is not a case tied to a specific page number in the book.
2. Librarianship: Three branch managers' digitisation priorities
In a library system, three branch managers (M1, M2, M3) will prioritise three digitisation projects (P1: manuscript archive, P2: periodicals, P3: photograph collection). M1 and M2 place the manuscript archive first, while M3 places the periodicals ahead. The method counts all three pairwise comparisons and finds that P1 beats both P2 and P3, and that P2 also beats P3; the order comes out P1, P2, P3.
The branch managers hesitate here. P1's lead over P2 rests on only two votes; had one more manager thought like M3, the result would have reversed. Had a fourth project proposal arrived afterwards, the pairwise comparisons among the original three would not have changed, because Condorcet assesses every pair independently; this is a respect in which the method, unlike many other ranking methods, is relatively resistant to rank reversal.
In the report: "In the three branch managers' rankings, P1 comes out ahead, beating both rivals; the gap between P1 and P2 rests on a single vote."
3. Examination Centre: Seven regional directors' choice of question bank (a cycle example)
Seven regional directors of an examination-centre network will choose among three question-bank providers (S1, S2, S3). Three directors prefer S1 over S2 and S2 over S3. Two directors prefer S2 over S3 and S3 over S1. Two more directors prefer S3 over S1 and S1 over S2.
| Comparison | In favour of S1 | In favour of S2 or S3 |
|---|---|---|
| S1 – S2 | 5 | 2 |
| S2 – S3 | 5 | 2 |
| S3 – S1 | 4 | 3 |
S1 beats S2 by 5-2. S2 beats S3 by 5-2. S3, however, beats S1 by 4-3. So S1 beats S2 but loses to S3; no provider beats both rivals at once. This is a classic Condorcet cycle, and Condorcet here says "no winner"; every provider's win count is one, a complete tie.
The regional directors face a genuine dilemma here: there is no single provider the majority would accept. DecisionMind's other aggregation cards (Copeland, Dodgson, Kemeny-Young, Cook-Seiford) take up this same seven-director table; each method proposes a different resolution to this cycle, because each uses different information (net score, fewest changes, total disagreement, positional difference). Condorcet itself proposes no resolution; it only honestly reports that the cycle exists.
In the report: "The seven regional directors' preferences are cyclical; no provider beats every rival. If a complete ranking is required, a completion method that resolves the cycle should be used."
Source: This case was constructed to show the classical structure of a Condorcet cycle (Black, 1958) with a seven-source example; the figures were calculated for this card.
4. What Not to Do
In the first case's table, ignoring the 2-1 gap between A2 and A3 and declaring "A2 is definitely second" is wrong; this gap rests on a single juror's opinion, and the report must state this. A second error is missing the cycle in the third case and declaring S1 the winner as "having the highest win count"; in a cycle every provider's win count is one, and none is superior to the others. A third error is presenting Condorcet's win count as a percentage or a vote share; this number only shows how many pairwise contests were won, not the size of the win.
Sources
For the formulas behind each step, the intermediate tables and citation formats, see the DecisionMind method page: decisionmind.app/library/condorcet
Condorcet, Marquis de (1785). Essai sur l'application de l'analyse à la probabilité des décisions rendues à la pluralité des voix. Imprimerie Royale, Paris. (No DOI)
Black, D. (1958). The Theory of Committees and Elections. Cambridge University Press. (No DOI)
Orakçı, E. (2024). Çok Kriterli Karar Verme Problemleri için Toplulaştırma Teknikleri (Chapter 1). Özgür Yayınları. DOI: 10.58830/ozgur.pub623