Lukas' Notes

Definition

Borda Rule ( COMSOC)

Borda rule is a voting rule that awards points to an alternative ranked in position , where is the number of alternatives alternatives and position is best. For a profile of complete, strict rankings over , let be the position of on voter ‘s ballot. Then

The alternatives with the highest total Borda score are the Borda winners. Tied leaders are all co-winners unless a tie-breaking rule selects one. The rule counts points, not just first-place votes.

Intuition

An alternative in position has exactly alternatives below it. Borda gives it one point for each of them. Thus a ballot gives three points, two, one and none.

Unlike plurality, lower positions contribute too. Every ballot distributes the same total:

Moving an alternative up one position adds one point to its score and takes one point from the alternative it passes. The rankings specify order, not how strongly a voter prefers one alternative to another; the equal spacing of points is the rule’s choice.

Winner Determination

Read each of the ballots once. At position , add to the listed alternative’s score. After score updates, scan the totals for the maximum: time and score storage under unit-cost arithmetic. There are no elimination rounds or transfers.

Issues

Condorcet-inconsistency

In the 100-voter example below, is the Condorcet winner:

All three counts exceed .

Nevertheless, Borda selects with 194 points rather than with 180. A total score can favour an alternative that loses a head-to-head contest: 52 voters prefer to .

Indeed, Borda adds support across opponents:

‘s larger majority over outweighs its loss against in the total. Winning every pairwise contest is therefore not the same as maximising the sum, and Borda is not Condorcet consistent.

Example

The same 100-voter profile

Each row groups voters with the same complete ranking. The copied diagram shows the plurality scores for comparison; below it, we count Borda points instead.

With , each ballot awards points from first to last place. Multiply each position’s points by its group’s size:

Hence . Although only 18 voters rank first, another rank it second. These lower positions let it beat plurality winner .

Check: points.