<html><head></head><body><div style="color:#000; background-color:#fff; font-family:Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif;font-size:13px"><span id="yui_3_16_0_ym19_1_1551565989977_3902"><div id="yui_3_16_0_ym19_1_1551565989977_3892" dir="ltr">Is this (the objection) definitely correct? I might be being stupid or might have misunderstood the method, but the chain starts:</div><div id="yui_3_16_0_ym19_1_1551565989977_3893" dir="ltr"><br id="yui_3_16_0_ym19_1_1551565989977_3894"></div><div id="yui_3_16_0_ym19_1_1551565989977_3895" dir="ltr">1. c1 (most approvals)</div><div id="yui_3_16_0_ym19_1_1551565989977_3896" dir="ltr">2. c2</div><div id="yui_3_16_0_ym19_1_1551565989977_3897" dir="ltr">3. c3 (least approvals)</div><div id="yui_3_16_0_ym19_1_1551565989977_3898" dir="ltr"><br id="yui_3_16_0_ym19_1_1551565989977_3899"></div><div id="yui_3_16_0_ym19_1_1551565989977_3900" dir="ltr">c3 then attempts to climb the chain, but is bumped of by their first opponent, c2, because c2 beats c3 in the head to head. Then c2 attempts to climb the chain but is bumped off by c1 who beats c2 in the head to head. c1 is then elected.</div><div id="yui_3_16_0_ym19_1_1551565989977_3972" dir="ltr"><br></div><div id="yui_3_16_0_ym19_1_1551565989977_3973" dir="ltr">Toby</div></span><div id="yui_3_16_0_ym19_1_1551565989977_3901"></div><div class="qtdSeparateBR" id="yui_3_16_0_ym19_1_1551565989977_3888" dir="ltr"><br><br></div><div class="yahoo_quoted" id="yui_3_16_0_ym19_1_1551565989977_3912" style="display: block;">  <div id="yui_3_16_0_ym19_1_1551565989977_3911" style="font-family: Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif; font-size: 13px;"> <div id="yui_3_16_0_ym19_1_1551565989977_3910" style="font-family: HelveticaNeue, Helvetica Neue, Helvetica, Arial, Lucida Grande, Sans-Serif; font-size: 16px;"> <div id="yui_3_16_0_ym19_1_1551565989977_3935" dir="ltr"> <font id="yui_3_16_0_ym19_1_1551565989977_3934" face="Arial" size="2"> <hr size="1" id="yui_3_16_0_ym19_1_1551565989977_3962"> <b><span style="font-weight: bold;">From:</span></b> Forest Simmons <fsimmons@pcc.edu><br> <b><span style="font-weight: bold;">To:</span></b> EM <election-methods@lists.electorama.com> <br> <b><span style="font-weight: bold;">Sent:</span></b> Saturday, 2 March 2019, 21:20<br> <b><span style="font-weight: bold;">Subject:</span></b> [EM] Improvement on Jobst's Chain climbing method<br> </font> </div> <div class="y_msg_container" id="yui_3_16_0_ym19_1_1551565989977_3909"><br><div id="yiv2145239171"><div id="yui_3_16_0_ym19_1_1551565989977_3914" dir="ltr"><div id="yui_3_16_0_ym19_1_1551565989977_3933">A few years back Jobst suggested "chain climbing" as a seamless, Condorcet compliant way of selecting an alternative from a given ordered list.</div><div id="yui_3_16_0_ym19_1_1551565989977_3969"><br></div><div id="yui_3_16_0_ym19_1_1551565989977_3970">For example electing a winner from a list of candidates c1, c2, ... given in decreasing order of approval.</div><div id="yui_3_16_0_ym19_1_1551565989977_3974"><br></div><div>Chain Climbing initializes a chain of candidates with the last (least approved in this case) candidate in the list.  Then moving up the list each successive candidate "climbs the chain" as far it can before being bumped off by a chain member that defeats it. If it makes it all of the way to the top, it is added to the top of the chain.<br></div><div><br></div><div>The candidate who ends up at the top of the chain is elected.</div><div id="yui_3_16_0_ym19_1_1551565989977_3915"><br></div><div>Since a beats all candidate will never be defeated, the method is Condorcet compliant. It also turns out to be clone resistant and monotonic.  <br></div><div id="yui_3_16_0_ym19_1_1551565989977_3913"><br></div><div id="yui_3_16_0_ym19_1_1551565989977_3916">Another nice property is that it always selects from the Banks set, a nice game theoretic subset set of the set of uncovered candidates.  <br></div><div id="yui_3_16_0_ym19_1_1551565989977_3949"><br></div><div id="yui_3_16_0_ym19_1_1551565989977_3923">The biggest objection to this method is that when applied to a list a list where c1 beats c2 beats c3, and c3 beats c1, it elects c2. <br></div><div id="yui_3_16_0_ym19_1_1551565989977_3924"><br></div><div>Here's my proposed improvement:</div><div id="yui_3_16_0_ym19_1_1551565989977_3925"><br></div><div id="yui_3_16_0_ym19_1_1551565989977_3932">Initialize the chain with c1.  Move down the list instead of up.  For each successive candidate x (as we move down the list) if possible, insert that candidate into the chain at a point where it is beaten by every candidate above it and is not defeated by any candidate below it.  If not possible, discard it.</div><div><br></div><div>After going through the entire list (top to bottom) inserting new candidates where possible into the totally ordered chain, we end up with a maximal totally ordered chain of candidates (ordered by pairwise defeat) The candidate at the top fo the completed chain (the one who is not defeated by any of the others) is elected.</div><div><br></div><div>It is easy to show that this method has all of the nice properties of chain climbing, but retains more of the spirit of the original list..</div><div><br></div><div>For example in the A>B>C example above it elects A.<br></div><div><br></div><div>What do you think?</div><div><br></div><div>Forest<br></div><div><br></div><div><br></div><div><br></div></div></div>----<br>Election-Methods mailing list - see <a href="https://electorama.com/em" target="_blank">https://electorama.com/em </a>for list info<br><br><br></div> </div> </div>  </div></div></body></html>