Construction Of An Irreducible Markov Chain In The Ising Model
   HOME

TheInfoList



OR:

Construction of an irreducible Markov Chain is a mathematical method used to prove results related the changing of magnetic materials in the
Ising model The Ising model (or Lenz–Ising model), named after the physicists Ernst Ising and Wilhelm Lenz, is a mathematical models in physics, mathematical model of ferromagnetism in statistical mechanics. The model consists of discrete variables that r ...
, enabling the study of phase transitions and critical phenomena. The Ising model, a
mathematical model A mathematical model is an abstract and concrete, abstract description of a concrete system using mathematics, mathematical concepts and language of mathematics, language. The process of developing a mathematical model is termed ''mathematical m ...
in statistical mechanics, is utilized to study magnetic
phase transitions In physics, chemistry, and other related fields like biology, a phase transition (or phase change) is the physical process of transition between one state of a medium and another. Commonly the term is used to refer to changes among the basic Sta ...
and is a fundamental model of interacting systems. Constructing an irreducible
Markov chain In probability theory and statistics, a Markov chain or Markov process is a stochastic process describing a sequence of possible events in which the probability of each event depends only on the state attained in the previous event. Informally ...
within a finite
Ising model The Ising model (or Lenz–Ising model), named after the physicists Ernst Ising and Wilhelm Lenz, is a mathematical models in physics, mathematical model of ferromagnetism in statistical mechanics. The model consists of discrete variables that r ...
is essential for overcoming computational challenges encountered when achieving exact goodness-of-fit tests with
Markov chain Monte Carlo In statistics, Markov chain Monte Carlo (MCMC) is a class of algorithms used to draw samples from a probability distribution. Given a probability distribution, one can construct a Markov chain whose elements' distribution approximates it – that ...
(MCMC) methods.


Markov bases

In the context of the Ising model, a Markov basis is a set of
integer An integer is the number zero (0), a positive natural number (1, 2, 3, ...), or the negation of a positive natural number (−1, −2, −3, ...). The negations or additive inverses of the positive natural numbers are referred to as negative in ...
vectors that enables the construction of an irreducible Markov chain. Every integer vector z\in Z^ can be uniquely decomposed as z=z^+-z^-, where z^+ and z^- are non-negative vectors. A Markov basis \widetilde\subset Z ^ satisfies the following conditions: (i) For all z\in \widetilde, there must be T_1(z^+)=T_1(z^-) and T_2(z^+)=T_2(z^-). (ii) For any a,b\in Z_ and any x,y\in S(a,b), there always exist z_1,\ldots,z_k \in \widetilde satisfy: : y=x+\sum_^k z_i and : x+\sum_^l z_i\in S(a,b) for ''l'' = 1,...,''k''. The element of \widetilde is moved. An aperiodic, reversible, and irreducible Markov Chain can then be obtained using
Metropolis–Hastings algorithm In statistics and statistical physics, the Metropolis–Hastings algorithm is a Markov chain Monte Carlo (MCMC) method for obtaining a sequence of random samples from a probability distribution from which direct sampling is difficult. New sample ...
.
Persi Diaconis Persi Warren Diaconis (; born January 31, 1945) is an American mathematician of Greek descent and former professional magician. He is the Mary V. Sunseri Professor of Statistics and Mathematics at Stanford University. He is particularly known f ...
and
Bernd Sturmfels Bernd Sturmfels (born March 28, 1962, in Kassel, West Germany) is a Professor of Mathematics and Computer Science at the University of California, Berkeley and is a director of the Max Planck Institute for Mathematics in the Sciences in Leipzig si ...
showed that (1) a Markov basis can be defined algebraically as an Ising model and (2) any generating set for the ideal I:=\ker(*), is a Markov basis for the Ising model.


Construction of an irreducible Markov Chain

To obtain uniform samples from S(a, b) and avoid inaccurate
p-values In null-hypothesis significance testing, the ''p''-value is the probability of obtaining test results at least as extreme as the result actually observed, under the assumption that the null hypothesis is correct. A very small ''p''-value means ...
, it is necessary to construct an irreducible Markov chain without modifying the
algorithm In mathematics and computer science, an algorithm () is a finite sequence of Rigour#Mathematics, mathematically rigorous instructions, typically used to solve a class of specific Computational problem, problems or to perform a computation. Algo ...
proposed by Diaconis and Sturmfels. A simple swap z\in Z^ of the form z=e_i-e_j, where e_i is the canonical basis vector, changes the states of two lattice points in ''y''. The set ''Z'' denotes the collection of simple swaps. Two configurations y',y\in S(a,b) are S(a,b)-connected by ''Z'' if there exists a path between y and y′ consisting of simple swaps z\in Z. The algorithm proceeds as follows: : y'=y+\sum_^k z_i with : y+\sum_^l z_i\in S(a,b) for l = 1\ldots k The algorithm can now be described as: (i) Start with the Markov chain in a configuration y\in S(a,b) (ii) Select z\in Z at
random In common usage, randomness is the apparent or actual lack of definite pattern or predictability in information. A random sequence of events, symbols or steps often has no order and does not follow an intelligible pattern or combination. ...
and let y'=y+z. (iii) Accept y' if y'\in S(a,b); otherwise remain in ''y''. Although the resulting Markov Chain possibly cannot leave the initial state, the problem does not arise for a 1-dimensional Ising model. In higher dimensions, this problem can be overcome by using the Metropolis-Hastings algorithm in the smallest expanded
sample space In probability theory, the sample space (also called sample description space, possibility space, or outcome space) of an experiment or random trial is the set of all possible outcomes or results of that experiment. A sample space is usually den ...
S^(a,b).


Irreducibility in the 1-Dimensional Ising Model

The proof of irreducibility in the 1-dimensional Ising model requires two
lemmas Lemma (from Ancient Greek ''premise'', ''assumption'', from Greek ''I take'', ''I get'') may refer to: Language and linguistics * Lemma (morphology), the canonical, dictionary or citation form of a word * Lemma (psycholinguistics), a mental a ...
. Lemma 1: The max-singleton configuration of S(a,b) for the 1-dimension Ising model is unique (up to location of its connected components) and consists of \frac - 1 singletons and one connected component of size a - \frac + 1. Lemma 2: For a,b\in N and y\in S(a,b), let y^S(a,b) denote the unique max-singleton configuration. There exists a sequence z_1,\ldots,z_k\in Z such that: : y^=y+\sum_^k z_i and : y+\sum_^l z_i\in S(a,b) for l = 1\ldots k Since S^(a,b) is the smallest expanded sample space which contains S(a,b), any two configurations in S(a,b) can be connected by simple swaps Z without leaving S^(a,b). This is proved by Lemma 2, so one can achieve the irreducibility of a Markov chain based on simple swaps for the 1-dimension Ising model. It is also possible to get the same conclusion for a dimension 2 or higher Ising model using the same steps outlined above.


References

{{Reflist Lattice models Markov chain Monte Carlo