| > If the rightmost player decided to move inward from 2/3 to 0.5, he'd have 0.75 market share (out of 2). This move would not have been made by theoretically optimal players: if he had moved from 2/3 to 0+ instead he would have had 1 market share (out of 2). > Only the left player has incentive to move at this point, since each of the right players stand to lose the right-side market by moving inward, or losing half the left-side market by moving outward. The middle player actually has an incentive to move to the center of the board for the same reason that the original player in the two player case had an incentive to choose the middle of the board (despite having monopoly). > If they all did this and ended up at 0, they'd again have an equal 2/3rds. However, anyone can move slightly to one side or the other and increase his market share to nearly 1. In this configuration the two players on the outside would actually each have ~1, leaving the player in the middle ~0. If we call these positions using formats like 0-, 0, and 0+, the 0 player will move to 0++, causing either the 0- player to move to 0 and the 0+ player to move to 0--. Now we have 0--, 0, and 0++. Now, the 0++ player will move to 0+, and the 0 player will move to 0++, leaving the 0-- player to move to 0-. The 0+ player will move to 0--, the 0++ player will move to 0, and the 0- player will move to 0+. "Finally", the 0-- player will move to 0-. I am pretty certain that this algorithm does not terminate. |
I agree that the starting move I proposed was sub-optimal. That was an arbitrary move I chose to get the idea in motion.
That algorithm is optimal in a greedy sense--going for the most immediate gains with no memory or foresight. I think this is where the game starts failing as a model for reality. The optimal game algorithm would probably have enough look-aheads to force the other players to the other side, and then take the 'majority' 1+ by moving to that same side, but closest to the 0, giving it 1 + an infinitesimal market share on the other side.
In reality, there are moving costs and one does not simply "win" when holding a majority market share. Perhaps a redefinition of the game is in order?