On Computing with Perron Numbers: a Summary of New Discoveries in Cyclotomic Perron Numbers and New Computer Algo- Rithms for Continued Research

Total Page:16

File Type:pdf, Size:1020Kb

On Computing with Perron Numbers: a Summary of New Discoveries in Cyclotomic Perron Numbers and New Computer Algo- Rithms for Continued Research On Computing with Perron Numbers: A Summary of New Discoveries in Cyclotomic Perron Numbers and New Computer Algo- rithms for Continued Research A Thesis Presented to the Honors Tutorial College at Ohio University In Partial Fulfillment of the Requirements for Graduation from the Honors Tutorial College with a Bachelor of Science Degree in Mathematics (BS 1903) and a Bachelor of Science Degree in Computer Science (BS 1929) By William C. Kanieski May 3, 2021 c 2021 William C. Kanieski. All Rights Reserved. This thesis has been approved by the Ohio University Mathematics Department, the School of Electrical Engineering and Computer Science, and the Honors Tutorial College. Dr. Alexei Davydov Director of Studies, Mathematics Thesis Adviser Dr. David Chelberg Director of Studies, Computer Science Thesis Adviser Dr. Donal Skinner Dean, Honors Tutorial College 1 On Computing with Perron Numbers William Kanieski May 3, 2021 Contents I The Mathematics of Cyclotomic Perron Numbers 4 1 Introduction to Cyclotomic Integers and Conductors 5 1.1 Real Cyclotomic Integers . .5 1.2 Conductor n . .6 2 Defining and Representing Perron Numbers 8 3 Properties of Perron Numbers 9 3.1 Matrices . .9 3.2 Fusion Graphs . 11 3.3 Arithmetic Properties . 15 4 Representing Cyclotomic Integers 16 4.1 Generating Sets . 16 4.2 Length of the Perron Vector . 17 5 Checking if a Cyclotomic Integer is Perron 18 6 Minimality of Perron Numbers 20 6.1 Definition of Minimality . 20 6.2 Relation to Prime Numbers in the Integers . 23 7 Minimality of Quantum Numbers 24 8 Potential Future Applications 30 2 II Algorithms Regarding Perron Numbers and Polynomi- als 31 9 Efficiency and Computational Complexity 31 10 Minimal Perron Vector Algorithms 34 11 Other Computations Related to Perron Numbers 37 12 Perron Research Algorithms Involving Polynomials 38 12.1 Overview of Polynomials in Computer Science . 38 12.2 Polynomial Structures . 40 12.3 Polynomial Operations . 43 12.3.1 Arithmetic within Polynomials . 43 12.3.2 Arithmetic within Expressions and Mods . 57 12.4 Lexing and Parsing . 59 13 Research Summary 65 14 Conclusion 66 3 Abstract Although they are linked to many areas of mathematics, Perron numbers remain a field into which relatively little research has been conducted throughout history. Having their roots in matrix mathemat- ics and linear algebra, Perron numbers manifest themselves everywhere from complex patterns in nature to solutions of higher order polynomial equations. This paper discusses our research into cyclotomic Perron numbers and their properties, and is divided into two parts. In Part 1, we introduce the concept of Perron numbers and their properties in algebra and number theory, as well as their relevance to fusion graphs and their spectral radii. Unlike previous research, we represent cyclotomic Perron numbers as vectors of integers, rather than as algebraic expressions or irrational decimals. With this easier to understand vector representation, we describe cyclotomic Perron numbers of a given conductor as points that lie within a \cone" in a multidimensional Cartesian coordinate plane. We then define mini- mal Perron numbers as being points that lie on the boundary of this cone, which can be added together to produce all other Perron num- ber points within the cone. Drawing comparisons to factoring positive integers into prime numbers, we provide new procedures for how to test if a Perron number is minimal. We then detail our findings for various conductors and extrapolate the patterns we discover to explain previously unnoticed properties of cyclotomic Perron numbers. In Part 2, we delve deeper into the algorithms we used in the course of our research and explain their relevance to Perron numbers. We be- gin by expanding our description of our minimal finding algorithms and providing a few general programs for testing if a cyclotomic integer is Perron. We go on to illustrate the importance of large polynomial computations to our research, and discuss some C++ programs we wrote to solve these problems quickly and without making mistakes. We describe the data structures and algorithms involved, including the time and space complexities of each mathematical operation and the grammar used to parse polynomial expressions. We then conclude the paper with a passage on how our discoveries and programs may be use- ful to both future researchers studying Perron numbers and computer scientists writing programs with algebra in mind. 4 Part I The Mathematics of Cyclotomic Perron Numbers 1 Introduction to Cyclotomic Integers and Con- ductors 1.1 Real Cyclotomic Integers Before we can examine Perron numbers, we must define some terms in alge- bra and number theory. We will use these definitions to show where Perron numbers fit into mathematics, how they are categorized, and their special properties. First, we must define algebraic numbers. An algebraic number is any number, real or complex, that can be expressed as a solution of a polynomial equation with rational coefficients. Of these, an algebraic integer is an algebraic number that can be expressed as the root of a polynomial equation with integer coefficients such that the leading coefficient is a 1, meaning the polynomial must be monic. The minimal polynomial of an algebraic integer x is the monic polynomial P (x) with integer coefficients and the least number of factors such that x is a root of P (x). For example, the minimal polynomial of the algebraic integer x = 1 would be x − 1 = 0, and 2 not x − 3x + 2 = (x − 1)(x − 2) = 0, which has anp extra factor. Similarly, 2 the minimal polynomialp of thep algebraic integer x = 2 would be x −2 = 0 and not just x − 2 = 0, as 2 is not an integer coefficient. Additionally, 1 the rational algebraic number x = 2 would not be considered an algebraic 1 integer, as its minimal polynomial is x − 2 = 0, one of whose coefficients is not an integer. A special kind of algebraic integer results from the equation xn − 1 = 0. By the Fundamental Theorem of Algebra, there are n such roots to this equation. Of these, 1 is the only solution that is a real number, along with −1 if n is even; the rest are complex numbers lying on the unit circle in the complex plane. These are known as the complex nth roots of unity. In order to understand them, we must examine Euler's Identity, which extends exponentiation to imaginary exponents. It states that eiθ = cos(θ) + i sin(θ) and yields the interesting equation eiπ + 1 = 0. This means that e2πi = e2πki = 1k = 1 as long as k is an integer. Therefore, the complex 2πki n 2πk 2πk nth roots of unity must all be of the form e = cos( n )+i sin( n ). Here, 5 for the sake of convenience, we will refer to these roots as powers of "n = 2π 2π cos( n ) + i sin( n ). This is because "n is guaranteed to be a primitive nth root of unity, meaning that all other nth roots of unity can be expressed as integer exponents of "n. From here, we are ready to define cyclotomic numbers. A cyclotomic number is a number that can be written as a sum of rational multiples of powers of the complex nth roots of unity. Examples of these would in- 3 3 clude "5 + "5, 4 i, or any rational number. Of the set of cyclotomic numbers, we define cyclotomic integers as cyclotomic numbers that are also al- gebraic integers. In the course of this paper, we will be focusing solely on real cyclotomic integers whose imaginary part is 0; if we refer to cy- clotomic integers, we will assume that they are real unless specified oth- erwise. We note that adding a power of "n to its reciprocal results in k −k 2πk 2πk 2πk 2πk 2πk "n + "n = cos( n ) + i sin( n ) + cos(− n ) + i sin(− n ) = cos( n ) + 2πk 2πk 2πk 2πk i sin( n ) + cos( n ) − i sin( n ) = 2 cos( n ), causing the cosines to com- bine and the sines to cancel each other out, thus removing the imaginary component of the complex number. Indeed, according to Washington (1982), all cyclotomic integers are sums of integer multiples of the complex roots of unity; furthermore, all real cyclotomic integers can be expressed as sums of −1 2π powers of "n + "n = 2 cos( n ). This is an extremely important property of cyclotomic integers, and we will make good use of it when constructing and categorizing Perron numbers later on. 1.2 Conductor n In the course of our research, we came up with a method for categorizing cyclotomic integers into similar groups known as conductors. In this section, we will discuss what a conductor is and how it can be used to describe the properties of cyclotomic integers as well as Perron numbers. From previous sections, we can surmise that the easiest way to group cyclotomic integers would be based on the nth roots of unity of which they −16 5 are comprised. For instance, "7 + "7 = "7 + "7 would be of conductor 7, 3 π 2π "3 + "9 = "9 + "9 would be of conductor 9, and 2 cos( 5 ) = 2 cos( 10 ) = "10 + −1 2 −2 "10 = −"5 − "5 would be of conductor 5. Indeed, upon close examination, our method would seem to work well for even conductors. For odd ones, however, we run into some difficulties. For instance, let us look at the complex fifth roots of unity in Figure 1. Because they are generated from 2π the sines and cosines of the angle 5 , which is one fifth of the unit circle, they form a regular pentagon in the complex plane (outlined in blue), which is a pattern we can extrapolate to regular n-gons for all complex nth roots 6 of unity.
Recommended publications
  • Numeration 2016
    Numeration 2016 Prague, Czech Republic, May 23–27 2016 Department of Mathematics FNSPE Czech Technical University in Prague Numeration 2016 Prague, Czech Republic, May 23–27 2016 Department of Mathematics FNSPE Czech Technical University in Prague Print: Česká technika — nakladatelství ČVUT Editor: Petr Ambrož [email protected] Katedra matematiky Fakulta jaderná a fyzikálně inženýrská České vysoké učení technické v Praze Trojanova 13 120 00 Praha 2 List of Participants Rafael Alcaraz Barrera [email protected] IME, University of São Paulo Karam Aloui [email protected] Institut Elie Cartan de Nancy / Faculté des Sciences de Sfax Petr Ambrož petr.ambroz@fjfi.cvut.cz FNSPE, Czech Technical University in Prague Hamdi Ammar [email protected] Sfax University Myriam Amri [email protected] Sfax University Hamdi Aouinti [email protected] Université de Tunis Simon Baker [email protected] University of Reading Christoph Bandt [email protected] University of Greifswald Attila Bérczes [email protected] University of Debrecen Anne Bertrand-Mathis [email protected] University of Poitiers Dávid Bóka [email protected] Eötvös Loránd University Horst Brunotte [email protected] Marta Brzicová [email protected] FNSPE, Czech Technical University in Prague Péter Burcsi [email protected] Eötvös Loránd University Francesco Dolce [email protected] Université Paris-Est Art¯urasDubickas [email protected] Vilnius University Lubomira Dvořáková [email protected] FNSPE, Czech
    [Show full text]
  • On the Behavior of Mahler's Measure Under Iteration 1
    ON THE BEHAVIOR OF MAHLER'S MEASURE UNDER ITERATION PAUL FILI, LUKAS POTTMEYER, AND MINGMING ZHANG Abstract. For an algebraic number α we denote by M(α) the Mahler measure of α. As M(α) is again an algebraic number (indeed, an algebraic integer), M(·) is a self-map on Q, and therefore defines a dynamical system. The orbit size of α, denoted #OM (α), is the cardinality of the forward orbit of α under M. We prove that for every degree at least 3 and every non-unit norm, there exist algebraic numbers of every orbit size. We then prove that for algebraic units of degree 4, the orbit size must be 1, 2, or infinity. We also show that there exist algebraic units of larger degree with arbitrarily large but finite orbit size. 1. Introduction The Mahler measure of an algebraic number α with minimal polynomial f(x) = n anx + ··· + a0 2 Z[x] is defined as: n n Y Y M(α) = janj maxf1; jαijg = ±an αi: i=1 i=1 jαij>1 Qn where f(x) = an i=1(x − αi) 2 C[x]. It is clear that M(α) ≥ 1 is a real algebraic integer, and it follows from Kronecker's theorem that M(α) = 1 if and only if α is a root of unity. Moreover, we will freely use the facts that M(α) = M(β) whenever α and β have the same minimal polynomial, and that M(α) = M(α−1). D.H. Lehmer [10] famously asked in 1933 if the Mahler measure for an algebraic number which is not a root of unity can be arbitrarily close to 1.
    [Show full text]
  • The Smallest Perron Numbers 1
    MATHEMATICS OF COMPUTATION Volume 79, Number 272, October 2010, Pages 2387–2394 S 0025-5718(10)02345-8 Article electronically published on April 26, 2010 THE SMALLEST PERRON NUMBERS QIANG WU Abstract. A Perron number is a real algebraic integer α of degree d ≥ 2, whose conjugates are αi, such that α>max2≤i≤d |αi|. In this paper we com- pute the smallest Perron numbers of degree d ≤ 24 and verify that they all satisfy the Lind-Boyd conjecture. Moreover, the smallest Perron numbers of degree 17 and 23 give the smallest house for these degrees. The computa- tions use a family of explicit auxiliary functions. These functions depend on generalizations of the integer transfinite diameter of some compact sets in C 1. Introduction Let α be an algebraic integer of degree d, whose conjugates are α1 = α, α2,...,αd and d d−1 P = X + b1X + ···+ bd−1X + bd, its minimal polynomial. A Perron number, which was defined by Lind [LN1], is a real algebraic integer α of degree d ≥ 2 such that α > max2≤i≤d |αi|.Any Pisot number or Salem number is a Perron number. From the Perron-Frobenius theorem, if A is a nonnegative integral matrix which is aperiodic, i.e. some power of A has strictly positive entries, then its spectral radius α is a Perron number. Lind has proved the converse, that is to say, if α is a Perron number, then there is a nonnegative aperiodic integral matrix whose spectral radius is α.Lind[LN2] has investigated the arithmetic of the Perron numbers.
    [Show full text]
  • New Families of Pseudo-Anosov Homeomorphisms with Vanishing Sah-Arnoux-Fathi Invariant
    AN ABSTRACT OF THE THESIS OF Hieu Trung Do for the degree of Doctor of Philosophy in Mathematics presented on May 27, 2016. Title: New Families of pseudo-Anosov Homeomorphisms with Vanishing Sah-Arnoux-Fathi Invariant. Abstract approved: Thomas A. Schmidt Translation surfaces can be viewed as polygons with parallel and equal sides identified. An affine homeomorphism φ from a translation surface to itself is called pseudo-Anosov when its derivative is a constant matrix in SL2(R) whose trace is larger than 2 in absolute value. In this setting, the eigendirections of this matrix defines the stable and unstable flow on the translation surface. Taking a transversal to the stable flows, the first return map of the flow induces an interval exchange transformation T . The Sah-Arnoux-Fathi invariant of φ is the sum of the wedge product between the lengths of the subintervals of T and their translations. This wedge product does not depend on the choice of transversal. We apply Veech's construction of pseudo-Anosov homeomorphisms to produce infinite families of pseudo-Anosov maps in the stratum H(2; 2) with vanishing Sah-Arnoux-Fathi invariant, as well as sporadic examples in other strata. ©Copyright by Hieu Trung Do May 27, 2016 All Rights Reserved New Families of pseudo-Anosov Homeomorphisms with Vanishing Sah-Arnoux-Fathi Invariant by Hieu Trung Do A THESIS submitted to Oregon State University in partial fulfillment of the requirements for the degree of Doctor of Philosophy Presented May 27, 2016 Commencement June 2016 Doctor of Philosophy thesis of Hieu Trung Do presented on May 27, 2016 APPROVED: Major Professor, representing Mathematics Chair of the Department of Mathematics Dean of the Graduate School I understand that my thesis will become part of the permanent collection of Oregon State University libraries.
    [Show full text]
  • Combinatorics, Automata and Number Theory
    Combinatorics, Automata and Number Theory CANT Edited by Val´erie Berth´e LIRMM - Univ. Montpelier II - CNRS UMR 5506 161 rue Ada, 34392 Montpellier Cedex 5, France Michel Rigo Universit´edeLi`ege, Institut de Math´ematiques Grande Traverse 12 (B 37), B-4000 Li`ege, Belgium 2 Number representation and finite automata Christiane Frougny Univ. Paris 8 and LIAFA, Univ. Paris 7 - CNRS UMR 7089 Case 7014, F-75205 Paris Cedex 13, France Jacques Sakarovitch LTCI, CNRS/ENST - UMR 5141 46, rue Barrault, F-75634 Paris Cedex 13, France. Contents 2.1 Introduction 5 2.2 Representation in integer base 8 2.2.1 Representation of integers 8 2.2.2 The evaluator and the converters 11 2.2.3 Representation of reals 18 2.2.4 Base changing 23 2.3 Representation in real base 23 2.3.1 Symbolic dynamical systems 24 2.3.2 Real base 27 2.3.3 U-systems 35 2.3.4 Base changing 43 2.4 Canonical numeration systems 48 2.4.1 Canonical numeration systems in algebraic number fields 48 2.4.2 Normalisation in canonical numeration systems 50 2.4.3 Bases for canonical numeration systems 52 2.4.4 Shift radix systems 53 2.5 Representation in rational base 55 2.5.1 Representation of integers 55 2.5.2 Representation of the reals 61 2.6 A primer on finite automata and transducers 66 2.6.1 Automata 66 2.6.2 Transducers 68 2.6.3 Synchronous transducers and relations 69 2.6.4 The left-right duality 71 3 4 Ch.
    [Show full text]
  • Ito-Sadahiro Numbers Vs. Parry Numbers
    Acta Polytechnica Vol. 51 No. 4/2011 Ito-Sadahiro numbers vs. Parry numbers Z. Mas´akov´a, E. Pelantov´a Abstract We consider a positional numeration system with a negative base, as introduced by Ito and Sadahiro. In particular, we focus on the algebraic properties of negative bases −β for which the corresponding dynamical system is sofic, which β happens, according to Ito and Sadahiro, if and only if the (−β)-expansion of − is eventually periodic. We call β +1 such numbers β Ito-Sadahiro numbers, and we compare their properties with those of Parry numbers, which occur in thesamecontextfortheR´enyi positive base numeration system. Keywords: numeration systems, negative base, Pisot number, Parry number. ∈AN 1 Introduction According to Parry, the string x1x2x3 ... rep- resents the β-expansion of a number x ∈ [0, 1) if and The expansion of a real number in the positional only if number system with base β>1, as defined by R´enyi [12] is closely related to the transformation ∗ xixi+1xi+2 ...≺ d (1) (2) T :[0, 1) → [0, 1), given by the prescription T (x):= β βx −#βx$.Everyx ∈ [0, 1) is a sum of the infinite for every i =1, 2, 3,... series D { | ∞ Condition (2) ensures that the set β = dβ(x) xi − ∈ } D x = , where x = #βT i 1(x)$ (1) x [0, 1) is shift invariant, and so the closure of β βi i N i=1 in A , denoted by Sβ, is a subshift of the full shift N for i =1, 2, 3,... A . The notion of β-expansion can naturally be ex- Directly from the definition of the transformation T tended to all non-negative real numbers: The expres- we can derive that the ‘digits’ x take values in the set i sion of a positive real number y in the form {0, 1, 2,...,%β&−1} for i =1, 2, 3,...
    [Show full text]
  • On the Dichotomy of Perron Numbers and Beta-Conjugates Jean-Louis Verger-Gaugry
    On the dichotomy of Perron numbers and beta-conjugates Jean-Louis Verger-Gaugry To cite this version: Jean-Louis Verger-Gaugry. On the dichotomy of Perron numbers and beta-conjugates. Monatshefte für Mathematik, Springer Verlag, 2008, 155, pp.277-299. 10.1007/s00605-008-0002-1. hal-00338280 HAL Id: hal-00338280 https://hal.archives-ouvertes.fr/hal-00338280 Submitted on 12 Nov 2008 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. On the dichotomy of Perron numbers and beta-conjugates Jean-Louis Verger-Gaugry ∗ Abstract. Let β > 1 be an algebraic number. A general definition of a beta-conjugate i of β is proposed with respect to the analytical function fβ(z) = −1+ Pi≥1 tiz associated with the R´enyi β-expansion dβ(1) = 0.t1t2 . of unity. From Szeg¨o’s Theorem, we study the dichotomy problem for fβ(z), in particular for β a Perron number: whether it is a rational fraction or admits the unit circle as natural boundary. The first case of dichotomy meets Boyd’s works. We introduce the study of the geometry of the beta-conjugates with respect to that of the Galois conjugates by means of the Erd˝os-Tur´an approach and take examples of Pisot, Salem and Perron numbers which are Parry numbers to illustrate it.
    [Show full text]
  • Special Classes of Algebraic Integers in Low-Dimensional Topology
    Special classes of algebraic integers in low-dimensional topology Eriko Hironaka April 15, 2005 Abstract This note describes some open problems concerning distributions of special classes of real algebraic integers such as algebraic units, and Salem, P-V and Perron numbers. These special algebraic integers appear naturally as geometric invariants in low-dimensional topology. We relate properties of Salem, P-V and Perron to minimization problems in various geometric settings. 1 Introduction A complex number α ∈ C is an algebraic integer if it is a root of a monic integer polynomial. Two algebraic integers α and β are algebraically conjugate, written α ∼ β, if α and β satisfy the same irreducible monic integer polynomial. An algebraic integer α is an algebraic unit if α ∼ α−1. Let α be a real algebraic integer with α > 1. Consider all β ∼ α such that β 6= α: (i) if |β| < |α|, then α is a Perron number; (ii) if |β| < 1, then α is a P-V number; and (iii) if |β| ≤ 1 with at least one |β| = 1, then α is a Salem number. In this short note, we review definitions and known results concerning distributions of P-V, Salem and Perron numbers (Section 2), and relate them to geometric invariants in low-dimensional topology, including lengths of geodesics, growth rates of automatic groups, and homological and geometric dilatations of surface homeomorphisms (Section 3). 2 Distributions of algebraic integers and Lehmer’s problem Let P be the set of monic integer polynomials. Given f ∈ P, let Sf be the set of complex roots of + f counted with multiplicity, and let S (f) ⊂ Sf be the subset of points outside the unit circle C.
    [Show full text]
  • A Proof of the Conjecture of Lehmer
    A PROOF OF THE CONJECTURE OF LEHMER AND OF THE CONJECTURE OF SCHINZEL-ZASSENHAUS JEAN-LOUIS VERGER-GAUGRY September 13, 2017 Abstract. The conjecture of Lehmer is proved to be true. The proof mainly relies upon: (i) the properties of the Parry Upper functions f α (z) associated with the dynamical zeta functions ζ α (z) of the Rényi–Parry arithmetical dynamical systems, for α an algebraic integer α of house α greater than 1, (ii) the discovery of lenticuli of poles of ζ α (z) which uniformly equidistribute at the limit on a limit “lenticular" arc of the unit circle, when α tends to 1+, giving rise to a contin- uous lenticular minorant Mr( α ) of the Mahler measure M(α), (iii) the Poincaré asymptotic expansions of these poles and of this minorant Mr( α ) as a function of the dynamical degree. With the same arguments the conjecture of Schinzel- Zassenhaus is proved to be true. An inequality improving those of Dobrowolski and Voutier ones is obtained. The set of Salem numbers is shown to be bounded −1 from below by the Perron number θ31 =1.08545 ..., dominant root of the trinomial 1 z30 + z31. Whether Lehmer’s number is the smallest Salem number remains open.− − A lower bound for the Weil height of nonzero totally real algebraic num- bers, = 1, is obtained (Bogomolov property). For sequences of algebraic integers of Mahler6 ± measure smaller than the smallest Pisot number, whose houses have a dynamical degree tending to infinity, the Galois orbit measures of conjugates are proved to converge towards the Haar measure on z =1 (limit equidistribution).
    [Show full text]
  • Simultaneous Observability of Infinitely Many Strings and Beams
    NETWORKS AND HETEROGENEOUS MEDIA doi:10.3934/nhm.2020017 c American Institute of Mathematical Sciences Volume 15, Number 4, December 2020 pp. 633{652 SIMULTANEOUS OBSERVABILITY OF INFINITELY MANY STRINGS AND BEAMS Vilmos Komornik College of Mathematics and Computational Science Shenzhen University Shenzhen 518060, Peoples Republic of China Dpartement de mathmatique Universit de Strasbourg 7 rue Ren Descartes 67084 Strasbourg Cedex, France Anna Chiara Lai and Paola Loreti∗ Sapienza Universit di Roma Dipartimento di Scienze di Base e Applicate per l'Ingegneria Via A. Scarpa, 16 00161, Roma, Italy (Communicated by Enrique Zuazua) Abstract. We investigate the simultaneous observability of infinite systems of vibrating strings or beams having a common endpoint where the observation is taking place. Our results are new even for finite systems because we allow the vibrations to take place in independent directions. Our main tool is a vectorial generalization of some classical theorems of Ingham, Beurling and Kahane in nonharmonic analysis. 1. Introduction. In this paper we are investigating finite and infinite systems of strings or beams having a common endpoint, whose transversal vibrations may take place in different planes. We are interested in conditions ensuring their simultaneous observability and in estimating the sufficient observability time. There have been many results during the last twenty years on the simultaneous observability and controllability of systems of strings and beams, see e.g., [1]-[6], [11]-[12], [20], [25]. In all earlier papers the vibrations were assumed to take place in a common vertical plane. Here, we still assume that each string or beam is vibrating in some plane, but these planes may differ from one another.
    [Show full text]
  • Uniform Distribution Theory 3 (2008), No.2, 157–190 Distribution Theory
    uniform Uniform Distribution Theory 3 (2008), no.2, 157{190 distribution theory UNIFORM DISTRIBUTION OF GALOIS CONJUGATES AND BETA-CONJUGATES OF A PARRY NUMBER NEAR THE UNIT CIRCLE AND DICHOTOMY OF PERRON NUMBERS Jean-Louis Verger-Gaugry ABSTRACT. Concentration and equi-distribution, near the unit circle, in Solo- myak's set, of the union of the Galois conjugates and the beta-conjugates of a Parry number ¯ are characterized by means of the Erd}os-Tur¶anapproach, and its improvements by Mignotte and Amoroso, applied to the analytical function P i f¯ (z) = ¡1 + i¸1 tiz associated with the R¶enyi ¯-expansion d¯ (1) = 0:t1t2 ::: of unity. Mignotte's discrepancy function requires the knowledge of the factor- ization of the Parry polynomial of ¯. This one is investigated using theorems of Cassels, Dobrowolski, Pinner and Vaaler, Smyth, Schinzel in terms of cyclo- tomic, reciprocal non-cyclotomic and non-reciprocal factors. An upper bound of Mignotte's discrepancy function which arises from the beta-conjugates of ¯ which are roots of cyclotomic factors is linked to the Riemann hypothesis, following Amoroso. An equidistribution limit theorem, following Bilu's theorem, is formu- lated for the concentration phenomenon of conjugates of Parry numbers near the unit circle. Parry numbers are Perron numbers. Open problems on non-Parry Perron numbers are mentioned in the context of the existence of non-unique fac- torizations of elements of number ¯elds into irreducible Perron numbers (Lind). Communicated by Ilya Shkredov Contents 1. Introduction 158 2. Szeg}o'sTheorem and numeration 160 3. Parry polynomials, Galois- and beta-conjugates in Solomyak's set ­ for a Parry number ¯ 161 2000 M a t h e m a t i c s S u b j e c t C l a s s i f i c a t i o n: 11M99, 30B10, 12Y05.
    [Show full text]
  • On the Behavior of Mahler's Measure Under Iteration
    Monatshefte für Mathematik (2020) 193:61–86 https://doi.org/10.1007/s00605-020-01416-5 On the behavior of Mahler’s measure under iteration Paul A. Fili1 · Lukas Pottmeyer2 · Mingming Zhang1 Received: 21 November 2019 / Accepted: 9 April 2020 / Published online: 20 April 2020 © The Author(s) 2020 Abstract For an algebraic number α we denote by M(α) the Mahler measure of α.AsM(α) is again an algebraic number (indeed, an algebraic integer), M(·) is a self-map on Q, and therefore defines a dynamical system. The orbit size of α, denoted #OM (α),is the cardinality of the forward orbit of α under M. We prove that for every degree at least 3 and every non-unit norm, there exist algebraic numbers of every orbit size. We then prove that for algebraic units of degree 4, the orbit size must be 1, 2, or infinity. We also show that there exist algebraic units of larger degree with arbitrarily large but finite orbit size. Keywords Mahler measure · Lehmer’s problem · Algebraic numbers Mathematics Subject Classification 11R06 · 11R04 · 11R09 1 Introduction The Mahler measure of an algebraic number α with minimal polynomial f (x) = n an x +···+a0 ∈ Z[x], is defined as: Communicated by H. Bruin. B Lukas Pottmeyer [email protected] Paul A. Fili paul.fi[email protected] Mingming Zhang [email protected] 1 Oklahoma State University, Stillwater, OK 74078, USA 2 Universität Duisberg-Essen, 45117 Essen, Germany 123 62 P. A. Fili et al. n n M(α) =|an| max{1, |αi |} = ±an αi , i=1 i=1 |αi |>1 α ,...,α ( ) ( ) = n ( − α ) ∈ C[ ] where 1 n are the distinct roots of f x ; i.e.
    [Show full text]