regular tree
Recently Published Documents


TOTAL DOCUMENTS

148
(FIVE YEARS 23)

H-INDEX

13
(FIVE YEARS 1)

Author(s):  
Gil Goffer ◽  
Waltraud Lederle

We determine when two almost automorphisms of a regular tree are conjugate. This is done by combining the classification of conjugacy classes in the automorphism group of a level-homogeneous tree by Gawron, Nekrashevych and Sushchansky and the solution of the conjugacy problem in Thompson’s [Formula: see text] by Belk and Matucci. We also analyze the dynamics of a tree almost automorphism as a homeomorphism of the boundary of the tree.


Author(s):  
Antonio Blanca ◽  
Reza Gheissari

AbstractWe establish rapid mixing of the random-cluster Glauber dynamics on random $$\varDelta $$ Δ -regular graphs for all $$q\ge 1$$ q ≥ 1 and $$p<p_u(q,\varDelta )$$ p < p u ( q , Δ ) , where the threshold $$p_u(q,\varDelta )$$ p u ( q , Δ ) corresponds to a uniqueness/non-uniqueness phase transition for the random-cluster model on the (infinite) $$\varDelta $$ Δ -regular tree. It is expected that this threshold is sharp, and for $$q>2$$ q > 2 the Glauber dynamics on random $$\varDelta $$ Δ -regular graphs undergoes an exponential slowdown at $$p_u(q,\varDelta )$$ p u ( q , Δ ) . More precisely, we show that for every $$q\ge 1$$ q ≥ 1 , $$\varDelta \ge 3$$ Δ ≥ 3 , and $$p<p_u(q,\varDelta )$$ p < p u ( q , Δ ) , with probability $$1-o(1)$$ 1 - o ( 1 ) over the choice of a random $$\varDelta $$ Δ -regular graph on n vertices, the Glauber dynamics for the random-cluster model has $$\varTheta (n \log n)$$ Θ ( n log n ) mixing time. As a corollary, we deduce fast mixing of the Swendsen–Wang dynamics for the Potts model on random $$\varDelta $$ Δ -regular graphs for every $$q\ge 2$$ q ≥ 2 , in the tree uniqueness region. Our proof relies on a sharp bound on the “shattering time”, i.e., the number of steps required to break up any configuration into $$O(\log n)$$ O ( log n ) sized clusters. This is established by analyzing a delicate and novel iterative scheme to simultaneously reveal the underlying random graph with clusters of the Glauber dynamics configuration on it, at a given time.


Author(s):  
Pekka Koskela ◽  
Khanh Ngoc Nguyen ◽  
Zhuang Wang

AbstractThe boundary of a regular tree can be viewed as a Cantor-type set. We equip our tree with a weighted distance and a weighted measure via the Euclidean arc-length and consider the associated first-order Sobolev spaces. We give characterizations for the existence of traces and for the density of compactly supported functions.


Author(s):  
Charles Bordenave ◽  
Hubert Lacoin

Abstract It is a fact simple to establish that the mixing time of the simple random walk on a d-regular graph $G_n$ with n vertices is asymptotically bounded from below by $\frac {d }{d-2 } \frac {\log n}{\log (d-1)}$ . Such a bound is obtained by comparing the walk on $G_n$ to the walk on d-regular tree $\mathcal{T} _d$ . If one can map another transitive graph $\mathcal{G} $ onto $G_n$ , then we can improve the strategy by using a comparison with the random walk on $\mathcal{G} $ (instead of that of $\mathcal{T} _d$ ), and we obtain a lower bound of the form $\frac {1}{\mathfrak{h} }\log n$ , where $\mathfrak{h} $ is the entropy rate associated with $\mathcal{G} $ . We call this the entropic lower bound. It was recently proved that in the case $\mathcal{G} =\mathcal{T} _d$ , this entropic lower bound (in that case $\frac {d }{d-2 } \frac {\log n}{\log (d-1)}$ ) is sharp when graphs have minimal spectral radius and thus that in that case the random walk exhibits cutoff at the entropic time. In this article, we provide a generalisation of the result by providing a sufficient condition on the spectra of the random walks on $G_n$ under which the random walk exhibits cutoff at the entropic time. It applies notably to anisotropic random walks on random d-regular graphs and to random walks on random n-lifts of a base graph (including nonreversible walks).


2021 ◽  
Vol 115 ◽  
pp. 235-245
Author(s):  
Markus Lohrey ◽  
Sebastian Maneth

2021 ◽  
Vol 55 ◽  
pp. 4
Author(s):  
Samira Attou ◽  
Ludovic Mignot ◽  
Djelloul Ziadi

In this paper, we extend the notion of (word) derivatives and partial derivatives due to (respectively) Brzozowski and Antimirov to tree derivatives using already known inductive formulae of quotients. We define a new family of extended regular tree expressions (using negation or intersection operators), and we show how to compute a Brzozowski-like inductive tree automaton; the fixed point of this construction, when it exists, is the derivative tree automaton. Such a deterministic tree automaton can be used to solve the membership test efficiently: the whole structure is not necessarily computed, and the derivative computations can be performed in parallel. We also show how to solve the membership test using our (Bottom-Up) partial derivatives, without computing an automaton.


Author(s):  
Harrison Goldstein ◽  
John Hughes ◽  
Leonidas Lampropoulos ◽  
Benjamin C. Pierce

AbstractProperty-based testing uses randomly generated inputs to validate high-level program specifications. It can be shockingly effective at finding bugs, but it often requires generating a very large number of inputs to do so. In this paper, we apply ideas from combinatorial testing, a powerful and widely studied testing methodology, to modify the distributions of our random generators so as to find bugs with fewer tests. The key concept is combinatorial coverage, which measures the degree to which a given set of tests exercises every possible choice of values for every small combination of input features.In its “classical” form, combinatorial coverage only applies to programs whose inputs have a very particular shape—essentially, a Cartesian product of finite sets. We generalize combinatorial coverage to the richer world of algebraic data types by formalizing a class of sparse test descriptions based on regular tree expressions. This new definition of coverage inspires a novel combinatorial thinning algorithm for improving the coverage of random test generators, requiring many fewer tests to catch bugs. We evaluate this algorithm on two case studies, a typed evaluator for System F terms and a Haskell compiler, showing significant improvements in both.


2021 ◽  
pp. 341-353
Author(s):  
Peter Leupold ◽  
Sebastian Maneth
Keyword(s):  
Top Down ◽  

Author(s):  
Samira Attou ◽  
Ludovic Mignot ◽  
Djelloul Ziadi

The conversion of a given regular tree expression into a tree automaton has been widely studied. However, classical interpretations are based upon a top-down interpretation of tree automata. In this paper, we propose new constructions based on Gluskov’s one and on the one by Ilie and Yu using a bottom-up interpretation. One of the main goals of this technique is to consider as a next step the links with deterministic recognizers, something which cannot be done with classical top-down approaches.


2020 ◽  
Vol 31 (06) ◽  
pp. 749-775
Author(s):  
Patrick Landwehr ◽  
Christof Löding

We consider an extension of tree automata on infinite trees that can use equality and disequality constraints between direct subtrees of a node. Recently, it has been shown that the emptiness problem for these kind of automata with a parity acceptance condition is decidable and that the corresponding class of languages is closed under Boolean operations. In this paper, we show that the class of languages recognizable by such tree automata with a Büchi acceptance condition is closed under projection. This construction yields a new algorithm for the emptiness problem, implies that a regular tree is accepted if the language is non-empty (for the Büchi condition), and can be used to obtain a decision procedure for an extension of monadic second-order logic with predicates for subtree comparisons.


Sign in / Sign up

Export Citation Format

Share Document