<div dir="ltr">[Not subscribed, I think?  CC me on replies]<div><br></div><div>I think I can sum a countable total for up to five candidates, but it breaks after that.</div><div><br></div><div>Consider these properties:</div><div><ol><li>There are N ballots.</li><li>For each alternative {A}, there are A[first] ballots where A occurs first.</li><li>For each alternative {A}, there are A[last] ballots where A occurs last.</li><li>For each pair of alternatives {A,B}, there are A[B] ballots where A directly and immediately precedes B.</li><li>No candidates are ranked equally on any ballot, except that all unranked candidates are equally worse than all ranked candidates and are considered to not appear on any ballot on which they are unranked.</li></ol><div>In theory, it should be possible to generate two sets of ranked ballots which share these properties.  If this cannot be done, then for C candidates, we require (C*(C-1+2)+1) or (C^2+C+1) pieces of information each equal or less in size than the information that there are N ballots.  In theory, we must store N! distinct pieces of information to store ranked ballots.</div></div><div><br></div><div>Should it be impossible to generate two sets of ranked ballots sharing the above properties, then the above properties can be summed.</div><div><br></div><div>Should it be possible to generate two sets of ranked ballots sharing the above properties—it <i>must</i> be—then there is another question.</div><div><br></div><div>Is it possible to generate two sets of ranked ballots sharing the above properties such that a runoff between the ballots does not compute exactly the same values for the above properties at each round?</div><div><br></div><div>If no, then we may sum the ballots and compute e.g. Instant Runoff Voting, but we may not know what the actual ballots are in this case.</div><div><br></div><div>If yes, then a third question:  is it possible to generate two sets of ranked ballots sharing the above properties such that a runoff between the ballots does not compute exactly the same values for the number of ballots on which each alternative occurs <i>first</i> in each round?</div><div><br></div><div>If no, then we may still sum the ballots and compute the runoff without knowing the ballots themselves.</div><div><br></div><div>If the above were possible, then it should be possible to eliminate each candidate in turn and test the number of additional ballots on which each other candidate appears first, and thus reason that there are N ballots where A appears first, and by elimination you have M ballots each where B, C, D, and so forth are ranked second directly after A, plus ballots where A is the only candidate ranked, and so have counts for A>B A>C A>D and so forth.  Repeat with each alternative and you will have the entirety of first ranks, and then can proceed through every round of run-off singly, and in this way discover all rankings in polynomial time O(n^2) for (n) alternatives.</div><div><br></div><div>Consider the logic:<br></div><div><br></div><div> - "A is first on 10 ballots" is not the proposition; rather, it is that BEGIN precedes A on 10 ballots.</div><div> - Likewise, "A is last on 10 ballots" is just "A precedes END"</div><div> - END cannot precede any alternative on any ballot</div><div> - No candidate can precede BEGIN on any ballot</div><div> - Ballots cannot be added or removed</div><div> - The candidates must appear on exactly the same number of ballots</div><div><br></div><div>The initial rules are essentially similar to saying "the [first|last] pair of candidates is {A,B} on N ballots", with A or B being BEGIN or END.</div><div><br></div><div>When rearranging ballots, the same number of ballots must start and end with the given candidates.  Consider any race with three candidates:  </div><div><br></div><div> - First and last candidates must stay in place</div><div> - It is impossible to insert candidates between the two candidates ranked on any ballot of two candidates, as you would change the number of ballots or the immediate-precedence properties</div><div> - It is impossible to rearrange second candidates, as this would change the immediate-precedence properties</div><div><br></div><div>Thus in a race of three candidates, the above properties will always describe all ballots.</div><div><br></div><div>In a race of four candidates, I cannot break these rules:</div><div><br></div><div> - A>B>C</div><div> - D>A>B>C</div><div><br></div><div>The unit of three can move around, but we cannot have a mobile candidate without ranking in multiple positions on a single ballot.</div><div><br></div><div>In a race of five candidates, I can break these rules:<br></div><div><br></div><div> - A>B>C>E</div><div> - E>A>D>C</div><div><br></div><div>If we were to swap B and D, then all is well; however, because <i>only one candidate</i> remains unranked, these ballots are mathematically-equivalent to a completed ballot, and can be recorded as such:</div><div><br></div><div><div> - A>B>C>E>D</div><div> - E>A>D>C>B</div><div></div></div><div><br></div><div>Now swapping any candidates between the rankings is again impossible.  If instead our original ballots are as follows:</div><div><br></div><div><div> - A>B>C</div><div> - E>A>D>C</div><div></div></div><div><br></div><div>Then we can produce the following:</div><div><br></div><div> - A>D>C</div><div> - E>A>B>C</div><div><br></div><div>Yet this continues to illustrate the problem that we can simply account as such:</div><div><br></div><div><div><div> - A>B>C</div><div> - E>A>D>C>B</div><div><br></div><div>Now with five candidates it is impossible to generate a set of ballots with mobile candidates which can swap positions.</div><div></div></div><div></div></div><div><br></div><div>To my senses, this creates an absurdity.</div><div><br></div><div>There must be 5! or 120 combinations, and so we need 120 pieces of information—those being integers of log(N) bits for N ballots—to store the count of any individual combination, each of which may be 100% of the ballots or 0% of the ballots, or some number in between.</div><div><br></div><div>Yet to store this information uniquely-identifying a set of ranked ballots in a race between five candidates, we only need:</div><div><br></div><div> - 5 pieces for the number of each candidate ranked first.</div><div> - 5 pieces for the number of each candidate ranked last.</div><div> - 20 pieces, such that for each of the 5 candidates, 5 pieces to indicate on how many ballots the candidate precedes each other candidate.</div><div> - 1 piece, indicating the number of ballots.</div><div><br></div><div>That is 31 pieces of information or 26%.</div><div><br></div><div>It must be that this information can be stored in variable sizes of space by indicating default values and truncation, and 30% is the absolute average compression.</div><div><br></div><div>The properties fail to extend to six candidates:</div><div><br></div><div>- F>A>B>C</div><div>- E>A>D>C>B>F</div><div><br></div><div>If we truncate ballot two:</div><div><br></div><div> - F>A>B>C</div><div> - E>A>D>C</div><div><br></div><div>We can now swap:</div><div><br></div><div> - F>A>D>C</div><div> - E>A>B>C</div><div><br></div><div>Eliminate F. then A, and you have B first on one set, but D first on the other.</div><div><br></div><div><i>However</i>, there's one more problem:  <b>if you have a list of pairwise vote margins, such swaps change those totals</b>.  Thus for six or more, you also need C^2-C additional pieces of information.  For six:</div><div><br></div><div><div> - 6 pieces for the number of each candidate ranked first.</div><div> - 6 pieces for the number of each candidate ranked last.</div><div> - 30 pieces, such that for each of the 5 candidates, 5 pieces to indicate on how many ballots the candidate precedes each other candidate.</div><div> - 30 pieces, being the pairwise vote margins</div><div> - 1 piece, indicating the number of ballots.</div></div><div><br></div><div>Rather than 6! or 720, you need a mere 73 or 10% of the storage space.</div><div><br></div><div>I am uncertain of the pairwise vote margins conjecture and have been unable to prove it mathematically within these bounds.  Pairwise margins and even pairwise vote tallies is not sufficient to uniquely identify a set of ranked ballots.</div><div><br></div><div>As well, it may very well be NP-Hard to compute ballots from this information even if it is unique per ballot.</div><div><br></div><div>Still, it is summable and unique for up to five candidates, or so it seems; and may be summable and unique for six with this extra information.</div></div>