Decay of Correlation for Edge Colorings When
Abstract
We examine various perspectives on the decay of correlation for the uniform distribution over proper -edge colorings of graphs with maximum degree .
First, we establish the coupling independence property when for general graphs. Together with the recent work of Chen, Feng, Guo, Zhang and Zou (2024), this result implies a fully polynomial-time approximation scheme (FPTAS) for counting the number of proper -edge colorings.
Next, we prove the strong spatial mixing property on trees, provided that . The strong spatial mixing property is derived from the spectral independence property of a version of the weighted edge coloring distribution, which is established using the matrix trickle-down method developed in Abdolazimi, Liu and Oveis Gharan (FOCS, 2021) and Wang, Zhang and Zhang (STOC, 2024).
Finally, we show that the weak spatial mixing property holds on trees with maximum degree if and only if .
Keywords and phrases:
Strong Spatial Mixing, Edge Coloring, Approximate CountingCategory:
Track A: Algorithms, Complexity and GamesFunding:
Chihao Zhang: The author is supported by National Natural Science Foundation of China No. 62372289.Copyright and License:
![[Uncaptioned image]](x1.png)
2012 ACM Subject Classification:
Theory of computation Generating random combinatorial structuresEditors:
Keren Censor-Hillel, Fabrizio Grandoni, Joël Ouaknine, and Gabriele PuppisSeries and Publisher:

1 Introduction
Sampling from the uniform distribution of proper edge colorings received lots of attention recently, with the advent of new tools in analyzing high-dimensional distributions [10, 1, 16, 3]. A proper edge coloring of an undirected graph with maximum degree is an assignment of each edge with one of colors so each adjacent edges receive different color. Clearly a proper edge coloring can be viewed as a proper vertex coloring on its line graph.The sampling problem is to draw a proper edge coloring uniformly. Most of previous work focuses on the mixing time of Glauber dynamics. The work of [16] established the spectral independence property, a notion to measure the correlation in high-dimensional distributions [2], whenever for general graphs and the work of [3] establish approximate tensorization of variance on trees when . Note that Glauber dynamics is known to be reducible when on general graphs [13] and therefore the condition for Glauber dynamics is asymptotically tight. However, it is still open whether is the threshold for efficient sampling proper edge colorings and there are some recent attempts to design other sampling algorithm under better conditions [9]. A (almost) uniformly sampling algorithm can be turned into fully polynomial-time randomized scheme (FPRAS) for counting the number of proper colorings using standard reduction [14].
In this work we examine some other aspects for the correlation of the uniform distribution on edge colorings. We first established the coupling independence property on general graphs when . Coupling independence [6] is a notion stronger than spectral independence, and thanks to recent work of [5], building on the machinery of Moitra [15], it (together with some other properties) implies a fully polynomial-time approximate scheme (FPTAS) for counting proper edge colorings. This is the first determinstic approximate counting algorithm in this range of parameters. Moreover, our proof of the coupling independence property differs from those directly derived from contractive couplings for establishing rapid mixing results.
Theorem 1 (Informal).
If , then there exists an FPTAS for counting the number of proper -edge colorings on any graph with maximum degree .
Before our work, there is no similar results tailored for counting edge colorings. The best FPTAS for counting edge coloring is the same as the one for general vertex coloring, which requires [4, 5] for sufficiently large .
We then study the strong spatial mixing (SSM) property for edge colorings on trees, an important notion to measure the correlation between sites in Gibbs distributions whose definition is in Section 2.3.
Theorem 2 (Informal).
Let be a tree with maximum degree . If , then the uniform distribution over -colorings on exhibits strong spatial mixing with exponential decay rate.
Similar strong spatial mixing bounds on trees have been thoroughly studied for vertex colorings (e.g. [11, 8]). It is conjectured that SSM holds whenever and in [8], a condition was established, almost resolving the conjecture. However, much less is known for edge colorings. The bound established in this work is by no means tight. We also discuss the limit of our approach and possible further improvement. On the other hand, we show that one cannot expect the strong spatial mixing property to hold when , as we prove that is the threshold for weak spatial mixing. Therefore, we conjecture that SSM holds for edge colorings on graphs with maximum degree whenever for certain constant . We also show that the best bound one can expect using the analysis in this paper cannot be better than .
Theorem 3 (Informal).
If , then the uniform distribution over -colorings on any tree with maximum degree exhibits weak spatial mixing with exponential decay rate. Otherwise, there exists a tree with maximum degree such that the uniform distribution over -coloring on it does not satisfy the weak spatial mixing property.
In the following, we give an overview with our technique, with an emphasis on the novelty.
1.1 Technical contribution
A new coupling strategy
The coupling independence property is established via a new local coupling for edge colorings. Our coupling can somehow be viewed as a multi-spin version of Chen and Gu’s coupling [7] for Holant problems with boolean domain. Their coupling, using the problem of -matching as an example, begins with two instances differing at one pendant edge, or equivalently, two instances with a single constraint discrepancy. During the coupling process, the number of discrepancies can never increase but has a nonzero probability of decreasing to zero. Therefore, the coupling process terminates in expected constant number of steps.
In the problem of edge coloring, we can design a local coupling starting from a single discrepancy so that the number of discrepancies can either increase to two, decrease to zero, or remain unchanged. We then use marginal probability bounds to control the probability of discrepancy increasing, while ensuring that the number of discrepancies decreases in expectation.
Dimension reduction
We establish the strong spatial mixing property on trees by analyzing marginal recursions, which is similar to [8]. However, unlike previous work for spin systems where the marginal on a single site is considered, we study the recursion for marginals on a “broom”, namely all edges incident to the root. For each partial coloring on the broom, we can represent its marginal as a function of marginal probabilities of partial colorings in subtrees. However, the Jacobian matrix of this system can be as large as , and is technically very hard to analyze. Our key observation is that the Jacobian matrix is of low rank, and therefore we can apply a trace trick to bound its -norm by the norm of a much smaller matrix. We call this step dimension reduction.
From spectral independence to strong spatial mixing
It is still challenging to directly bound the -norm of the small matrix. We then observe that it can be written as the product of certain covariance matrices of marginal distributions on brooms. Therefore, ideally we can apply the known bounds for these covariance matrices, or equivalently the spectral independence bound for these marginals. However, these marginal probabilities are from the distribution of certain “weighted edge colorings” and one cannot directly apply previous spectral independence result for edge colorings. As a result, we apply the machinery of matrix trickle-down developed in [1] in the way of [16] to establish the desired spectral independence result.
Top-down analysis of recursion
There is another subtle technical issue in the above approach. When analyzing the contraction of marginal recursion, one needs to analyze the gradient / Jacobian at certain “midpoint” between two boundary conditions due to the application of fundamental theorem of calculus or mean-value theorem in the analysis. These midpoints, however, are not necessarily probabilities because the recursion may involve a potential function111Theses quantities are referred to as “subdistributions” in [8]. In previous work, only certain marginal bounds are used to prove the contraction, and these bounds are also satisfied by the midpoints. However, in our case, we require these midpoints to satisfy refined properties, such as spectral independence, which does not hold in general. Therefore, we cannot apply the recursion in the traditional bottom-to-top manner, where one fixes the boundary value at level , analyze the contraction at level , then fixes boundary value at level and analyze the contraction at level , and so on. Instead, we only fix boundary value at the leaves and analyze the composition of the recursion at each level as a whole. Therefore, we need to take “midpoints” only at the leaves, which defines our “weighted edge coloring” instance. Its spectral independence property can be established by the matrix trickle-down method, as discussed earlier.
1.2 Organization of the paper
After introducing the necessary preliminaries in Section 2, we give the marginal recursions and prove useful marginal bounds in Section 3. Then we present our proof of coupling independence, which implies the FPTAS, in Section 4. Strong spatial mixing on trees is proved in Section 5 and the results of weak spatial mixing are proved in Section 6. Verification for technical lemmas are deferred to the full version of this paper.
2 Preliminaries
We use the following notations. For any , let , . For any two non-negative integers , let be the falling factorial, i.e. . Let denote the identity matrix. For a function defined on a finite domain , we use to denote the corresponding (column) vector in . For any set and an element , we write for .
For two probability measures on the same probability space , we define for the total variation distance between . If are two probability distributions on finite state spaces respectively, then we say is a coupling of when it is a joint distribution on with as its marginals, i.e. and for every .
Given a graph , for any vertex , let and be the degree of ; for any edge , let be the degree of , which is the number of edges adjacent to . Moreover, we write for the maximum (vertex) degree in . For two edges , we write for the length of the shortest path between them in (not containing ) and if and is disconnected. Similarly, for vertices , is the shortest path between them in and if and is disconnected.
2.1 List edge coloring
Fix a color set where . Let be an undirected graph and be a collection of color lists associated with each edge in . The pair is an instance of list edge coloring.
If for any , we say is a -edge coloring instance. If for any , we say is a -extra edge coloring instance. We say is a proper edge coloring if for any and for any . Let denote the set of all proper edge colorings and be the uniform distribution on .
Let and . We say is a proper partial edge coloring on if it is a proper coloring on where is the subgraph of induced by and . Let be the set of all proper edge colorings on that is compatible with , i.e. . We also define on which is supported on as . For a subset and a partial coloring on , define as the set of all proper partial edge colorings on that is compatible with and . Especially, when and , we write the conditional distribution and the conditional marginal distribution by and . Besides, we define the color lists after pinning by such that for any , and the degree after pinning by .
For a given list edge coloring instance , let denote the number of proper colorings with the condition satisfied, (or event happens) and denote the probability that the condition is satisfied when a proper coloring is drawn uniformly at random. For an edge set , we usually use to denote the partial coloring on . With a little abuse of notation, is sometimes referred to as the set of colors used on . For a color , we write as shorthands for respectively.
2.2 The Wasserstein distance
In this work, we restrict our discussions and terminologies to finite probability spaces without invoking general measure theory.
Definition 4 (Wasserstein distance).
Let be two distributions defined on the same finite set equipped with a metric . We define as the set of couplings of and . Then the Wasserstein (-)distance is defined by
In this paper, our metric is always the Hamming distance. For two configurations on , their Hamming distance is defined as . We define the notion of coupling independence for Gibbs distribution here.
Definition 5 (Coupling independence).
We say a Gibbs distribution over satisfies -coupling independence if for any two partial configurations on such that ,
where and denote the Gibbs distribution conditional on and , respectively.
We will use the following inequality w.r.t Wasserstein distance in later proof.
Proposition 6.
Let be arbitrary distributions on a common finite metric space . If there exists non-negative constants and distributions , on such that
where we regard both sides as functions on . Then
The proof of Proposition 6 can be found in the full version.
2.3 Correlation Decay
Correlation decay refers to the phenomenon that the correlation between the color assignments of edges diminishes as their distance in the graph increases. Specifically, there are two primary notions of correlation decay: strong spatial mixing and weak spatial mixing. These two notions differ in how they measure the “distance” over which the correlation should decay.
Definition 7 (Strong spatial mixing).
The Gibbs distribution of the list edge coloring instance satisfies strong spatial mixing (SSM) with exponential decay rate and constant if for any , every subset and every pair of feasible pinning on which differ on , we have that
where .
Definition 8 (Weak spatial mixing).
The Gibbs distribution of the list edge coloring instance satisfies weak spatial mixing (WSM) with exponential decay rate and constant if for any , every subset and every pair of feasible pinning on , we have that
where .
Remark 9.
When defining Strong Spatial Mixing (SSM) and Weak Spatial Mixing (WSM) for individual problem instances, it is technically possible to choose a constant large enough to satisfy the decay inequality since the instance is finite. For SSM/WSM to meaningfully imply algorithmic tractability, these constants must hold universally for an entire class of instances, independent of the size of graph. Therefore, when we informally state that we are establishing weak / strong spatial mixing property in this context, we refer to the existence of uniform constants and for a certain class of edge coloring instances even as the graph grows arbitrarily large.
3 Recursion and marginals
In this section, we analyze the marginal bounds on the set of edges adjacent to a given vertex in a -extra list-edge-coloring instance under various conditions.
3.1 Marginal bounds for general edge coloring
We begin by examining the marginal bounds on general graphs.
Lemma 10.
Given a list-edge-coloring instance where , and a vertex such that . Then for any , and color :
The proof of Lemma 10 is deferred to the full version of this paper. Especially, when , we have the following corollary.
Corollary 11.
Let be a -extra list-edge-coloring instance. Then for any ,
3.2 Tree recursion for edge coloring
We now turn our attention to a more specialized structure: trees. Throughout this section, we fix a -extra edge-coloring instance with root . For any vertex , let be the sub-tree of rooted at and be the edge set of . Let be the set of proper partial colorings on and be the set of all distributions on .
Assume has children . For any , let and . For brevity, since the color lists are fixed, we omit the color lists in the subscript in and . For any , we also write for and for .
We introduce a tree recursion on the marginal distributions of partial colorings on “brooms”, where a “broom” is referred to as the edge set for a vertex . This recursion demonstrates how the marginal distributions on brooms propagate through the tree structure as in Figure 1.
Lemma 12.
Given distributions on for each , we can compute the marginal distribution on :
We provide the verification of Lemma 12 in the full version. We will regard as a function taking inputs where for . Note that in some cases, might not encode a distribution.
3.3 Marginal bounds propagated by recursion
Now we can give marginal bounds of probabilities that propagated by the recursion. For brevity, we define some notations of marginals for any non-zero vector with and : Let , , and .
Especially, for , we define , and .
By Lemma 12, we have
(1) |
We have the following lemmas similar to Lemma 10 on trees whose proofs are also in the full version. Note that we do not require ’s to be distributions in Lemma 13 and Lemma 14.
Lemma 13.
Given non-zero vector for each and , we have that for any color ,
Lemma 14.
Given non-zero vector for each and , we have that for any color and ,
4 FPTAS for counting proper edge colorings on general graphs
In this section, we prove the following main algorithmic result, which is a formal version of Theorem 1.
Theorem 15.
Assume . There exists a deterministic algorithm that outputs satisfying for any -extra edge coloring instance with maximum degree and given error bound in time , where is the number of edges in and is a universal constant only depends on .
Our key contribution is the following coupling independence result.
Theorem 16.
Let be a -extra list-edge-coloring instance. Then is -coupling independent. That is, for any , ,
We first set up our terminologies to argue about the Wasserstein distance. We define some upper bounds for the distance between -extra list-colorings on -degree graphs with edges with respect to one different pinning. We will construct recursion on these upper bounds. An edge is pendant if one of its endpoints has degree exactly .
Definition 17 (Universal upper bounds for coupling independence).
Define
where is taken over
-
1.
all graph such that , ;
-
2.
all color lists such that .
Remark 18.
It is clear from the definition that and .
Note that we only pin color on the edge in Definition 17. If we need other pinnings, we can simply consider the pinnings as deleting the pinned edges and remove the pinned color from the lists of their adjacent edges.
The main lemma of this section is a recursion for and leads to Theorem 16 immediately.
Lemma 19.
Let for some and . Then
Proof of Theorem 16.
Lemma 19 shows that . And
To reduce to the pendant edge case, we may break into two pendant edges , connected to the two endpoints of respectively, the color lists of are the same as . We denote the new coloring instance by . Then we have
So by triangle inequality, we have
The proof of Lemma 19 is based on a greedy one-step coupling of two marginal distributions with different pinning on a single edge.
Let be a list-edge-coloring instance that fits into the constraints of in Definition 17, be a pendant edge, and be colors. We do a one-step coupling to reduce the distance between graphs with edges to that between graphs with edges using Proposition 6.
Denoting the two endpoints of by , we may assume is the pendant vertex, that is without loss of generality.
We denote the non-empty set by , and use integers from to denote the edges in so that . For every edge , define
The following lemma describes the greedy coupling we use.
Lemma 20.
The first, second and third lines in the RHS correspond to the couplings with , and discrepancies respectively. With the marginal bounds in Section 3, the chance of discrepancies is controlled by the chance of discrepancy when the color lists are -extra, and we have a constant rate of discrepancy decay and proves Lemma 20.
4.1 Proof of Theorem 15
Theorem 16 shows that any -extra list-edge-coloring instance is -coupling independent. This is because adding additional pinnings can be viewed as generating a new -extra list-edge-coloring instance by deleting the pinned edges and removing the corresponding colors from the lists of their adjacent edges.
The work of [5] designs an FPTAS for counting the partition function of any Gibbs distribution of permissive spin systems that is marginally bounded and coupling independent. A spin system is specified by a -tuple where the state space is and the weight of a configuration is characterized by the matrices and . The Gibbs distribution is defined by:
The normalizing factor of is called the partition function .
We say is permissive if for any partial configuration with , the conditional partition function . For with , let be the marginal distribution on conditional on the partial configuration . We say is -marginally bounded if for any partial configuration with , any vertex and such that , we have .
The main result of [5] that we will use is as follows.
Theorem 21 ([5]).
Let be constants. There exists a deterministic algorithm such that given a permissive spin system and error bound , if the Gibbs distribution of is b-marginally bounded and satisfies -coupling independence, and the maximum degree of is at most , then it returns satisfying in time , where is a constant.
In our setting, the spin system is list-edge-coloring instance. Be careful with the parameters since the spins are on edges of the graph. In order to prove Theorem 15, we need the marginal lower bound from [12].
Lemma 22 (Corollary of Lemma 3 in [12]).
Fix a -extra edge coloring instances of maximum degree with Gibbs distribution . For any partial coloring on , any , and , it holds that
Now we give the proof of our main theorem in this section.
Proof of Theorem 15.
It is easy to verify that any -extra edge coloring instance with is permissive. From Theorem 16 and Lemma 22, we know that the Gibbs distribution of a -extra edge coloring instance is -coupling independent and -marginally bounded where is . Then by Theorem 21, there exists a deterministic algorithm that outputs satisfying in time where is the number of edges in and .
5 Strong spatial mixing for edge colorings on trees when
In this section, we prove our theorem for strong spatial mixing.
Theorem 23.
Given a -extra edge coloring instance where is a tree of maximum degree , the uniform distribution on such instance exhibits strong spatial mixing with exponential decay rate and constant if , where
Specifically, if , then .
We already introduced the recursion for marginal probabilities of edge colorings on trees and derived certain marginal bounds in Section 3. We will then analyze its Jacobian matrix in Section 5.1. Using the bounds on the norm of the Jacobian matrix, we prove Theorem 23 in Section 5.2. Finally, we discuss the limit of our approach and possible further improvement in Section 5.3. A key ingredient in our bounds for the norm of Jacobian matrix is a bound for certain covariance matrices. Due to space limitations, proofs of technical lemmas and bounding the covariance matrices is addressed in the full version.
5.1 Upper bound the 2-norm of Jacobian
5.1.1 The Jacobian
Recall the recursion for marginals introduced in Section 3.2. We regard as a function taking inputs where for . The Jacobian of is a matrix . Since ’s are disjoint, for every , we will denote it by if for clarity. Therefore,
For each , define the matrix with entries
for every and .
We can write in a compact way. It derives from direct computation.
Proposition 24.
Let . Then
where
and
. 222We write for their Hadamard product (entry-wise product).
A well-known trick in the analysis of decay of correlation is to apply a potential function on the marginal recursion to amortize the contraction rate. Given an increasing potential function , we define such that for any and ,
As a result, the Jacobian of can be obtained by the chain rule and the inverse function theorem as follows.
Proposition 25.
Given a smooth increasing function with derivative , let . Then we have
Taking , we have
where and
.
5.1.2 Bounding
In this section, we aim to derive an upper bound for the 2-norm of the Jacobian of the tree recursion. For brevity, we follow some notations which is defined in Section 3.3 of marginal probabilities w.r.t and .
Also we introduce some notations of matrices used in later proof.
Definition 26.
For a distribution over proper colorings on a broom , we define and its (local) covariance matrix with entries:
Definition 27.
For a distribution over colorings on a broom , we define and its diagonal matrix of mean vector as follows,
Now we define the notion of spectral independence on a broom.
Definition 28.
For any distribution over colorings on a broom , we say is -spectrally independent if it holds that
The following is the main result in this section.
Condition 1 (marginal bound).
For any , is a distribution on such that for any color
and for ,
where .
Theorem 29.
We will prove the theorem in Section 5.1.4 after introducing our key reduction in Section 5.1.3.
5.1.3 Dimension reduction
By the definition of 2-norm, we have that . Let . We have that
The last equation simply follows from Proposition 25. The above calculation suggests that although the dimension of is exponential in , its rank is polynomial in . In the following, we will find a much smaller matrix which can be used to upper bound . The idea is to use the trace method, namely to study . We have the following lemma.
Lemma 30.
For any positive semi-definite matrix , we have that
To simplify notations, we let
Then we can write explicitly.
(2) |
Let denote
We omit in for brevity. Then we have that for any
(3) |
Fix , then we will show that can be computed recursively, which gives a simple representation of . Let be the set of all feasible edge-color pairs.
Lemma 31.
If satisfies that
Then we have that where
It directly indicates that we can upper bound the maximum degree of by the 2-norm of . In the following, we omit in for brevity if there is no ambiguity. Lemma 31 directly indicates that we can use the 2-norm of to upper bound that of .
Lemma 32.
Let and denote the matrix and the vector defined in Lemma 31. Then we have that for any ,
(4) |
where , implying that .
5.1.4 Bound the transition matrix
Let be the diagonal matrix where . In this section, we give an upper bound for as can be represented as the product of covariance matrices of , and some auxiliary diagonal matrices.
Proposition 33.
Let denote the matrix satisfying that for any . Let denote
Then we have that
It can be verified via direct computation. Then we can establish Theorem 29 through the above proposition.The detailed proof of Proposition 33 and Theorem 29 are in the full version.
5.2 Strong spatial mixing via contraction
As Theorem 29 gives the upper bounds on the 2-norm of the Jacobian matrix, we now proceed to demonstrate how these bounds can be used to prove strong spatial mixing via contraction. Specifically, we will quantify the decay of correlations using the derived bounds. We need an upper bound for the covariance matrix defined in Definition 26, i.e. the spectral independence property, which can be found in the full version of this paper. Let denote .
Lemma 34.
Given a tree rooted with of depth and weight functions for any . If and , then is -spectrally independent, i.e.
where is .
Now we are able to prove Theorem 23. Suppose there are two pinnings , that differ on edges below . The key idea for proving Theorem 23 is to leverage the bound of Jacobian matrix from Theorem 29 on brooms for any vertices with , while for the remaining two levels of brooms, specifically those corresponding to vertices in and , we apply trivial bounds of Jacobian. Note that we “abandon” the lowest two levels of brooms due to the constraint for spectral independence from Lemma 34. The complete proof of Theorem 23 is included in the full version.
5.3 Worst-case scenario
Though Theorem 29 establishes an upper bound on the 2-norm of the Jacobian matrix under certain conditions, in this section, we will introduce the “worst” pinning of -edge coloring, which is the bottleneck of our analysis. In fact, with potential function and applying 2-norm for the correlation decay step, the best bound we expected to prove is . However what we can only prove strong spatial mixing for instances of -extra edge colorings, as we currently lack a better upper bound for . Note that the pinning that maximizes eq.(10) in the full version is the same as the pinning in Theorem 36 and it can indeed achieve the upper bound under this worst pinning.
Before showing the worst-case scenario, we introduce the following technical lemma to calculate the eigenvalues of some simple matrices.
Lemma 35.
Given constant , the eigenvalues of are either or where is the identity matrix in .
Now we show the worst pinning and corresponding norm value of and .
Theorem 36.
Under some specific pinning, the norm of satisfies lower bound that
Then implies that .
For the worst case scenario, consider the following instance of edge coloring generated from a -coloring instance by pinning:
-
1.
, , that is, in original instance has children and we pin with .
-
2.
and for any and , , that is, we assume has children and we pin the children of with color .
Theorem 36 indicates the limitations of our current analysis by providing a lower bound on the norm of the Jacobian matrix. This indicates the best bound one can expect to use -norm and the potential function is .
The formal process for computing are in the full version. Theorem 36 indicates the limitations of our current analysis by providing a lower bound on the norm of the Jacobian matrix. This indicates the best bound one can expect to use -norm and the potential function is .
6 Tight bound for weak spatial mixing
In this section, we prove the tight bound for weak spatial mixing of -edge coloring instance on trees. Note that the strong spatial mixing of -edge coloring instance is a special case of spatial mixing of list instance (for list coloring instance, weak spatial mixing is equivalent to strong spatial mixing). Therefore the theorem stated in this section is a weak version of spatial mixing conclusions and thus we can give a tight bound for trees.
The main theorem for weak spatial mixing on trees is as follows.
Theorem 37.
Given a tree with vertices, edges and maximum degree . Suppose that instance is a -edge coloring instance (i.e. for any , ). Then we have that
-
1.
If , the edge coloring instance satisfies weak spatial mixing with rate , where .
-
2.
If , there exists an instance that does not satisfy weak spatial mixing.
Consider the following example which simply shows that hardness of weak spatial mixing:
Example 38.
Consider a -regular tree with depth (the depth of the root is ) and is an even number. Let be the edges between vertices of depth and . Let be the pinning over which only uses and be the pinning over which only uses . It is easy to verify that for any and ,
where is the depth of . Therefore, for any , we have that
which demonstrates that the weak spatial mixing does not hold.
The proof scheme is also using the idea of correlation decay and we use the uniform distribution as bridge to prove the weak spatial mixing property. And we use another recursion which is different from that in strong spatial mixing. Instead of considering a broom of edges, we specify the marginal probability of a pendant edge and then generalize to every edge. Since the lists of feasible colors are clear, we use to denote for simplicity.
Lemma 39 (One-step contraction).
Suppose is a -edge coloring instance, where is a tree with a pendant edge on its root (that is, ) and is the pinning over a set of edges whose edges are incident to leaf vertices. If for any , the subtree with pendant edge satisfies that
where is a universal constant, then we have that
The formal process for computing are in the full version of this paper. Theorem 36 indicates the limitations of our current analysis by providing a lower bound on the norm of the Jacobian matrix. This indicates the best bound one can expect to use -norm and the potential function is .
References
- [1] Dorna Abdolazimi, Kuikui Liu, and Shayan Oveis Gharan. A matrix trickle-down theorem on simplicial complexes and applications to sampling colorings. In 62nd IEEE Annual Symposium on Foundations of Computer Science, FOCS 2021, Denver, CO, USA, February 7-10, 2022, pages 161–172. IEEE, IEEE, 2021. doi:10.1109/FOCS52979.2021.00024.
- [2] Nima Anari, Kuikui Liu, and Shayan Oveis Gharan. Spectral independence in high-dimensional expanders and applications to the hardcore model. SIAM Journal on Computing, 53(6):FOCS20–1, 2021.
- [3] Charlie Carlson, Xiaoyu Chen, Weiming Feng, and Eric Vigoda. Optimal mixing for randomly sampling edge colorings on trees down to the max degree. In Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 5418–5433. SIAM, 2025. doi:10.1137/1.9781611978322.184.
- [4] Charlie Carlson and Eric Vigoda. Flip dynamics for sampling colorings: Improving (11/6—) using a simple metric. In Proceedings of the 2025 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 2194–2212. SIAM, 2025. doi:10.1137/1.9781611978322.71.
- [5] Xiaoyu Chen, Weiming Feng, Heng Guo, Xinyuan Zhang, and Zongrui Zou. Deterministic counting from coupling independence. arXiv preprint arXiv:2410.23225, 2024. doi:10.48550/arXiv.2410.23225.
- [6] Xiaoyu Chen and Xinyuan Zhang. A near-linear time sampler for the Ising model with external field. In Proceedings of the 2023 Annual ACM-SIAM Symposium on Discrete Algorithms (SODA), pages 4478–4503. SIAM, 2023. doi:10.1137/1.9781611977554.CH170.
- [7] Zongchen Chen and Yuzhou Gu. Fast sampling of b-matchings and b-edge covers. In Proceedings of the ACM-SIAM Symposium on Discrete Algorithms (SODA 2024), pages 4972–4987, 2024. doi:10.1137/1.9781611977912.178.
- [8] Zongchen Chen, Kuikui Liu, Nitya Mani, and Ankur Moitra. Strong spatial mixing for colorings on trees and its algorithmic applications. In 2023 IEEE 64th Annual Symposium on Foundations of Computer Science (FOCS), pages 810–845. IEEE, 2023. doi:10.1109/FOCS57990.2023.00053.
- [9] Lucas De Meyer, František Kardoš, Aurélie Lagoutte, and Guillem Perarnau. An algorithmic Vizing’s theorem: toward efficient edge-coloring sampling with an optimal number of colors. arXiv preprint arXiv:2501.11541, 2025.
- [10] Michelle Delcourt, Marc Heinrich, and Guillem Perarnau. The Glauber dynamics for edge-colorings of trees. Random Structures & Algorithms, 57(4):1050–1076, 2020. doi:10.1002/RSA.20960.
- [11] Charilaos Efthymiou, Andreas Galanis, Thomas P Hayes, Daniel Štefankovič, and Eric Vigoda. Improved strong spatial mixing for colorings on trees. Approximation, Randomization, and Combinatorial Optimization. Algorithms and Techniques, 2019.
- [12] David Gamarnik, Dmitriy Katz, and Sidhant Misra. Strong spatial mixing of list coloring of graphs. Random Structures & Algorithms, 46(4):599–613, 2015. doi:10.1002/RSA.20518.
- [13] Marc Heinrich, Alice Joffard, Jonathan Noel, and Aline Parreau. Unpublished manuscript, 2019. URL: https://hoanganhduc.github.io/events/CoRe2019/CoRe_2019_Open_Problems.pdf.
- [14] Mark R Jerrum, Leslie G Valiant, and Vijay V Vazirani. Random generation of combinatorial structures from a uniform distribution. Theoretical computer science, 43:169–188, 1986. doi:10.1016/0304-3975(86)90174-X.
- [15] Ankur Moitra. Approximate counting, the Lovász local lemma, and inference in graphical models. Journal of the ACM, 66(2):10:1–10:25, 2019. doi:10.1145/3268930.
- [16] Yulin Wang, Chihao Zhang, and Zihan Zhang. Sampling proper colorings on line graphs using (1+ o (1)) colors. In Proceedings of the 56th Annual ACM Symposium on Theory of Computing, pages 1688–1699, 2024. doi:10.1145/3618260.3649724.