My voting system works like this. Each voter expresses their preferences for all candidates on a real numbered utility scale.
Then a Maximal lottery takes place over all lotteries over candidates. https://en.wikipedia.org/wiki/Maximal_lotteries
Lets describe this in more detail. Suppose there are 3 candidates. A,B,C.
The set of candidates is
A probability distribution over candidates looks like
This probability distribution is in the set of all probability distributions over .
A probability distribution over probability distributions looks like
Though note that there are infinitely many distributions, so most distributions-of-distributions will be assigning probability densities.
Also note that we can sample a candidate from this distribution over distributions by first sampling a distribution, and then sampling a candidate from that distribution. This is equivalent to integrating a distribution-of-distributions into a distribution over candidates and then sampling that.
A distribution is equivalent to a point in a triangle. A distribution over distributions is a probability density over a triangle, ie a non-negative function over the triangle (may include dirac deltas)
So the voters all mark their preferences on a numerical scale.
Then these votes get sent to Fred and George, 2 perfectly rational players in a 0 sum game.
Fred and George both propose probability distributions over the candidates.
Fred's utility is the number of candidates that strictly prefer Fred's proposed probability distribution over Georges, minus the number of voters that strictly prefer Georges distribution over Freds.
This game has a unique Nash equilibrium. This equilibrium is a distribution over distributions. Sample a candidate from this equilibrium to get the election winner.
I know that this has a few nice properties. If candidate is the first choice of the majority, then definitely wins. If everyone prefers A to B, then B has no chance of winning. If C has no chance of winning, the candidates existence doesn't influence the election.
Is this system strategy proof, or can it be gamed? Will voters ever be incentivized to lie about their preferences?
I proposed this same voting system here: https://www.lesswrong.com/s/gnAaZtdwjDBBRpDmw
It is not strategy proof. If it were, that would violate https://en.wikipedia.org/wiki/Gibbard–Satterthwaite_theorem [Edit: I think, for some version of the theorem. It might not literally violate it, but I also believe you can make a small example that demonstrates it is not strategy proof. This is because the equilibrium sometimes extracts all the value from a voter until they are indifferent, and if they lie about their preferences less value can be extracted.]
Further, it is not obviously well defined. Because of the discontinuities around ties, you cannot take advantage of the compactness of the space of distributions, so it is not clear that Nash equilibria exist. (It is also not clear that they don't exist. My best guess is that they do.)