Wehrl entropy: Difference between revisions
en>ChrisGualtieri m Typo fixing / General fixes Error 63 using AWB |
en>Bibcode Bot m Adding 1 arxiv eprint(s), 1 bibcode(s) and 0 doi(s). Did it miss something? Report bugs, errors, and suggestions at User talk:Bibcode Bot |
||
| Line 1: | Line 1: | ||
{{no footnotes|date=June 2012}} | |||
In the mathematical theory of [[probability]], the '''voter model''' is a stochastic process that is a specific type of [[interacting particle system]] (see [[stochastic cellular automata|Probabilistic Cellular Automata]] too). A voter model is a [[sequential dynamical system]] and it is similar to the [[contact process (mathematics)|contact process]]. | |||
[[Image:voter model with two clusters.pdf|thumb|right|voter model coexists on the graph with two clusters]] | |||
One can imagine that there is a "voter" at each point on a connected graph, where the connections indicate that there is some form of interaction between a pair of voters (nodes). The opinions of any given voter on some issue changes at random times under the influence of opinions of his neighbours. A voter's opinion at any given time can take one of two values, labelled 0 and 1. At random times, a random individual is selected and that voter's opinion are changed according to a stochastic rule. Specifically, for one of the chosen voter's neighbors is chosen according to a given set of probabilities and that individual's opinion is transferred to the chosen voter. | |||
An alternative interpretation is in terms of spatial conflict. Suppose two nations control the areas (sets of nodes) labelled 0 or 1. A flip from 0 to 1 at a given location indicates an invasion of that site by the other nation. | |||
Note that only one flip happens each time. Problems involving the voter model will often be recast in terms of the dual system{{clarify|date=June 2012}} of coalescing{{clarify|date=June 2012}} [[Markov chain]]s. Frequently, these problems will then be reduced to others involving independent Markov chains. | |||
==Definition== | |||
A voter model is a (continuous time) Markov process <math>\scriptstyle \eta_t </math> with state space <math>\scriptstyle S=\{0,1\}^{Z^d} </math> and transition rates function <math>\scriptstyle c(x,\eta) </math>, where <math>\scriptstyle Z^d </math> is a d-dimensional integer lattice, and <math>\scriptstyle c( </math>•,•<math>\scriptstyle ) </math> is assumed to be nonnegative, uniformly bounded and continuous as a function of <math>\scriptstyle \eta </math> in the product topology on <math>\scriptstyle S </math>. Each component <math>\scriptstyle \eta \in S </math> is called a configuration. To make it clear that <math>\scriptstyle \eta(x) </math> stands for the value of a site x in configuration <math>\scriptstyle \eta(.) </math>; while <math>\scriptstyle \eta_t(x) </math> means the value of a site x in configuration <math>\scriptstyle \eta(.) </math> at time <math>\scriptstyle t</math>. | |||
The dynamic of the process are specified by the collection of '''transition rates'''. For voter models, the rate at which there is a flip at <math>\scriptstyle x </math> from 0 to 1 or vice versa is given by a function <math>\scriptstyle c(x,\eta) </math> of site <math>\scriptstyle x </math>. It has the following properties: | |||
# <math>\scriptstyle c(x,\eta)=0 </math> for every <math>\scriptstyle x \in Z^d </math> if <math>\scriptstyle \eta \equiv 0</math> or if <math>\scriptstyle \eta \equiv 1 </math> | |||
# <math>\scriptstyle c(x,\eta)=c(x,\zeta) </math> for every <math>\scriptstyle x \in Z^d </math> if <math>\scriptstyle \eta(y)+\zeta(y)=1 </math> for all <math>\scriptstyle y \in Z^d </math> | |||
# <math>\scriptstyle c(x,\eta)\leq c(x,\zeta) </math> if <math>\scriptstyle \eta\leq \zeta </math> and <math>\scriptstyle \eta(x)=\zeta(x)=0 </math> | |||
# <math>\scriptstyle c(x,\eta) </math> is invariant under shifts in <math>\scriptstyle Z^d </math> | |||
Property (1) says that <math>\scriptstyle \eta\equiv 0 </math> and <math>\scriptstyle \eta\equiv 1 </math> are fixed points for the evolution. (2) indicates that the evolution is unchanged by interchanging the roles of 0's and 1's. In property (3), <math>\scriptstyle \eta\leq \zeta </math> means <math>\scriptstyle \forall x,\eta(x)\leq\zeta(x) </math>, and <math>\scriptstyle \eta \leq \zeta </math> implies <math>\scriptstyle c(x,\eta)\leq c(x,\zeta) </math> if <math>\scriptstyle \eta(x)=\zeta(x)=0 </math>, and implies <math>\scriptstyle c(x,\eta)\geq c(x,\zeta) </math> if <math>\scriptstyle \eta(x)=\zeta(x)=1 </math>. | |||
===Clustering and coexistence=== | |||
What we are interested in is the limiting behavior of the models. Since the flip rates of a site depends its neighbours, it is obvious that when all sites take the same value, the whole system stops changing forever. Therefore, a voter model has two trivial extremal stationary distributions, the point-masses <math>\scriptstyle \delta_0 </math> and <math>\scriptstyle \delta_1 </math> on <math>\scriptstyle \eta \equiv \eta\equiv 1 </math> respectively, which represent consensus. The main question we will discuss is whether or not there are others, which would then represent coexistence of different opinions in equilibrium. We say that '''coexistence''' occurs if there is a stationary distribution that concentrates on configurations with infinitely many 0's and 1's. On the other hand, if for all <math>\scriptstyle x,y\in Z^d </math> and all initial configurations, we have: | |||
:<math> | |||
\lim_{t\rightarrow \infty}P[\eta_t(x)\neq\eta_t(y)]=0 | |||
</math> | |||
we will say that '''clustering''' occurs. | |||
It is important to distinguish '''clustering''' with the concept of '''cluster'''. '''Clusters''' are defined to be the connected components of <math>\scriptstyle \{x:\eta(x)=0\}</math> or <math>\scriptstyle \{x:\eta(x)=1\}</math>. | |||
==The linear voter model== | |||
===Model description=== | |||
This section will be dedicated to one of the basic voter models, the Linear Voter Model. | |||
Let <math>\scriptstyle p( </math>•,•<math>\scriptstyle ) </math> be the transition probabilities for an irreducible [[random walk]] on <math>\scriptstyle Z^d </math>,and we have: | |||
:<math> | |||
p(x,y)\geq 0 \quad\text{and} \sum_{y}p(x,y)=1 | |||
</math> | |||
Then in Linear voter model, the transition rates are linear functions of <math>\scriptstyle \eta </math>: | |||
:<math> | |||
c(x,\eta)= \left\{ | |||
\begin{array}{l} | |||
\sum_y p(x,y)\eta(y) \quad \text{for all}\quad \eta(x)=0 \\ | |||
\sum_y p(x,y)(1-\eta(y)) \quad \text{for all}\quad \eta(x)=1 \\ | |||
\end{array} \right. | |||
</math> | |||
Or if we use <math>\scriptstyle \eta_x </math> to indicate that a flip happens at site <math>\scriptstyle x</math>, the transition rates are simply: | |||
:<math> | |||
\eta\rightarrow\eta_x \quad\text{at rate} \sum_{y:\eta(y)\neq\eta(x)}p(x,y). | |||
</math> | |||
We define a process of coalescing random walks <math>\scriptstyle A_t\subset Z^d </math> as follows. Here <math>\scriptstyle A_t</math> denotes the set of sites occupied by these random walks at time <math>\scriptstyle t </math>. To define <math>\scriptstyle A_t </math>, consider several (continuous time) random walks on <math>\scriptstyle Z^d </math> with unit exponential holding times and transition probabilities <math>\scriptstyle p( </math>•,•<math>\scriptstyle ) </math>, and take them to be independent until two of them meet. At that time, the two that meet coalesce into one particle, which continues to move like a random walk with transition probabilities <math>\scriptstyle p( </math>•,•<math>\scriptstyle ) </math> . | |||
The concept of '''[[Duality (mathematics)|Duality]]''' is essential for analysing the behavior of the voter models. The linear voter models satisfy a very useful form of duality, known as '''coalescing duality''', which is: | |||
:<math> | |||
P^\eta(\eta_t\equiv 1 \quad\text{on }A)=P^A(\eta(A_t)\equiv 1), | |||
</math> | |||
where <math>\scriptstyle \eta \in \{0,1\}^{Z^d} </math> is the initial configuration of <math>\scriptstyle \eta_t </math> and <math>\scriptstyle A=\{x\in Z^d, \eta(x)=1\}\subset Z^d </math> is the initial state of the coalescing random walks <math>\scriptstyle A_t</math>. | |||
===Limiting behaviors of linear voter models=== | |||
Let <math>\scriptstyle p(x,y) </math> be the transition probabilities for an irreducible random walk on <math>\scriptstyle Z^d </math> and <math>\scriptstyle p(x,y)=p(0,x-y) </math>, then the duality relation for such linear voter models says that <math>\scriptstyle \forall\eta\in S=\{0,1\}^{Z^d} </math> | |||
:<math> | |||
P^{\eta}[\eta_t(x)\neq\eta_t(y)]=P[\eta(X_t)\neq\eta(Y_t)] | |||
</math> | |||
where <math>\scriptstyle X_t </math> and <math>\scriptstyle Y_t </math> are (continuous time) random walks on <math>\scriptstyle Z^d </math> with <math>\scriptstyle X_0=x </math>, <math>\scriptstyle Y_0=y </math>, and <math>\scriptstyle \eta(X_t) </math> is the position taken by the random walk at time <math>\scriptstyle t </math>. <math>\scriptstyle X_t </math> and <math>\scriptstyle Y_t </math> forms a coalescing random walks described at the end of '''section 2.1'''. <math>\scriptstyle X(t)-Y(t) </math> is a symmetrized random walk. If <math>\scriptstyle X(t)-Y(t) </math> is recurrent and <math>\scriptstyle d\leq 2 </math>, <math>\scriptstyle X_t </math> and <math>\scriptstyle Y_t </math> will hit eventually with probability 1, and hence | |||
:<math> | |||
P^{\eta}[\eta_t(x)\neq\eta_t(y)]=P[\eta(X_t)\neq\eta(Y_t)]\leq P[X_t\neq Y_t]\rightarrow 0\quad\text{as}\quad t\to 0 | |||
</math> | |||
Therefore the process clusters. | |||
On the other hand, when <math>d\geq 3 </math>, the system coexists. It is because for <math>\scriptstyle d\geq 3 </math>, <math>\scriptstyle X(t)-Y(t) </math> is transient, thus there is a positive probability that the random walks never hit, and hence for <math>\scriptstyle x\neq y </math> | |||
:<math> | |||
\lim_{t\rightarrow\infty}P[\eta_t(x)\neq\eta_t(y)]=C\lim_{t\rightarrow\infty}P[X_t\neq Y_t]>0 | |||
</math> | |||
for some constant <math> C </math> corresponding to the initial distribution. | |||
Now let <math>\scriptstyle \tilde{X}(t)=X(t)-Y(t) </math> be a symmetrized random walk, we have the following theorems: | |||
'''Theorem 2.1''' | |||
The linear voter model <math>\scriptstyle \eta_t </math> clusters if <math>\scriptstyle \tilde{X}_t </math> is recurrent, and coexists if <math>\scriptstyle \tilde{X}_t </math> is transient. In particular, | |||
# the process clusters if <math>\scriptstyle d=1 </math> and <math>\scriptstyle \sum_x |x|p(0,x)\le \infty </math>, or if <math>\scriptstyle d=2 </math> and <math>\scriptstyle \sum_x |x|^2p(0,x)\le\infty </math>; | |||
# the process coexists if <math>\scriptstyle d \geq 3 </math>. | |||
'''Remarks''': To contrast this with the behavior of the threshold voter models that will be discussed in next section, note that whether the linear voter model clusters or coexists depends almost exclusively on the dimension of the set of sites, rather than on the size of the range of interaction. | |||
'''Theorem 2.2''' | |||
Suppose <math>\scriptstyle \mu </math> is any translation spatially [[Ergodic process|ergodic]] and [[Invariant measure|invariant probability measure]] on the state space <math>\scriptstyle S=\{0,1\}^{Z^d} </math>, then | |||
# If <math>\scriptstyle \tilde{X}_t </math> is recurrent, then <math>\scriptstyle \mu S(t)\Rightarrow \rho\delta_1+(1-\rho)\delta_0\quad\text{as}\quad t\to\infty </math>; | |||
# If <math>\scriptstyle \tilde{X}_t </math> is transient, then <math>\scriptstyle \mu S(t)\Rightarrow \mu_\rho </math>. | |||
where <math>\scriptstyle \mu S(t) </math> is the distribution of <math>\scriptstyle \eta_t </math>; <math>\scriptstyle \Rightarrow </math> means weak convergence, <math>\scriptstyle \mu_{\rho} </math> is a nontrivial extremal invariant measure and <math>\scriptstyle \rho=\mu(\{\eta:\eta(x)=1\}) </math>. | |||
===A special linear voter model=== | |||
One of the interesting special cases of the linear voter model, known as the '''basic''' linear voter model, is that for state space <math>\scriptstyle \{0,1\}^{Z^d}</math>: | |||
:<math> | |||
p(x,y)= \begin{cases} | |||
1/2d & \text{if } |x-y|=1 \text{ and } \eta(x)\neq\eta(y) \\[8pt] | |||
0 & \text{otherwise} | |||
\end{cases} | |||
</math> | |||
So that | |||
:<math> | |||
\eta_t(x)\to 1-\eta_t(x)\quad\text{at rate}\quad (2d)^{-1}|\{y:|y-x|=1,\eta_t(y)\neq\eta_t(x)\}| | |||
</math> | |||
In this case,the process clusters if <math>\scriptstyle d\leq 2 </math>, while coexists if <math>\scriptstyle d\geq 3 </math>. This dichotomy is closely related to the fact that '''simple random walk on <math>\scriptstyle Z^d </math> is recurrent if <math>\scriptstyle d\leq2 </math> and transient if <math>\scriptstyle d\geq 3 </math>.''' | |||
====Clusters in one dimension ''d'' = 1==== | |||
For the special case with <math>\scriptstyle d=1 </math>, <math>\scriptstyle S=Z^1 </math> and <math>\scriptstyle p(x,x+1)=p(x,x-1)=\frac{1}{2} </math> for each <math>\scriptstyle x </math>. We know from '''Theorem 2.2''' that <math>\scriptstyle \mu S(t)\Rightarrow \rho\delta_1+(1-\rho)\delta_0 </math>, thus clustering occurs in this case. The aim of this section is to give a more precise description of this clustering. | |||
As mentioned before, clusters of an <math>\scriptstyle \eta </math> are defined to be the connected components of <math>\scriptstyle \{x:\eta(x)=0\} </math> or <math>\scriptstyle \{x:\eta(x)=1\} </math>. The '''mean cluster size''' for <math>\scriptstyle \eta </math> is defined to be: | |||
:<math> | |||
C(\eta)=\lim_{n\rightarrow\infty}\frac{2n}{\text{number of clusters in} [-n,n]} | |||
</math> | |||
provided the limit exists. | |||
'''Proposition 2.3''' | |||
Suppose the voter model is with initial distribution <math>\scriptstyle \mu </math> and <math>\scriptstyle \mu </math> is a translation invariant probability measure, then | |||
:<math> | |||
P\left(C(\eta)=\frac{1}{P[\eta_t(0)\neq \eta_t(1)]}\right)=1. | |||
</math> | |||
====Occupation time==== | |||
Define the occupation time functionals of the basic linear voter model as: | |||
:<math> | |||
T_t^x=\int_0^t \eta^\rho_s(x)\mathrm{d}s. | |||
</math> | |||
'''Theorem 2.4''' | |||
Assume that for all site x and time t, <math>\scriptstyle P(\eta_t(x)=1)=\rho</math>, then as <math>\scriptstyle t\rightarrow \infty </math>, <math>\scriptstyle T_t^x/t\rightarrow \rho </math> [[almost surely]] if <math>\scriptstyle d\geq 2 </math> | |||
'''proof''' | |||
By [[Chebyshev's inequality]] and the [[Borel–Cantelli lemma]], we can get the equation below: | |||
:<math> | |||
P\left(\frac{\rho}{r}\leq \lim \inf_{t\rightarrow\infty}\frac{T_t}{t}\leq\lim\sup_{t\rightarrow\infty}\frac{T_t}{t}\leq \rho r\right)=1; \quad\forall r>1 | |||
</math> | |||
The theorem follows when letting <math>\scriptstyle r\searrow 1 </math>. | |||
==The threshold voter model== | |||
===Model description=== | |||
In this section, we will concentrate on a kind of non-linear voter models, known as the ''threshold voter model''. | |||
To define it, let <math>\scriptstyle \mathcal{N} </math> be a neighbourhood of <math>\scriptstyle 0\in Z^d </math> that is obtained by intersecting <math>\scriptstyle Z^d </math> with any compact, convex, symmetric set in <math>\scriptstyle R^d </math>; in other word, <math>\scriptstyle \mathcal{N} </math> is assumed to be a finite set that is symmetric with respect to all reflections and irreducible (i.e. the group it generates is <math>\scriptstyle Z^d </math>)We will always assume that <math>\scriptstyle \mathcal{N} </math> contains all the unit vectors <math>\scriptstyle (1,0,0,\dots,0),\dots,(0,\dots,0,1) </math>. For a positive integer <math>\scriptstyle T </math>, the threshold voter model with neighbourhood <math>\scriptstyle \mathcal{N} </math> and threshold <math>\scriptstyle T </math> is the one with rate function: | |||
:<math> | |||
c(x,\eta)= \left\{ | |||
\begin{array}{l} | |||
1 \quad \text{if}\quad |\{y\in x+\mathcal{N}:\eta(y)\neq\eta(x)\}|\geq T \\ | |||
0 \quad \text{otherwise} \\ | |||
\end{array} \right. | |||
</math> | |||
Simply put, the transition rate of site <math>\scriptstyle x </math> is 1 if the number of sites that do not take the same value is larger or equal to the threshold T. Otherwise, site <math>\scriptstyle x </math> stays at the current status and will not flip. | |||
For example, if <math>\scriptstyle d=1 </math>, <math>\scriptstyle \mathcal{N}=\{-1,0,1\} </math> and <math>\scriptstyle T=2 </math>, then the configuration <math>\scriptstyle \dots1\quad 1\quad 0\quad 0\quad 1\quad 1\quad 0\quad 0\dots </math> is an absorbing state or a trap for the process. | |||
===Limiting behaviors of threshold voter model=== | |||
If a threshold voter model does not fixate, we should expect that the process will coexist for small threshold and cluster for large threshold, where large and small are interpreted as being relative to the size of the neighbourhood, <math>\scriptstyle |\mathcal{N}| </math>. The intuition is that having a small threshold makes it easy for flips to occur, so it is likely that there will be a lot of both 0's and 1's around at all times. Following are three major results: | |||
# If <math>\scriptstyle T>\frac{|\mathcal{N}|-1}{2} </math>, then the process fixates in the sense that each site flips only finitely often. | |||
# If <math>\scriptstyle d=1 </math> and <math>\scriptstyle T=\frac{|\mathcal{N}|-1}{2} </math>, then the process clusters. | |||
# If <math>\scriptstyle T=\theta|\mathcal{N}| </math> with <math>\scriptstyle \theta </math> sufficiently small(<math>\scriptstyle \theta<\frac{1}{4} </math>) and <math>\scriptstyle |\mathcal{N}| </math> sufficiently large, then the process coexists. | |||
Here are two theorems corresponding to properties (1) and (2). | |||
'''Theorem 3.1''' | |||
If <math>\scriptstyle T>\frac{|\mathcal{N}|-1}{2} </math>, then the process fixates. | |||
'''Theorem 3.2''' | |||
The threshold voter model in one dimension (<math>\scriptstyle d=1 </math>) with <math>\scriptstyle \mathcal{N}=\{-T,\dots,T\}, T\geq 1 </math>, clusters. | |||
'''proof''' | |||
The idea of the proof is to construct two sequences of random times <math>\scriptstyle U_n </math>, <math>\scriptstyle V_n </math> for <math>\scriptstyle n\geq 1 </math> with the following properties: | |||
# <math>\scriptstyle 0=V_0<U_1<V_1<U_2<V_2<\dots </math>, | |||
# <math>\scriptstyle \{U_{k+1}-V_k,k\geq0\} </math> are i.i.d.with <math>\scriptstyle \mathrm{E}(U_{k+1}-V_k)<\infty </math>, | |||
# <math>\scriptstyle \{V_{k}-U_k,k\geq1\} </math> are i.i.d.with <math>\scriptstyle \mathrm{E}(V_{k}-U_k)=\infty </math>, | |||
# the random variables in (b) and (c) are independent of each other, | |||
# event A=<math>\scriptstyle \{\eta_t(.) </math> is constant on <math>\scriptstyle \{-T,\dots,T\}\} </math>, and evant A holds for every <math>\scriptstyle t \in \cup_{k=1}^\infty [U_k,V_k] </math>. | |||
Once this construction is made, it will follow from renewal theory that | |||
:<math> | |||
P(A)\geq P(t \in \cup_{k=1}^\infty [U_k,V_k])\to 1 \quad\text{as}\quad t\to\infty | |||
</math> | |||
Hence,<math>\scriptstyle \lim_{t\rightarrow \infty}P(\eta_t(1)\neq \eta_t(0))=0 </math>, so that the process clusters. | |||
'''Remarks:''' (a) Threshold models in higher dimensions do not necessarily cluster if <math>\scriptstyle T=\frac{|\mathcal{N}|-1}{2} </math>. For example, take <math>\scriptstyle d=2,T=2 </math> and <math>\scriptstyle \mathcal{N}=\{(0,0),(0,1),(1,0),(0,-1),(-1,0)\} </math>. If <math>\scriptstyle \eta </math> is constant on alternating vertical infinite strips,that is for all <math>\scriptstyle i,j </math>: | |||
:<math> | |||
\eta(4i,j)=\eta(4i+1,j)=1,\quad \eta(4i+2,j)=\eta(4i+3,j)=0 | |||
</math> | |||
then no transition ever occur, and the process fixates. | |||
(b) Under the assumption of '''Theorem 3.2''', the process does not fixate. To see this, consider the initial configuration <math>\scriptstyle \dots 0 0 0 1 1 1 \dots </math>, in which infinitely many zeros are followed by infinitely many ones. Then only the zero and one at the boundary can flip, so that the configuration will always look the same except that the boundary will move like a simple symmetric random walk. The fact that this random walk is recurrent implies that every site flips infinitely often. | |||
Property 3 indicates that the threshold voter model is quite different from the linear voter model, in that coexistence occurs even in one dimension, provided that the neighbourhood is not too small. The threshold model has a drift toward the "local minority", which is not present in the linear case. | |||
Most proofs of coexistence for threshold voter models are based on comparisons with hybrid model known as the '''threshold contact process''' with parameter <math>\scriptstyle \lambda>0 </math>. This is the process on <math>\scriptstyle [0,1]^{Z^d} </math> with flip rates: | |||
:<math> | |||
c(x,\eta)= \left\{ | |||
\begin{array}{l} | |||
\lambda \quad \text{if}\quad\eta(x)=0\quad \text{and}|\{y\in x+\mathcal{N}:\eta(y)=1\}|\geq T; \\ | |||
1 \quad \text{if}\quad \eta(x)=1;\\ | |||
0 \quad \text{otherwise} | |||
\end{array}\right. | |||
</math> | |||
'''Proposition 3.3''' | |||
For any <math>\scriptstyle d, \mathcal{N} </math> and <math>\scriptstyle T </math>, if the threshold contact process with <math>\scriptstyle \lambda=1 </math> has a nontrivial invariant measure, then the threshold voter model coexists. | |||
===Model with threshold ''T'' = 1=== | |||
The case that <math>\scriptstyle T=1 </math> is of particular interest because it is the only case in which we currently know exactly which models coexist and which models cluster. | |||
In particular, we are interested in a kind of '''Threshold T=1''' model with <math>\scriptstyle c(x,\eta) </math> that is given by: | |||
:<math> | |||
c(x,\eta)= \left\{ | |||
\begin{array}{l} | |||
1 \quad\text{if exists one}\quad y \quad\text{with}\quad |x-y|\leq N \quad\text{and}\quad \eta(x)\neq\eta(y) \\ | |||
0 \quad \text{otherwise}\\ | |||
\end{array} \right. | |||
</math> | |||
<math>\scriptstyle N </math> can be interpreted as the '''radius''' of the neighbourhood <math>\scriptstyle \mathcal{N} </math>; <math>\scriptstyle N </math> determines the size of the neighbourhood (i.e., if <math>\scriptstyle \mathcal{N}_1=\{-2,-1,0,1,2\} </math>, then <math>\scriptstyle N_1=2 </math>; while for <math>\scriptstyle \mathcal{N}_2=\{(0,0),(0,1),(1,0),(0,-1),(-1,0)\} </math>, the corresponding <math>\scriptstyle N_2=1 </math>). | |||
By '''Theorem 3.2''', the model with <math>\scriptstyle d=1 </math> and <math>\scriptstyle \mathcal{N}=\{-1,0,1\} </math> clusters. The following theorem indicates that for all other choices of <math>\scriptstyle d </math> and <math>\scriptstyle \mathcal{N} </math>, the model coexists. | |||
'''Theorem 3.4''' | |||
Suppose that <math>\scriptstyle N\geq 1 </math>, but <math>\scriptstyle (N,d)\neq(1,1) </math>. Then the threshold model on <math>\scriptstyle Z^d </math> with parameter <math>\scriptstyle N </math> coexists. | |||
The proof of this theorem is given in a paper named "Coexistence in threshold voter models" by Thomas M. Liggett. | |||
== References == | |||
* {{cite journal | |||
| last = Clifford | |||
| first = Peter | |||
| coauthors=Aidan W Sudbury | |||
| year = 1973 | |||
| title = A Model for Spatial Conflict | |||
| journal = Biometrika | |||
| volume = 60 | |||
| pages = 581-588 | |||
| doi = 10.1093/biomet/60.3.581 }} | |||
*{{cite journal | |||
| last = Liggett | |||
| first = Thomas M. | |||
| year = 1997 | |||
| title =Stochastic Models of Interacting Systems | |||
| journal = The Annals of Probability | |||
| volume = 25 | |||
| issue = 1 | |||
| pages = 1–29 | |||
| issn= 00911798 | |||
| publisher = Institute of Mathematical Statistics | |||
| doi=10.2307/2959527}} | |||
* {{cite journal | |||
| last = Liggett | |||
| first = Thomas M. | |||
| year = 1994 | |||
| title = Coexistence in Threshold Voter Models | |||
| journal = The Annals of Probability | |||
| volume = 22 | |||
| issue = 2 | |||
| pages = 764–802 | |||
| doi = 10.1214/aop/1176988729 }} | |||
* {{cite journal | |||
| last = Cox | |||
| first = J. Theodore | |||
| coauthors=David Griffeath | |||
| year = 1983 | |||
| title = Occupation Time Limit Theorems for the Voter Model | |||
| journal = The Annals of Probability | |||
| volume = 11 | |||
| issue = 4 | |||
| pages = 876–893 | |||
| doi = 10.1214/aop/1176993438 }} | |||
* {{cite book | |||
| last = Durrett | |||
| first = Richard | |||
| authorlink=Rick Durrett | |||
| coauthors=Kesten, Harry | |||
| year = 1991 | |||
| title = Random walks, Brownian motion, and interacting particle systems | |||
| isbn=0817635092}} | |||
*{{cite book | |||
|last=Liggett | |||
|first=Thomas M. | |||
|title=Interacting Particle Systems | |||
|year=1985 | |||
|publisher=Springer Verlag | |||
|location=New York | |||
|isbn=0-387-96069-4 }} | |||
* [[Thomas M. Liggett]], "Stochastic Interacting Systems: Contact, Voter and Exclusion Processes", Springer-Verlag, 1999. | |||
[[Category:Stochastic processes]] | |||
[[Category:Lattice models]] | |||
[[Category:Probabilistic models]] | |||
Revision as of 04:03, 6 August 2013
In the mathematical theory of probability, the voter model is a stochastic process that is a specific type of interacting particle system (see Probabilistic Cellular Automata too). A voter model is a sequential dynamical system and it is similar to the contact process.

One can imagine that there is a "voter" at each point on a connected graph, where the connections indicate that there is some form of interaction between a pair of voters (nodes). The opinions of any given voter on some issue changes at random times under the influence of opinions of his neighbours. A voter's opinion at any given time can take one of two values, labelled 0 and 1. At random times, a random individual is selected and that voter's opinion are changed according to a stochastic rule. Specifically, for one of the chosen voter's neighbors is chosen according to a given set of probabilities and that individual's opinion is transferred to the chosen voter.
An alternative interpretation is in terms of spatial conflict. Suppose two nations control the areas (sets of nodes) labelled 0 or 1. A flip from 0 to 1 at a given location indicates an invasion of that site by the other nation.
Note that only one flip happens each time. Problems involving the voter model will often be recast in terms of the dual systemTemplate:Clarify of coalescingTemplate:Clarify Markov chains. Frequently, these problems will then be reduced to others involving independent Markov chains.
Definition
A voter model is a (continuous time) Markov process with state space and transition rates function , where is a d-dimensional integer lattice, and •,• is assumed to be nonnegative, uniformly bounded and continuous as a function of in the product topology on . Each component is called a configuration. To make it clear that stands for the value of a site x in configuration ; while means the value of a site x in configuration at time .
The dynamic of the process are specified by the collection of transition rates. For voter models, the rate at which there is a flip at from 0 to 1 or vice versa is given by a function of site . It has the following properties:
Property (1) says that and are fixed points for the evolution. (2) indicates that the evolution is unchanged by interchanging the roles of 0's and 1's. In property (3), means , and implies if , and implies if .
Clustering and coexistence
What we are interested in is the limiting behavior of the models. Since the flip rates of a site depends its neighbours, it is obvious that when all sites take the same value, the whole system stops changing forever. Therefore, a voter model has two trivial extremal stationary distributions, the point-masses and on respectively, which represent consensus. The main question we will discuss is whether or not there are others, which would then represent coexistence of different opinions in equilibrium. We say that coexistence occurs if there is a stationary distribution that concentrates on configurations with infinitely many 0's and 1's. On the other hand, if for all and all initial configurations, we have:
we will say that clustering occurs.
It is important to distinguish clustering with the concept of cluster. Clusters are defined to be the connected components of or .
The linear voter model
Model description
This section will be dedicated to one of the basic voter models, the Linear Voter Model.
Let •,• be the transition probabilities for an irreducible random walk on ,and we have:
Then in Linear voter model, the transition rates are linear functions of :
Or if we use to indicate that a flip happens at site , the transition rates are simply:
We define a process of coalescing random walks as follows. Here denotes the set of sites occupied by these random walks at time . To define , consider several (continuous time) random walks on with unit exponential holding times and transition probabilities •,•, and take them to be independent until two of them meet. At that time, the two that meet coalesce into one particle, which continues to move like a random walk with transition probabilities •,• .
The concept of Duality is essential for analysing the behavior of the voter models. The linear voter models satisfy a very useful form of duality, known as coalescing duality, which is:
where is the initial configuration of and is the initial state of the coalescing random walks .
Limiting behaviors of linear voter models
Let be the transition probabilities for an irreducible random walk on and , then the duality relation for such linear voter models says that
where and are (continuous time) random walks on with , , and is the position taken by the random walk at time . and forms a coalescing random walks described at the end of section 2.1. is a symmetrized random walk. If is recurrent and , and will hit eventually with probability 1, and hence
Therefore the process clusters.
On the other hand, when , the system coexists. It is because for , is transient, thus there is a positive probability that the random walks never hit, and hence for
for some constant corresponding to the initial distribution.
Now let be a symmetrized random walk, we have the following theorems:
Theorem 2.1
The linear voter model clusters if is recurrent, and coexists if is transient. In particular,
Remarks: To contrast this with the behavior of the threshold voter models that will be discussed in next section, note that whether the linear voter model clusters or coexists depends almost exclusively on the dimension of the set of sites, rather than on the size of the range of interaction.
Theorem 2.2 Suppose is any translation spatially ergodic and invariant probability measure on the state space , then
where is the distribution of ; means weak convergence, is a nontrivial extremal invariant measure and .
A special linear voter model
One of the interesting special cases of the linear voter model, known as the basic linear voter model, is that for state space :
So that
In this case,the process clusters if , while coexists if . This dichotomy is closely related to the fact that simple random walk on is recurrent if and transient if .
Clusters in one dimension d = 1
For the special case with , and for each . We know from Theorem 2.2 that , thus clustering occurs in this case. The aim of this section is to give a more precise description of this clustering.
As mentioned before, clusters of an are defined to be the connected components of or . The mean cluster size for is defined to be:
provided the limit exists.
Proposition 2.3
Suppose the voter model is with initial distribution and is a translation invariant probability measure, then
Occupation time
Define the occupation time functionals of the basic linear voter model as:
Theorem 2.4
Assume that for all site x and time t, , then as , almost surely if
proof
By Chebyshev's inequality and the Borel–Cantelli lemma, we can get the equation below:
The theorem follows when letting .
The threshold voter model
Model description
In this section, we will concentrate on a kind of non-linear voter models, known as the threshold voter model.
To define it, let be a neighbourhood of that is obtained by intersecting with any compact, convex, symmetric set in ; in other word, is assumed to be a finite set that is symmetric with respect to all reflections and irreducible (i.e. the group it generates is )We will always assume that contains all the unit vectors . For a positive integer , the threshold voter model with neighbourhood and threshold is the one with rate function:
Simply put, the transition rate of site is 1 if the number of sites that do not take the same value is larger or equal to the threshold T. Otherwise, site stays at the current status and will not flip.
For example, if , and , then the configuration is an absorbing state or a trap for the process.
Limiting behaviors of threshold voter model
If a threshold voter model does not fixate, we should expect that the process will coexist for small threshold and cluster for large threshold, where large and small are interpreted as being relative to the size of the neighbourhood, . The intuition is that having a small threshold makes it easy for flips to occur, so it is likely that there will be a lot of both 0's and 1's around at all times. Following are three major results:
- If , then the process fixates in the sense that each site flips only finitely often.
- If and , then the process clusters.
- If with sufficiently small() and sufficiently large, then the process coexists.
Here are two theorems corresponding to properties (1) and (2).
Theorem 3.1
If , then the process fixates.
Theorem 3.2
The threshold voter model in one dimension () with , clusters.
proof
The idea of the proof is to construct two sequences of random times , for with the following properties:
- ,
- are i.i.d.with ,
- are i.i.d.with ,
- the random variables in (b) and (c) are independent of each other,
- event A= is constant on , and evant A holds for every .
Once this construction is made, it will follow from renewal theory that
Hence,, so that the process clusters.
Remarks: (a) Threshold models in higher dimensions do not necessarily cluster if . For example, take and . If is constant on alternating vertical infinite strips,that is for all :
then no transition ever occur, and the process fixates.
(b) Under the assumption of Theorem 3.2, the process does not fixate. To see this, consider the initial configuration , in which infinitely many zeros are followed by infinitely many ones. Then only the zero and one at the boundary can flip, so that the configuration will always look the same except that the boundary will move like a simple symmetric random walk. The fact that this random walk is recurrent implies that every site flips infinitely often.
Property 3 indicates that the threshold voter model is quite different from the linear voter model, in that coexistence occurs even in one dimension, provided that the neighbourhood is not too small. The threshold model has a drift toward the "local minority", which is not present in the linear case.
Most proofs of coexistence for threshold voter models are based on comparisons with hybrid model known as the threshold contact process with parameter . This is the process on with flip rates:
Proposition 3.3
For any and , if the threshold contact process with has a nontrivial invariant measure, then the threshold voter model coexists.
Model with threshold T = 1
The case that is of particular interest because it is the only case in which we currently know exactly which models coexist and which models cluster.
In particular, we are interested in a kind of Threshold T=1 model with that is given by:
can be interpreted as the radius of the neighbourhood ; determines the size of the neighbourhood (i.e., if , then ; while for , the corresponding ).
By Theorem 3.2, the model with and clusters. The following theorem indicates that for all other choices of and , the model coexists.
Theorem 3.4
Suppose that , but . Then the threshold model on with parameter coexists.
The proof of this theorem is given in a paper named "Coexistence in threshold voter models" by Thomas M. Liggett.
References
- One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - One of the biggest reasons investing in a Singapore new launch is an effective things is as a result of it is doable to be lent massive quantities of money at very low interest rates that you should utilize to purchase it. Then, if property values continue to go up, then you'll get a really high return on funding (ROI). Simply make sure you purchase one of the higher properties, reminiscent of the ones at Fernvale the Riverbank or any Singapore landed property Get Earnings by means of Renting
In its statement, the singapore property listing - website link, government claimed that the majority citizens buying their first residence won't be hurt by the new measures. Some concessions can even be prolonged to chose teams of consumers, similar to married couples with a minimum of one Singaporean partner who are purchasing their second property so long as they intend to promote their first residential property. Lower the LTV limit on housing loans granted by monetary establishments regulated by MAS from 70% to 60% for property purchasers who are individuals with a number of outstanding housing loans on the time of the brand new housing purchase. Singapore Property Measures - 30 August 2010 The most popular seek for the number of bedrooms in Singapore is 4, followed by 2 and three. Lush Acres EC @ Sengkang
Discover out more about real estate funding in the area, together with info on international funding incentives and property possession. Many Singaporeans have been investing in property across the causeway in recent years, attracted by comparatively low prices. However, those who need to exit their investments quickly are likely to face significant challenges when trying to sell their property – and could finally be stuck with a property they can't sell. Career improvement programmes, in-house valuation, auctions and administrative help, venture advertising and marketing, skilled talks and traisning are continuously planned for the sales associates to help them obtain better outcomes for his or her shoppers while at Knight Frank Singapore. No change Present Rules
Extending the tax exemption would help. The exemption, which may be as a lot as $2 million per family, covers individuals who negotiate a principal reduction on their existing mortgage, sell their house short (i.e., for lower than the excellent loans), or take part in a foreclosure course of. An extension of theexemption would seem like a common-sense means to assist stabilize the housing market, but the political turmoil around the fiscal-cliff negotiations means widespread sense could not win out. Home Minority Chief Nancy Pelosi (D-Calif.) believes that the mortgage relief provision will be on the table during the grand-cut price talks, in response to communications director Nadeam Elshami. Buying or promoting of blue mild bulbs is unlawful.
A vendor's stamp duty has been launched on industrial property for the primary time, at rates ranging from 5 per cent to 15 per cent. The Authorities might be trying to reassure the market that they aren't in opposition to foreigners and PRs investing in Singapore's property market. They imposed these measures because of extenuating components available in the market." The sale of new dual-key EC models will even be restricted to multi-generational households only. The models have two separate entrances, permitting grandparents, for example, to dwell separately. The vendor's stamp obligation takes effect right this moment and applies to industrial property and plots which might be offered inside three years of the date of buy. JLL named Best Performing Property Brand for second year running
The data offered is for normal info purposes only and isn't supposed to be personalised investment or monetary advice. Motley Fool Singapore contributor Stanley Lim would not personal shares in any corporations talked about. Singapore private home costs increased by 1.eight% within the fourth quarter of 2012, up from 0.6% within the earlier quarter. Resale prices of government-built HDB residences which are usually bought by Singaporeans, elevated by 2.5%, quarter on quarter, the quickest acquire in five quarters. And industrial property, prices are actually double the levels of three years ago. No withholding tax in the event you sell your property. All your local information regarding vital HDB policies, condominium launches, land growth, commercial property and more
There are various methods to go about discovering the precise property. Some local newspapers (together with the Straits Instances ) have categorised property sections and many local property brokers have websites. Now there are some specifics to consider when buying a 'new launch' rental. Intended use of the unit Every sale begins with 10 p.c low cost for finish of season sale; changes to 20 % discount storewide; follows by additional reduction of fiftyand ends with last discount of 70 % or extra. Typically there is even a warehouse sale or transferring out sale with huge mark-down of costs for stock clearance. Deborah Regulation from Expat Realtor shares her property market update, plus prime rental residences and houses at the moment available to lease Esparina EC @ Sengkang - 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - 20 year-old Real Estate Agent Rusty from Saint-Paul, has hobbies and interests which includes monopoly, property developers in singapore and poker. Will soon undertake a contiki trip that may include going to the Lower Valley of the Omo.
My blog: http://www.primaboinca.com/view_profile.php?userid=5889534 - Thomas M. Liggett, "Stochastic Interacting Systems: Contact, Voter and Exclusion Processes", Springer-Verlag, 1999.