A person’s political opinion is influenced by opinions of those in their network of associates. Networks overlap, and therefore a person’s politics is also influenced indirectly by opinions of those far beyond their immediate network. It is known from statistical physics that collective effects and phase transitions are commonplace in systems with large numbers of discrete interacting elements. For this reason, it is possible that abrupt changes in political opinion might arise in response to small external changes.
q-state Potts models are a simple type of interacting spin (discrete state) model. Each site on a graph or lattice has state
in
. The site ‘energy’ is determined by the number of neighbours
which agree with
. The total energy of a configuration
is,
(1)
where if
=
and
otherwise. The sum is over “neighbours”
. According to the simple rules of statistical physics, the probability of a particular configuration
follows Boltzmann’s law,
(2)
Instead of spins, the states can be re-interpreted as representing flavours of political opinion. The coupling
determines how strongly associates influence each others’ opinions. If
is close to zero, then opinions are independent and randomly distributed. When
groupthink dominates. In a population of economists or social misfits who like to disagree with one another,
. However
is probably the most relevant and certainly most interesting case.
Much is known about Potts models and equations (1) & (2) are easy to simulate using Gibbs sampling (results below were obtained in C++ linked to R using Rcpp). For simplicity, I took the case of a square lattice with nearest-neighbour coupling. This means that each opinion-holder has four associates, and each person’s network overlaps with four other networks. Results for the average agreement (i.e. the average number of associates with whom each person agrees, a number between 0 and 4) on 5050 and 100
100 lattices are shown below. The coupling
was slowly increased from
to
with up to 60,000 thermalisation sweeps at each step. At
there is a sharp jump in the level of agreement (from about 2 to 3).
The transition can also be seen in opinion percentages. Below, opinion favourable to the blue candidate jumps from 12.5% to over 50% at the transition. All other candidates follow the pink line.
There is no model bias favouring the blue candidate. Their selection is a case of “spontaneous symmetry breaking”. The jump is already very sharp at and becomes a true mathematical discontinuity when
.
In this model an opinion poll carried out at has nothing to say about which candidate would emerge if
increased to
by election day. Is this one reason why opinion polls often turn out mysteriously wrong?