A Simple Representation of Subwords of the Fibonacci Word

Total Page:16

File Type:pdf, Size:1020Kb

A Simple Representation of Subwords of the Fibonacci Word A SIMPLE REPRESENTATION OF SUBWORDS OF THE FIBONACCI WORD BARTOSZ WALCZAK Abstract. We introduce a representation of subwords of the infinite Fibonacci word f1 by a specific concatenation of finite Fibonacci words. It is unique and easily computable by backward processing of the given word. This provides an efficient recognition algorithm for subwords of f1 as well as a full description of their occurrences in f1. Our representation yields a natural notion of rank of a subword, which explains main properties of subwords of f1 in a unified way. 1. Introduction Fibonacci words are strings over fa; bg defined inductively as follows: f1 = a; f2 = ab; fn = fn−1fn−2; for n > 3. This construction converges to the infinite Fibonacci word f1. Every fn is a prefix of f1 and of fm for m > n. The lengths of Fibonacci words are Fibonacci numbers: Fn = jfnj. Fibonacci words are famous and important due to their many interesting combi- natorial properties. See the book [6] for a good survey. In particular, the infinite Fibonacci word is the simplest example of a Sturmian word [4]. We focus on subwords of f1. We say that u is a subword of f1 if there is a position i such that f1[i : : : i + juj − 1] = u (the letters of f1 being numbered from zero). Every such i is called an occurrence of u in f1. The structure of the occurrences of subwords in f1 was first fully described by Chuan and Ho [3]. However, their methods and proofs are quite involved. Independently, Rytter [5] discovered pretty regular structure of the subword graph of f1. Using this structure he derived a simpler description of the occurrences of subwords in f1 and gave an efficient algorithm for recognizing subwords of f1. A different algorithm for finding all occurrences of a word in a finite Fibonacci word is presented in [1]. We show that subwords of f1 allow a very simple representation. It has the form of a specific concatenation of finite Fibonacci words together with an integer offset. It is unique and has logarithmic size on the length of the subword. An attempt to construct such a representation for a given string succeeds only if it is a subword of f1. This leads to a recognition algorithm that is similar to Rytter's, but our argument bypasses the subword graph. As another consequence of our representation Date: February 4, 2010. Key words and phrases. Fibonacci word, algorithms, combinatorial problems. 1 2 BARTOSZ WALCZAK we obtain an alternative proof of the description of the occurrences of subwords in f1 shown in [5]. In fact, the set of occurrences is completely determined by two parameters of the representation: the rank and the offset, while the density of the occurrences depends only on the rank. We provide a formula for the number of distinct subwords of a prefix of f1. Finally, we present an efficient algorithm for deciding whether a concatenation of finite Fibonacci words given by their indices is a subword of f1. The structure of the subword graph of f1 as described in [5] and our notion of representation turn out to be very similar. The main difference is that in our approach the representation is computed by analyzing the string backwards. More- over, avoiding the conceptual complexity of subword graphs and going directly to the representation, the nature of subwords of f1 is explained in a transparent way. 2. Representation of prefixes of f1 We say that a word p is f-representable if it is a concatenation of Fibonacci words of the form (∗) p = fks fks−1 : : : fk1 with k1 2 f1; 2g; and ki 2 fki−1 + 1; ki−1 + 2g; for i = 2; : : : ; s: We call (∗) an f-representation of p. We will prove later in this section that a word is f-representable if and only if it is a prefix of f1. The following algorithm computes an f-representation of a given word p with a simple right-to-left procedure. The algorithm rejects p if not f-representable. Algorithm 1: f-representation of p input : p output: ki; ki−1; : : : ; k1 1 k0 := 0 2 for i := 1; 2;::: do 3 choose ki 2 fki−1 + 1; ki−1 + 2g so that fki and p end with the same letter 4 if p = fki then accept ffki fki−1 : : : fk1 is the f-representationg 5 if fki is not a suffix of p then reject 6 remove fki from the end of p Since fj and fj+1 always end with a different letter, there is only one possible choice of ki at each step. Therefore the f-representation is unique. Define the rank of p to be the leftmost index ks in (∗). It is the most important parameter of the f-representation. Example 1. We compute the f-representation for p = abaababaabaababa: A SIMPLE REPRESENTATION OF SUBWORDS OF THE FIBONACCI WORD 3 i p ki fki 1 abaababaabaababa 1 f1 = a 2 abaababaabaabab 2 f2 = ab 3 abaababaabaab 4 f4 = abaab 4 abaababa 5 f5 = abaababa The resulting f-representation of p is f5f4f2f1, and the rank of p is 5. Denote by u0 the word u with the last letter removed. Denote by u00 the word u with the last two letters removed. Let u v v denote that u is a finite nonempty prefix of v. Theorem 2. 00 (1) p v fn+2 iff p is f-representable of rank at most n. (2) p v f1 iff p is f-representable. Proof. We only need to prove part (1) as part (2) is a direct consequence of it. 00 00 The cases n = 1 (f3 = a) and n = 2 (f4 = aba) are easy to verify. Now suppose n > 3 and proceed by induction on n. 00 00 To see the `only if' part first note that fn+2 = fn+1fn . There are four cases: 00 i. p v fn+1; 0 ii. p = fn+1 = fnfn−2 : : : fi+2fi (i 2 f1; 2g, i ≡ n (mod 2)); iii. p = fn+1 = fnfn−2 : : : fi+3fi+1fi (i 2 f1; 2g, i ≡ n + 1 (mod 2)); 00 iv. p = fn+1q; q v fn : Induction hypothesis applies directly to case i. In cases ii{iii the f-representations are given explicitly. In case iv, by induction hypothesis, q has f-representation q = fkr fkr−1 : : : fk1 (kr 6 n − 2): It yields the following f-representation of p: p = fnfn−2 : : : f`+3f`+1f` fkr fkr−1 : : : fk1 ; | {z } | {z } fn+1 q where ` 2 fkr + 1; kr + 2g, ` ≡ n + 1 (mod 2). This shows the `only if' part. For the converse implication let p = fks fks−1 : : : fk1 be the f-representation of p. 00 00 If ks 6 n − 1 then, by induction hypothesis, p v fn+1 v fn+2. Otherwise, find the maximal i such that ki+1 = ki + 1 to distinguish three possible situations: 0 00 i. p = fnfn−2 : : : fk1+2fk1 = fn+1 v fn+2; 00 ii. p = fnfn−2 : : : fk1+3fk1+1fk1 = fn+1 v fn+2; iii. p = fnfn−2 : : : fki+3fki+1fki fki−1 : : : fk1 (ki−1 6 n − 2): | {z } | {z } fn+1 q 00 00 00 In the last case q v fn by induction hypothesis, and thus p v fn+1fn = fn+2. 4 BARTOSZ WALCZAK Remark. Theorem2 exhibits the similarity between Rytter's and our approaches. 00 Regarding the fact (easy to prove inductively) that fn+2 is a palindrome, the f- 00 representation of fn+2 and its `compacted subword graph' defined in [5] are equiv- alent. Part (2) of Theorem2 is also a special case of [2, Lemma 3.10] by taking Chuan's ai = 1 for all i's. Theorem2 gives that there is exactly one f-representable word of each length; 0 00 the shortest f-representable word of rank n is fn+1, while the longest one is fn+2. Hence the number of all f-representable words of rank n is 00 0 jfn+2j − jfn+1j + 1 = Fn+2 − Fn+1 = Fn: Note that any f-representation can be encoded using the differences between indices of Fibonacci words that are consecutive factors in the f-representation. They are always 1 or 2. This way the size of the f-representation of p is Θ(log jpj) as rank(p) is Θ(log jpj). 3. Representation of subwords of f1 It follows from Theorem2 that a string u is a subword of f1 iff u is a suffix of an f-representable word q. Any such q has f-representation q = fks : : : fkr+1 fkr : : : fk1 ; where by r we denote the smallest number such that u is a suffix of fkr : : : fk1 . The letters that determine the choice of k1; : : : ; kr in Algorithm1 come from u, so the part fkr : : : fk1 depends only on u and is the same for all possible q's. Therefore, p = fkr : : : fk1 is the shortest f-representable word containing u as a suffix; any other one must also contain p as a suffix. We call fkr : : : fk1 the suffix-representation of u. Define rank(u) = rank(p) = kr and offset(u) = jpj − juj. Since u (considered as a suffix of p) must have at least one letter in common with the leftmost factor fkr in its suffix-representation, we get offset(u) 2 f0;:::;Fkr − 1g. We thus obtained the representation of u announced in the Introduction: u is uniquely characterized by its suffix-representation and its offset. Algorithm 2: suffix-representation of u input : u output: ki; ki−1; : : : ; k1 1 k0 := 0 2 for i := 1; 2;::: do 3 choose ki 2 fki−1 + 1; ki−1 + 2g so that fki and u end with the same letter 4 if u is a suffix of fki then accept ffki fki−1 : : : fk1 is the suffix-representation, Fki − juj is the offsetg 5 if fki is not a suffix of u then reject 6 remove fki from the end of u A SIMPLE REPRESENTATION OF SUBWORDS OF THE FIBONACCI WORD 5 Algorithm2 computes the suffix-representation of a given word u or decides that u is not a subword of f1.
Recommended publications
  • Properties and Generalizations of the Fibonacci Word Fractal Exploring Fractal Curves José L
    The Mathematica® Journal Properties and Generalizations of the Fibonacci Word Fractal Exploring Fractal Curves José L. Ramírez Gustavo N. Rubiano This article implements some combinatorial properties of the Fibonacci word and generalizations that can be generated from the iteration of a morphism between languages. Some graphic properties of the fractal curve are associated with these words; the curves can be generated from drawing rules similar to those used in L-systems. Simple changes to the programs generate other interesting curves. ‡ 1. Introduction The infinite Fibonacci word, f = 0 100 101 001 001 010 010 100 100 101 ... is certainly one of the most studied words in the field of combinatorics on words [1–4]. It is the archetype of a Sturmian word [5]. The word f can be associated with a fractal curve with combinatorial properties [6–7]. This article implements Mathematica programs to generate curves from f and a set of drawing rules. These rules are similar to those used in L-systems. The outline of this article is as follows. Section 2 recalls some definitions and ideas of combinatorics on words. Section 3 introduces the Fibonacci word, its fractal curve, and a family of words whose limit is the Fibonacci word fractal. Finally, Section 4 generalizes the Fibonacci word and its Fibonacci word fractal. The Mathematica Journal 16 © 2014 Wolfram Media, Inc. 2 José L. Ramírez and Gustavo N. Rubiano ‡ 2. Definitions and Notation The terminology and notation are mainly those of [5] and [8]. Let S be a finite alphabet, whose elements are called symbols. A word over S is a finite sequence of symbols from S.
    [Show full text]
  • Here the Base Β Is Real and the Alphabet Is Subset a of Z
    Numeration 2018 22-25 May 2018 Paris France Table of contents Invited talks (Edita Pelantov´a,Robert F. Tichy)3 Establishing and maintaining databases of self-affine tiles, Bandt Christoph [et al.] 1 On the beta-expansion of integers of Z[beta]; connections with self similar tilings, Bertrand-Mathis Anne3 Integer multipliers of real polynomials without nonnegative roots, Brunotte Horst 4 On the magic of some families of fractal dendrites, Cristea Ligia Loretta5 Multiplicative dependence of shifted algebraic numbers, Dubickas Arturas7 Representations of palindromes in the Fibonacci word, Frid Anna9 Random homogeneous beta-expansions and self-similar measures, Hare Kathryn [et al.] 13 Totally positive quadratic integers and numeration, Hejda Tomas [et al.] 14 Toolset for supporting the number system research, Hudoba Peter [et al.] 19 Characterization of rational matrices that admit finite digit representations, Jankauskas Jonas [et al.] 22 1 Unique expansions on fat Sierpinski gaskets, Kong Derong [et al.] 23 Multi-base Representations and their Minimal Hamming Weight, Krenn Daniel [et al.] 24 Infinite families of number systems, Kr´asensk´yJakub [et al.] 26 Ito alpha-continued fractions and matching, Langeveld Niels [et al.] 29 The sum-of-digits function of linearly recurrent number systems and almost primes, Madritsch Manfred 31 Constructing invariant densities for random systems, Maggioni Marta [et al.] 33 Some complexity results in the theory of normal numbers, Airey Dylan [et al.] 36 Mobius Orthogonality for automatic sequences and beyond,
    [Show full text]
  • Combinatorics, Automata and Number Theory CANT
    Combinatorics, Automata and Number Theory CANT Edited by Val´erie Berth´e LIRMM - Universit´e Montpelier II - CNRS UMR 5506 161 rue Ada, F-34392 Montpellier Cedex 5, France Michel Rigo Universit´e de Li`ege, Institut de Math´ematiques Grande Traverse 12 (B 37), B-4000 Li`ege, Belgium 8 Transcendence and Diophantine approximation Boris Adamczewski CNRS, Universit´e de Lyon, Universit´e Lyon 1, Institut Camille Jordan, 43 boulevard du 11 novembre 1918, F-69622 Villeurbanne cedex, France Yann Bugeaud IRMA - Universit´e de Strasbourg-Math´ematiques - CNRS UMR 7501 7 rue Ren´e Descartes, F-67084 Strasbourg cedex, France. The aim of this chapter is to present several number-theoretic problems that reveal a fruitful interplay between combinatorics on words and Diophantine approximation. Finite and infinite words occur naturally in Diophantine approximation when we consider the expansion of a real number in an inte- ger base b or its continued fraction expansion. Conversely, with an infinite word a on the finite alphabet 0, 1, . , b 1 we associate the real number { − } ξa whose base-b expansion is given by a. As well, with an infinite word a on the infinite alphabet 1, 2, 3, . , we associate the real number ζ whose { } a continued fraction expansion is given by a. It turns out that, if the word a enjoys certain combinatorial properties involving repetitive or symmetric patterns, then this gives interesting information on the arithmetical nature and on the Diophantine properties of the real numbers ξa and ζa. We illustrate our results by considering the real numbers associated with two classical infinite words, the Thue-Morse word and the Fibonacci word, see Example 1.2.21 and 1.2.22.
    [Show full text]
  • On the K-Fibonacci Words
    Acta Univ. Sapientiae, Informatica, 5, 2 (2013) 212–226 DOI: 10.2478/ausi-2014-0011 On the k-Fibonacci words Jos´eL.RAM´IREZ Gustavo N. RUBIANO Instituto de Matem´aticas y sus Departamento de Matem´aticas Aplicaciones Universidad Nacional de Colombia, Universidad Sergio Arboleda, Colombia Colombia email: email: [email protected] [email protected] Abstract. In this paper we define the k-Fibonacci words in analogy with the definition of the k-Fibonacci numbers. We study their properties and we associate to this family of words a family of curves with interesting patterns. 1 Introduction Fibonacci numbers and their generalizations have many interesting properties and applications to almost every fields of science and arts (e.g. see [13]). The Fibonacci numbers Fn are the terms of the sequence 0, 1, 1, 2, 3, 5, . wherein each term is the sum of the two previous terms, beginning with the values F0 = 0,andF1 = 1. Besides the usual Fibonacci numbers many kinds of generalizations of these numbers have been presented in the literature. In particular, a generalization is the k-Fibonacci numbers [11]. For any positive real number k,thek-Fibonacci sequence, say {Fk,n}n∈N is defined recurrently by Fk,0 = 0, Fk,1 = 1 and Fk,n+1 = kFk,n + Fk,n−1,n 1. (1) Computing Classification System 1998: I.3.7, G.2.0 Mathematics Subject Classification 2010: 11B39, 05A05 , 68R15 Key words and phrases: Fibonacci word, k-Fibonacci numbers, k-Fibonacci words, k- Fibonacci curves 212 On the k-Fibonacci words 213 In [11], k-Fibonacci numbers were found by studying the recursive applica- tion of two geometrical transformations used in the four-triangle longest-edge (4TLE) partition.
    [Show full text]
  • Repetitions in Strings: Algorithms and Combinatorics Maxime Crochemore, Lucian Ilie, Wojciech Rytter
    Repetitions in strings: algorithms and combinatorics Maxime Crochemore, Lucian Ilie, Wojciech Rytter To cite this version: Maxime Crochemore, Lucian Ilie, Wojciech Rytter. Repetitions in strings: algorithms and combinatorics. Theoretical Computer Science, Elsevier, 2009, 410 (50), pp.5227-5235. 10.1016/j.tcs.2009.08.024. hal-00741884 HAL Id: hal-00741884 https://hal-upec-upem.archives-ouvertes.fr/hal-00741884 Submitted on 13 Feb 2013 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Repetitions in strings: algorithms and combinatorics a, ,1 Maxime Crochemore ∗ aDept. of Computer Science, King’s College London, London WC2R 2LS, UK and Universit´eParis-Est, France Lucian Ilie b,2 bDept. of Computer Science, University of Western Ontario, N6A 5B7, London, Ontario, Canada Wojciech Rytter c,3 cInstitute of Informatics, Warsaw University, ul. Banacha 2, 02-097 Warszawa, and Dept. of Math. and Informatics, Copernicus University, Torun, Poland Abstract The article is an overview of basic issues related to repetitions in strings, con- centrating on algorithmic and combinatorial aspects. This area is important both from theoretical and practical point of view. Repetitions are highly periodic factors (substrings) in strings and are related to periodicities, regularities, and compression.
    [Show full text]
  • Decision Algorithms for Fibonacci-Automatic Words, with Applications to Pattern Avoidance Arxiv:1406.0670V4 [Cs.FL] 27 Jul
    Decision Algorithms for Fibonacci-Automatic Words, with Applications to Pattern Avoidance Chen Fei Du1, Hamoon Mousavi1, Luke Schaeffer2, and Jeffrey Shallit1 July 29, 2014 Abstract We implement a decision procedure for answering questions about a class of infinite words that might be called (for lack of a better name) \Fibonacci-automatic". This class includes, for example, the famous Fibonacci word f = 01001010 ··· , the fixed point of the morphism 0 ! 01 and 1 ! 0. We then recover many results about the Fi- bonacci word from the literature (and improve some of them), such as assertions about the occurrences in f of squares, cubes, palindromes, and so forth. As an application of our method we prove a new result: there exists an aperiodic infinite binary word avoiding the pattern xxxR. This is the first avoidability result concerning a nonuniform morphism proven purely mechanically. 1 Decidability As is well-known, the logical theory Th(N; +), sometimes called Presburger arithmetic, is e decidable [62, 63]. B¨uchi [18] showed that if we add the function Vk(n) = k , for some fixed integer k ≥ 2, where e = maxfi : ki j ng, then the resulting theory is still decidable. This theory is powerful enough to define finite automata; for a survey, see [17]. As a consequence, we have the following theorem (see, e.g., [73]): Theorem 1. There is an algorithm that, given a proposition phrased using only the univer- arXiv:1406.0670v4 [cs.FL] 27 Jul 2014 sal and existential quantifiers, indexing into one or more k-automatic sequences, addition, subtraction, logical operations, and comparisons, will decide the truth of that proposition.
    [Show full text]
  • Quasicrystals: Algebraic, Combinatorial and Geometrical
    Book Title 1 Book Editors IOS Press, 2003 Quasicrystals: algebraic, combinatorial and geometrical aspects Edita Pelantová a,1, Zuzana Masáková a a Doppler Institute for Applied Mathematics and Mathematical Physics and Department of Mathematics, FNSPE, Czech Technical University Abstract. The paper presents mathematical models of quasicrystals with particu- lar attention given to cut-and-project sets. We summarize the properties of higher- dimensional quasicrystal models and then focus on the one-dimensional ones. For the description of their properties we use the methods of combinatorics on words. Keywords. Quasicrystals, cut-and-project set, infinite word, palindrome, substitution 1. Introduction Crystals have been admired by people since long ago. Their geometrical shape distin- guished them from other solids. Rigorous study of crystalline structures started in years 1830–1850 and was crowned around 1890 by famous list of Fedorov and Schoenflies which contained 32 classes of crystals. Their classification was based purely on geom- etry and algebra. The simplest arrangement, arrangement found in natural crystals, is a simple repetition of a single motive. In mathematics, it is described by the lattice theory, in physics, the subject is studied by crystallography. Repetition of a single motive means periodicity. Another remarkable property, characteristic for crystals, is their rotational symmetry, i.e. invariance under orthogonal linear transformations. Important consequence of the lattice theory is that neither planar nor space (three- dimensional) periodic structures can reveal rotational symmetry of order 5 or higher than arXiv:math-ph/0603065v1 26 Mar 2006 6, see [27]. The discovery made by Max von Laue in 1912 enabled the study of the atomic structure of crystals via X-ray diffraction patterns and, in fact, justified the theoretical work developed by crystallography before.
    [Show full text]
  • Words and Transcendence 11
    WORDS AND TRANSCENDENCE MICHEL WALDSCHMIDT Dedicated to the 80th birthday of Professor K.F. Roth Abstract. Is it possible to distinguish algebraic from transcendental real numbers by considering the b-ary expansion in some base b > 2? In 1950, E.´ Borel suggested that the answer is no and that for any real irrational alge- braic number x and for any base g > 2, the g-ary expansion of x should satisfy some of the laws that are shared by almost all numbers. For instance, the frequency where a given finite sequence of digits occurs should depend only on the base and on the length of the sequence. We are very far from such a goal: there is no explicitly known example of a triple (g,a,x), where g > 3 is an integer, a a digit in 0,...,g 1 and x { − } a real irrational algebraic number, for which one can claim that the digit a occurs infinitely often in the g-ary expansion of x. Hence there is a huge gap between the established theory and the expected state of the art. However, some progress has been made recently, thanks mainly to clever use of Schmidt’s subspace theorem. We review some of these results. 1. Normal Numbers and Expansion of Fundamental Constants 1.1. Borel and Normal Numbers. In two papers, the first [28] published in 1909 and the second [29] in 1950, Borel studied the g-ary expansion of real numbers, where g > 2 is a positive integer. In his second paper he suggested that this expansion for a real irrational algebraic number should satisfy some of the laws shared by almost all numbers, in the sense of Lebesgue measure.
    [Show full text]
  • Periodic Words Connected with the Fibonacci Words
    ISSN2075-9827 e-ISSN2313-0210 http://www.journals.pu.if.ua/index.php/cmp Carpathian Math. Publ. 2016, 8 (1), 11–15 Карпатськi матем. публ. 2016, Т.8, №1, С.11–15 doi:10.15330/cmp.8.1.11-15 BARABASH G.M., KHOLYAVKA YA.M., TYTAR I.V. PERIODIC WORDS CONNECTED WITH THE FIBONACCI WORDS In this paper we introduce two families of periodic words (FLP-words of type 1 and FLP-words of type 2), that are connected with the Fibonacci words. The properties of the families are investigated. Key words and phrases: Fibonacci number, Fibonacci word. Ivan Franko National University, 1 Universytetska str., 79000, Lviv, Ukraine E-mail: [email protected] (Barabash G.M.), [email protected] (Kholyavka Ya.M.), [email protected] (Tytar I.V.) INTRODUCTION The Fibonacci numbers Fn are defined by the recurrence relation Fn = Fn−1 + Fn−2, for all integer n > 1, and with initial values F0 = 0 and F1 = 1. These numbers and their gen- eralizations have interesting properties. Different kinds of the Fibonacci sequence and their properties have been presented in the literature, see, e.g., [1, 6, 11]. Many properties of Fibonacci numbers require the full ring structure of the integers. How- ever, generalizations to the ring Zm and groups have been considered, see, e.g., [3, 5, 14, 16]. The sequence Fn (mod m) is periodic and it repeats by returning to its starting values because there are only a finite number m2 of pairs of possible terms. Therefore, we obtain the repeating of all the sequence elements.
    [Show full text]
  • Finite & Infinite Words in Number Theory
    Finite & Infinite Words in Number Theory Amy Glen School of Chemical & Mathematical Sciences Murdoch University, Perth, Australia [email protected] http://wwwstaff.murdoch.edu.au/ aglen ∼ School of Mathematical Sciences Colloquium @ The University of Adelaide Amy Glen (Murdoch University) Words in Number Theory February 12, 2010 1 / 54 Outline 1 Finite and Infinite Words Sturmian & Episturmian Words 2 Some Applications in Number Theory Continued Fractions & Sturmian Words Transcendental Numbers Distribution modulo 1 & Sturmian Words Amy Glen (Murdoch University) Words in Number Theory February 12, 2010 2 / 54 Finite and Infinite Words Outline 1 Finite and Infinite Words Sturmian & Episturmian Words 2 Some Applications in Number Theory Continued Fractions & Sturmian Words Transcendental Numbers Distribution modulo 1 & Sturmian Words Amy Glen (Murdoch University) Words in Number Theory February 12, 2010 3 / 54 Finite and Infinite Words Words A word is a finite or infinite sequence of symbols (letters) taken from a non-empty countable set (alphabet). A Amy Glen (Murdoch University) Words in Number Theory February 12, 2010 4 / 54 Finite and Infinite Words Words A word is a finite or infinite sequence of symbols (letters) taken from a non-empty countable set (alphabet). A Examples: 001 (001) = 001001001001001001001001001001 ∞ · · · 1100111100011011101111001101110010111111101 · · · 100102110122220102110021111102212222201112012 · · · 0123456789101112131415 · · · 212114116118 [ = 2N+ 1 ] · · · A ∪ { } Amy Glen (Murdoch University) Words in Number Theory
    [Show full text]
  • A Generalization of the Fibonacci Word Fractal and the Fibonacci
    A Generalization of the Fibonacci Word Fractal and the Fibonacci Snowflake Jos´eL. Ram´ırez ∗ †1, Gustavo N. Rubiano ‡ 2, and Rodrigo de Castro §2 1Instituto de Matem´aticas y sus Aplicaciones, Universidad Sergio Arboleda, Calle 74 no. 14 - 14, Bogot´a, Colombia 2 Departamento de Matem´aticas, Universidad Nacional de Colombia, AA 14490, Bogot´a, Colombia September 11, 2018 Abstract In this paper we introduce a family of infinite words that generalize the Fibonacci word and we study their combinatorial properties. We associate with this family of words a family of curves that are like the Fibonacci word fractal and reveal some fractal features. Finally, we describe an infinite family of polyominoes stems from the generalized Fibonacci words and we study some of their geometric properties, such as perimeter and area. These last polyominoes generalize the Fibonacci snowflake and they are double squares polyominoes, i.e., tile the plane by translation in exactly two distinct ways. Keywords: Fibonacci word, Fibonacci word fractal, Fibonacci snowflake, Polyomino, Tessellation. 1 Introduction The infinite Fibonacci word, f = 0100101001001010010100100101 ··· is certainly one of the most studied examples in the combinatorial theory of infinite words, e.g. arXiv:1212.1368v3 [cs.DM] 4 Feb 2014 [3, 12, 13, 14, 15, 16, 21, 24]. It is the archetype of a Sturmian word [20]. The Fibonacci word f can be defined in several different ways [3]. For instance, Fibonacci word f satisfies n limn σ (1) = f , where σ : 0,1 0,1 is the morphism defined by σ(0) = 01 and σ(1)=→∞0. This morphism is called{ Fibonacci}→{ morphism} .
    [Show full text]
  • The Fibonacci Word Fractal Alexis Monnerot-Dumaine
    The Fibonacci Word fractal Alexis Monnerot-Dumaine To cite this version: Alexis Monnerot-Dumaine. The Fibonacci Word fractal. 24 pages, 25 figures. 2009. <hal- 00367972> HAL Id: hal-00367972 https://hal.archives-ouvertes.fr/hal-00367972 Submitted on 13 Mar 2009 HAL is a multi-disciplinary open access L'archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destin´eeau d´ep^otet `ala diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publi´esou non, lished or not. The documents may come from ´emanant des ´etablissements d'enseignement et de teaching and research institutions in France or recherche fran¸caisou ´etrangers,des laboratoires abroad, or from public or private research centers. publics ou priv´es. The Fibonacci Word Fractal Alexis Monnerot-Dumaine∗ February 8, 2009 Abstract The Fibonacci Word Fractal is a self-similar fractal curve based on the Fibonacci word through a simple and interesting drawing rule. This fractal reveals three types of patterns and a great number of self-similarities. We show a strong link with the Fibonacci numbers, prove several properties and conjecture others, we calculate its Hausdorff Dimension. Among various modes of construction, we define a word over a 3-letter alphabet that can generate a whole family of curves converging to the Fibonacci Word Fractal. We investigate the sturmian words that produce variants of such a pattern. We describe an interesting dynamical process that, also, creates that pattern. Finally, we generalize to any angle. Fig.1:F23 Fibonacci word curve. Illustrates the F3k+2 Fibonacci word fractal 1 The Fibonacci word The infinite Fibonacci word is a specific infinite sequence in a two-letter alphabet.
    [Show full text]