Distributed Voting: Difference between revisions

Content added Content deleted
(Fixed part regarding Equal Vote)
(Some corrections in "Procedure specification")
Line 52: Line 52:


During counting, points can be represented in decimal form.
During counting, points can be represented in decimal form.

===Managing votes without 0 points===

If the only candidate C with 0 points is eliminated from a vote like this A[80] B[20] C[0], there are 2 forms that the vote can take:

# honest form: A[80] B[20]
# tactical form: A[100] B[0]

It's recommended to use the honest form, also because the vote from the beginning may not have candidates with 0 points.


===Managing votes with 0 points===
===Managing votes with 0 points===
Line 66: Line 75:
* it can be considered not in accordance with the interests of the voter who, to those remaining candidates, had not awarded points.
* it can be considered not in accordance with the interests of the voter who, to those remaining candidates, had not awarded points.


The two procedures return the same winners, but in the [[Multi-Member System|multi-winner]] case the winners can have different % of victory; in this case it's better to use procedure 1 for the reasons indicated above.
For the reasons indicated above, it’s strongly discouraged to use procedure 2.

===Managing votes without 0 points===

If the only candidate C with 0 points is eliminated from a vote like this A[80] B[20] C[0], there are 2 forms that the vote can take:

# honest form: A[80] B[20]
# tactical form: A[100] B[0]

It's recommended to use the honest form, also because the vote from the beginning may not have candidates with 0 points (possible case).


===Managing tie during the count===
===Managing tie during the count===
Line 81: Line 81:
Cases of parity can occur during counting, as in the following example:
Cases of parity can occur during counting, as in the following example:


* Vote 1: A[50] B[25] C[25]
* Vote 1: A[55] B[25] C[10] D[10]
* Vote 2: A[50] B[25] C[25]
* Vote 2: A[50] B[30] C[10] D[10]
* Sum of votes: A[100] B[50] C[50]
* Sum of votes: A[105] B[55] C[20] D[20]


In this case, the worst candidate is both B and C so you have to eliminate them simultaneously. The amount of points to be redistributed will be the sum of the points that had B and C (100 in the example).
In this case, the worst candidate is both C and D so you have to eliminate them simultaneously. The amount of points to be redistributed will be the sum of the points that had C and D (40 in the example).


==Other properties==
==Other properties==
Line 115: Line 115:
===About Equal Vote===
===About Equal Vote===


By "equal vote" or "equality" means "one person, one vote (100 points)".
By "equal vote" or "Equality" means "one person, one vote (100 points)".


* In the DV the voters at the beginning all have 100 points to distribute according to their preferences, therefore equality is satisfied.
* In the Distributed Voting the voters at the beginning all have 100 points to distribute according to their preferences, therefore Equality is satisfied.
* During all the counting steps, through the use of normalization, it ensures that all voters continue to have 100 points each, always distributed according to their interests, therefore equality is satisfied.
* During all the counting steps, through the use of normalization, it ensures that all voters continue to have 100 points each, always distributed according to their interests, therefore Equality is satisfied.
* The result is one of the counting steps, in which equality continues to be satisfied.
* The result is one of the counting steps, in which Equality continues to be satisfied.


There is no passage in the DV where equality doesn’t met.
There is no passage in the Distributed Voting where Equality doesn’t met.


==Forum Debate==
==Forum Debate==