“And then he had a Clever Idea. He would go up very quietly to the Six Pine Trees ...”
A.A. Milne, Winnie-the-Pooh
Abstract
In this paper, we exhibit two infinite families of trees \(\{T^1_n\}_{n \ge 17}\) and \(\{T^2_n\}_{n \ge 17}\) on n vertices, such that \(T^1_n\) and \(T^2_n\) are non-isomorphic, co-spectral, with co-spectral complements, and the right-angled Coxeter groups (RACGs) based on \(T^1_n\) and \(T^2_n\) have the same geodesic growth with respect to the standard generating set. We then show that the spectrum of a tree is not sufficient to determine the geodesic growth of the RACG based on that tree, by providing two infinite families of trees \(\{S^1_n\}_{n \ge 11}\) and \(\{S^2_n\}_{n \ge 11}\), on n vertices, such that \(S^1_n\) and \(S^2_n\) are non-isomorphic, co-spectral, with co-spectral complements, and the RACGs based on \(S^1_n\) and \(S^2_n\) have distinct geodesic growth. Asymptotically, as \(n\rightarrow \infty \), each set \(T^i_n\), or \(S^i_n\), \(i=1,2\), has the cardinality of the set of all trees on n vertices. Our proofs are constructive and use two families of trees previously studied by B. McKay and C. Godsil.
Similar content being viewed by others
Notes
This is not the given name of the code, which would be obviously too posh for such a petty thing, but a reference name, which is seemingly good for any Python code.
References
Antolín, Y., Ciobanu, L.: Geodesic growth in right-angled and even Coxeter groups. Eur. J. Comb. 34(5), 859–874 (2013)
Bahls, P.: The Isomorphism Problem in Coxeter Groups. Imperial College Press, London (2005). xiv+176 pp
Bjorner, A., Brenti, F.: Combinatorics of Coxeter groups, Graduate Texts in Mathematics, vol. 231. Springer, New York (2005). xiv+363 pp
Charney, R.: Geodesic automaton and growth functions for Artin groups of finite type. Math. Ann. 301(2), 307–324 (1995)
Davis, M.: The Geometry and Topology of Coxeter Groups. Princeton Univ. Press, Princeton (2008)
Epstein, D.B.A., Cannon, J.W., Holt, D.F., Levy, S., Paterson, M.S., Thurston, W.P.: Word Processing in Groups. Jones and Bartlett, Massachusetts (1992)
Epstein, D.B.A., Iano-Fletcher, A.R., Zwick, U.: Growth functions and automatic groups. Exp. Math. 5(4), 297–315 (1996)
Godsil, C.: Are Almost All Graphs Cospectral? http://www.math.uwaterloo.ca/cgodsil/pdfs/cospectral.pdf
Holt, D.F., Rees, S.: Artin groups of large type are shortlex automatic with regular geodesics. Proc. Lond. Math. Soc. 104, 486–512 (2012)
Hopcroft, J., Ullman, J.D.: Introduction to Automata Theory, Languages, and Computation, Addison-Wesley Series in Computer Science. Addison-Wesley Publishing Co, Reading, Mass (1979)
Kolpakov, A., Ciobanu, L.: “SAGE” Worksheet. www.sashakolpakov.wordpress.com/list-of-papers/
Loeffler, J., Meier, J., Worthington, J.: Graph products and Cannon pairs. Internat. J. Algebra Comput. 12(6), 747–754 (2002)
McKay, B.: On the spectral characterisation of trees. Ars Combin. 3, 219–232 (1977)
Radcliffe, D.G.: Rigidity of graph products of groups. Alg. Geom. Topol. 3, 1079–1088 (2003)
Acknowledgments
The authors gratefully acknowledge the support received from the Swiss National Science Foundation: L.C. was supported by PP00P2-144681 (SNSF Professorship); A.K. was supported by P300P2-151316 (Advanced Post-Doc Mobility) and P300P2-151316/2 (CH-Link). The authors are also thankful to Prof. Ruth Kellerhals (University of Fribourg, Switzerland), Prof. Michelle Bucher (University of Geneva, Switzerland), Prof. Robert Young (Courant Institute of Mathematical Sciences, New York, USA) and Dr. Alexey Talambutsa (Steklov Mathematical Institute, Moscow, Russia) for fruitful discussions.
Author information
Authors and Affiliations
Corresponding author
Appendix
Appendix
In this section, we give the Python code “Monty” that we used in our computations, with comments and remarks. Its online copy [11] can be downloaded as a SAGE worksheet from the second author’s web-page.
We begin by defining the automaton A that recognises the language of geodesics of a given RACG G whose defining graph \(\Gamma \) is given as input.
Given the automaton A, we then compute the growth function of its accepted language (in this case, the geodesic language for G with respect to S).
A clique c in the defining graph \(\Gamma \) of the RACG \(G = G(\Gamma )\) corresponds to a state \(q_c\) in the automaton A. We need the following auxiliary function in order to determine the index of \(q_c\) represented as a vertex of the digraph A (the automaton) created by the procedure Automaton.
Below we compute the growth function \({_0}\alpha (t)_G\) as described in the proof of Theorem 1.1.
Now we define a function that takes as input the geodesic automaton A for a RACG \(G = G(\Gamma )\), a list of cliques \(l = [c_0, c_1, \dots , c_k]\) in the respective defining graph \(\Gamma \) and returns the growth function for geodesic words starting at the state \(q = \delta (q_0, 0)\) that bring A to any of the states described by the cliques in l.
By using a suitable list of cliques l, we can compute the functions \({_0^0}\alpha (t)_G\) and \({_0^0\beta (t)}_G\). Namely, in the proof of Theorem 1.1, we find
The list l = [[1], [1,3], [1,4], [2], [2,5]] above contains the cliques of \(\Gamma _1\) corresponding to the accepting states q of the geodesic automaton \(A_1\) for \(G_1 = G(\Gamma _1)\) such that \(\delta (p, 0) = q\), for a state p. The list l = [[1], [1,3], [2], [2,4], [2,5]] contains the cliques of \(\Gamma _2\) with analogous properties, corresponding to the states of the geodesic automaton \(A_2\) for the RACG \(G_2 = G(\Gamma _2)\).
The above described Python procedures are also used to perform the computations in the proof of Theorem 1.2.
The online version of Monty [11] contains a variation of the GrowthFunc procedure, called GrowthFuncBM, that uses the Berlekamp–Massey algorithm for faster computing.
Rights and permissions
About this article
Cite this article
Ciobanu, L., Kolpakov, A. Geodesic growth of right-angled Coxeter groups based on trees. J Algebr Comb 44, 249–264 (2016). https://doi.org/10.1007/s10801-016-0667-9
Received:
Accepted:
Published:
Issue Date:
DOI: https://doi.org/10.1007/s10801-016-0667-9