A Combinatorial Miscellany

Total Page:16

File Type:pdf, Size:1020Kb

A Combinatorial Miscellany A Combinatorial Miscellany Anders Bj¨orner1 Matematiska Institutionen Kungl. Tekniska H¨ogskolan S-100 44 Stockholm SWEDEN Richard P. Stanley2 Department of Mathematics Massachusetts Institute of Technology Cambridge, MA 02139 U.S.A. September 13, 2004 1 Introduction. A recent newcomer to the the center stage of modern mathematics is the area called combinatorics. Although combinatorial mathematics has been pursued since time immemorial, and at a reasonable scientific level at least since Leonhard Euler (1707–1783), the subject has come into its own only in 1Partially supported by the Mathematical Sciences Research Institute (Berkeley, CA). 2Partially supported by NSF grant #DMS-9500714. 1 the last few decades. The reasons for the spectacular growth of combinatorics come both from within mathematics itself and from the outside. Beginning with the outside influences, it can be said that the recent de- velopment of combinatorics is somewhat of a cinderella story. It used to be looked down on by “mainstream” mathematicians as being somehow less re- spectable than other areas, in spite of many services rendered to both pure and applied mathematics. Then along came the prince of computer science with its many mathematical problems and needs — and it was combinatorics that best fitted the glass slipper held out. The developments within mathematics that have contributed to the cur- rent strong standing of combinatorics are more difficult to pinpoint. One is that, after an era where the fashion in mathematics was to seek general- ity and abstraction, there is now much appreciation of and emphasis on the concrete and “hard” problems. Another is that it has been gradually more and more realized that combinatorics has all sorts of deep connections with the mainstream areas of mathematics, such as (to name the most important ones) algebra, geometry, probability and topology. Our aim with this article is to give the reader some answers to the ques- tions “What is combinatorics, and what is it good for?” We will do that not by attempting any kind of general survey, but by describing a few selected problems and results in some detail. We want to bring you both some ex- amples of problems from “pure” combinatorics, some examples illustrating its interactions with other parts of mathematics, and a few glimpses of its use for computer science. Fortunately, the problems and results of combina- torics are usually quite easy to state and explain, even to the layman. Its accessibility is one of its many appealing aspects. For instance, most popular mathematical puzzles and games, such as Rubik’s cube and jigsaw puzzles, are essentially problems in combinatorics. To achieve our stated purpose it has been necessary to concentrate on a few topics, leaving many of the specialities within combinatorics without mention. The choice will naturally reflect our own interests. The suggestions for further reading point to some more general accounts that can help remedy this shortcoming. 2 With some simplification, combinatorics can be said to be the mathe- matics of the finite. One of the most basic properties of a finite collection of objects is its number of elements. For instance, take words formed from the letters a, b and c, using each letter exactly once. There are six such words: abc, acb, bac, bca, cab, cba. Now, say that we have n distinct letters. How many words can be formed? The answer is n · (n − 1) · (n − 2) ··· 3 · 2 · 1, because the first letter can be chosen in n ways, then the second one in n − 1 ways (since the letter already chosen as the first letter is no longer available), the third one in n−2 ways, and so on. Furthermore, the total number must be the product of the number of individual choices. The number of words that can be formed with n letters is an example of an enumerative problem. Enumeration is one of the most basic and im- portant aspects of combinatorics. In many branches of mathematics and its applications you need to know the number of ways of doing something. One of the classical problems of enumerative combinatorics is to count partitions of various kinds, meaning the number of ways to break an object into smaller objects of the same kind. The study of partition enumeration was begun by Euler and is very active to this day. We will exposit some parts of this theory. All along the way there are interesting connections with algebra, but these are unfortunately too sophisticated to go into details here. We also illustrate (in Section 11) the relevance of partitions to applied problems. Another, more recent, topic within enumeration is to count the number of tilings. These are partitions of a geometric region into smaller regions of some specified kinds. We will give some glimpses of recent progress in this area. The mathematical roots are in this case mainly from statistical mechanics. Combinatorics is used in many ways in computer science, for instance for the construction and analysis of various algorithms. (Remark: algorithms are the logically structured systems of commands that instruct computers how to perform prescribed tasks.) Of this young but already huge and rapidly growing area we will give here but the smallest glimpse, namely a couple of 3 examples from complexity theory. This is the part of theoretical computer science that concerns itself with questions about computer calculations of the type “How hard is it?”, “How much time will it take?” Proving that you cannot do better than what presently known methods allow is often the hardest part, and the part where the most mathematics is needed. Our examples are of this kind. To illustrate the surprising connections that exist between combinatorics and seemingly unrelated parts of mathematics we have chosen the links with topology. This is an area which on first acquaintance seems far removed from combinatorics, having to do with very general infinite spaces. Never- theless, the tools of algebraic topology have proven to be of use for solving some problems from combinatorics and theoretical computer science. Again, the theme of enumeration in its various forms pervades some of this border territory. Our final topic is a glimpse of progress made in the combinatorial study of convex polytopes. In three dimensions these are the decorative solid bodies with flat polygon sides (such as pyramids, cubes and geodesic domes) that have charmed and intrigued mathematicians and laymen alike since antiquity. In higher dimensions they can be perceived only via mathematical tools, but they are just as beautiful and fascinating. Of this huge subject we discuss the question of laws governing the numbers of faces of various dimensions on the boundary of a polytope. To understand this article should for the most part require hardly any knowledge of mathematics beyond high-school algebra. Only some details in the boxes and in the last few sections (having to do with topology) are a bit more demanding. 2 Partitions. A fundamental concept in combinatorics is that of a partition. In general, a partition of an object is a way of breaking it up into smaller objects. We will be concerned here with partitions of positive integers (positive whole 4 numbers). Later on we will encounter also other kinds of partitions. The subject of partitions has a long history going back to Gottfried Wilhelm von Leibniz (1646–1716) and Euler, and has been found to have unexpected connections with a number of other subjects. A partition of a positive integer n is a way of writing n as a sum of positive integers, ignoring the order of the summands. For instance, 3 + 4 + 2 + 1 + 1 + 4 represents a partition of 15, and 4 + 4 + 3 + 2 + 1 + 1 represents the same partition. A partition is allowed to have only one part (summand), so that 5 is a partition of 5. There are in fact seven partitions of 5, given by 5 4 + 1 3 + 2 3 + 1 + 1 2 + 2 + 1 2 + 1 + 1 + 1 1 + 1 + 1 + 1 + 1. We denote the number of partitions of n by p(n), so for instance p(5) = 7. By convention we set p(0) = 1, and similarly for related partition functions discussed below. The problem of evaluating p(n) has a long history. There is no simple formula in general for p(n), but there are remarkable and quite sophisticated methods to compute p(n) for “reasonable” values of n. For instance, as long ago as 1938 Derrick Henry Lehmer (1905–1991) computed p(14, 031) (a number with 127 digits!), and nowadays a computer would have no trouble computing p(1012), a number with 1,113,996 digits. It is also possible to codify all the numbers p(n) into a single object known as a generating function. A generating function (in the variable x) is an expression of the form 2 3 F (x) = a0 + a1x + a2x + a3x + ··· , where the coefficients a0, a1,... are numbers. (We call an the coefficient of n 0 x , and call a0 the constant term. The notation x next to a0 is suppressed.) The generating function F (x) differs from a polynomial in x in that it can have infinitely many terms. We regard x as a formal symbol, and do not think of it as standing for some unknown quantity. Thus the generating function F (x) is just a way to represent the sequence a0, a1,.... It is natural to ask what advantage is gained in representing a sequence in such a way. The answer is that generating functions can be manipulated in 5 various ways that often are useful for combinatorial problems. For instance, 2 letting G(x) = b0 + b1x + b2x + ···, we can add F (x) and G(x) by the rule 2 F (x) + G(x) = (a0 + b0) + (a1 + b1)x + (a2 + b2)x + ··· .
Recommended publications
  • ALFRED YOUNG 1873-1940 H. W. Alfred Young Was Bom at Birchfield
    ALFRED YOUNG 1873-1940 H. W. TURNBULL Alfred Young was bom at Birchfield, Farnworth, near Widnes, Lancashire, on 16 April 1873. He died after a short illness on Sunday, 15 December 1940. He was the youngest son of Edward Young, a prosperous Liverpool merchant and a Justice of the Peace for the county. His father married twice and had a large family, eleven living to grow up. The two youngest sons of the two branches of the family rose to scientific distinction: Sydney Young, of the elder family, became a distinguished chemist of Owen's College, Manchester, Uni.ersity College, Bristol, and finally, for many years, of Trinity College, Dublin. He was elected Fellow of the Royal Society in his thirty-sixth year and died in 193i. Alfred, who was fifteen years his junior, was elected Fellow in 1934, at the age of sixty, in recognition of his mathematical contributions to the algebra of invariants and the theory of groups, a work to which he had devoted over ten years of academic life followed by thirty years of leisure during his duties as rector of a country parish. Recognition of his remarkable powers came late but swiftly; he was admitted to the Fellowship in the year when his name first came up for election. In 1879 the family moved to Bournemouth, and in due course the younger brothers ,vent to school and later to a tutor, under whom Alfred suffered for his brain power, being the only boy considered worth keeping in. Next, he went to Monkton Combe School, near Bath, and there again his unusual mathematical ability was recognised.
    [Show full text]
  • Arxiv:2105.07884V3 [Math.HO] 20 Jun 2021
    Enumerative and Algebraic Combinatorics in the 1960's and 1970's Richard P. Stanley University of Miami (version of 17 June 2021) The period 1960{1979 was an exciting time for enumerative and alge- braic combinatorics (EAC). During this period EAC was transformed into an independent subject which is even stronger and more active today. I will not attempt a comprehensive analysis of the development of EAC but rather focus on persons and topics that were relevant to my own career. Thus the discussion will be partly autobiographical. There were certainly deep and important results in EAC before 1960. Work related to tree enumeration (including the Matrix-Tree theorem), parti- tions of integers (in particular, the Rogers-Ramanujan identities), the Redfield- P´olya theory of enumeration under group action, and especially the repre- sentation theory of the symmetric group, GL(n; C) and some related groups, featuring work by Georg Frobenius (1849{1917), Alfred Young (1873{1940), and Issai Schur (1875{1941), are some highlights. Much of this work was not concerned with combinatorics per se; rather, combinatorics was the nat- ural context for its development. For readers interested in the development of EAC, as well as combinatorics in general, prior to 1960, see Biggs [14], Knuth [77, §7.2.1.7], Stein [147], and Wilson and Watkins [153]. Before 1960 there are just a handful of mathematicians who did a sub- stantial amount of enumerative combinatorics. The most important and influential of these is Percy Alexander MacMahon (1854-1929). He was a arXiv:2105.07884v3 [math.HO] 20 Jun 2021 highly original pioneer, whose work was not properly appreciated during his lifetime except for his contributions to invariant theory and integer parti- tions.
    [Show full text]
  • Combinatorics, Representation Theory and Invariant Theory: the Story of a M Nage G Trois (Inaugural Address Delivered at Taormina, Italy, 26 July, 1994)
    DISCRETE MATHEMATICS ELSEVIER Discrete Mathematics 193 (1998) 5--16 Combinatorics, representation theory and invariant theory: The story of a m nage g trois (Inaugural address delivered at Taormina, Italy, 26 July, 1994) Gian-Carlo Rota Department of Matkematics, 2-351, MIT, Cambridge, MA 02139, USA Received 1 November 1994; accepted 28 December 1994 In honor of Adriano Garsia 1. Introduction The joy of my being here among a group of old friends to celebrate the anniversary of one of my closest friends, Adriano Garsia, is haunted by temptation. As I look at you, condemned as you are to listen to me for the next fifty minutes, I feel that the opportunity I have long been waiting for is at last delivered to me on a silver platter: the opportunity, that is, of presenting the latest results of my own work to a public whose collective wisdom in combinatorics will seldom (if ever) again be reassembled. At last, I will inflict upon a competent (if helpless) audience one hour's lecture on the basics of supersymmetric algebra, on the concomitants of skew-symmetric tensors, or maybe on the characteristic-free resolution of Weyl modules. At the sound of these words, we register a sudden decrease in the temperature of this hall. A chill is running down your spines at the prospect of being subjected to such a punishing sitting. Rest assured that I will not abuse the time you have generously allotted me; or rather, I will try not to do so deliberately. We will dwell instead upon the one topic of unquestioned interest and timeliness among mathematicians of all times: gossip.
    [Show full text]
  • Count of Oscillatory Modes of Quarks in Baryons for 3 Quark Flavors U
    Count of oscillatory modes of quarks in baryons for 3 quark flavors u,d,s Peter Minkowski Albert Einstein Center for Fundamental Physics - ITP, University of Bern Abstract The present notes prepare the counting of ’oscillatory modes of N fl = 3 light quarks’ , –u,d,s–,usingtheSU 2 N = 6 SO3 L broken symmetry classification , fl × extended to the harmonic oscillator symmetry of 3 paired oscillator modes . N fl L = n = 1 L n stands for the space rotation group generated by the sum of the 3 individual angular momenta of quarks in their c.m. system . The motivation arises from modeling the yields of hadrons in heavy ion collisions at RHIC and LHC , necessitating at the respective highest c.m. energies per nucleon pairs an increase of heavy hadron resonances relative to e.g. SPS energies , whence the included hadrons are treated as a noninteracting gas . Short account 06.07.2013 19.07.2013 −→ – p. 1 cont-1 List of contents 1 Introduction 5 1-1 Counting oscillatory modes using the circular oscillatory wave function basis 5 enforcing overall Bose symmetry under the combined permutations of SU6 ( fl spin ) barycentric coordinates × × 1-1-1 The barycentric 6 spatial oscillatory variables and their symmetries with respect 12 to the 3 quark positions in dimensionless universal variables 1-2 Aligningstatisticsbetweentheu,d,s SU6 ( fl spin ) group 14 × and oscillator modes in 6 barycentric configuration space variables 1-2-1 Modes of a pair of onedimensional oscillators – and the complex plane 14 1-3 Associating symmetric and antisymmetric representations 25 of SU6 ( fl spin ) × to oscillator mode wave functions in the circular pair-mode basis 1-3-1 Choosing a complex basis for transforming the basis 25 derived in ref.
    [Show full text]
  • Reductions of Young Tableau Bijections Introduction
    Reductions of Young tableau bijections Igor Pak Massachusetts Institute of Technology Cambridge, MA 02138 USA e-mail: [email protected] and Ernesto Vallejo Instituto de Matem´aticas, Unidad Morelia, UNAM Apartado Postal 61-3, Xangari 58089 Morelia, Mich., MEXICO e-mail: [email protected] June 23, 2004 Abstract We introduce notions of linear reduction and linear equivalence of bijections for the purposes of study bijections between Young tableaux. Originating in Theoretical Computer Science, these notions allow us to give a unified view of a number of classical bijections, and establish formal connections between them. Introduction Combinatorics of Young tableaux is a beautiful subject which originated in the works of Alfred Young over a century ago, and has been under intense development in the past decades because of its numerous applications [12, 28, 36, 43]. The amazing growth of the literature and a variety of advanced extensions and generalizations led to some confusion even about the classical combinatorial results in the subject. It seems that until now, researchers in the field have not been able to unify the notation, techniques, and systematize their accomplishments. In this paper we concentrate on bijections between Young tableaux, a classical and the most a combinatorially effective part of subject. The notable bijections in- clude Robinson-Schensted-Knuth correspondence, Jeu de Taquin, Schutzen¨ berger in- volution, Littlewood-Robinson map, and Benkart-Sottile-Stroomer's tableau switching. 1 The available descriptions of these bijections are so different, that a casual reader re- ceives the impression that all these maps are only vaguely related to each other.
    [Show full text]
  • A Combinatorial Miscellany
    A Combinatorial Miscellany by Anders Bjorner¨ Matematiska Institutionen Kungl. Tekniska Hogskolan¨ S•100 44 Stockholm SWEDEN Richard P. Stanley ∗ ) Department of Mathematics Massachusetts Institute of Technology Cambridge, MA 02139 U.S.A. September 5, 2010 ∗ ) Partially supported by NSF grants #DMS•9500714 and #DMS•9988459. This is page ii Printer: Opaque this This is page iii Printer: Opaque this Contents Introduction 1 Chapter 1 Bijective proofs 5 Chapter 2 Partitions 15 Chapter 3 Plane partitions 25 Chapter 4 Standard Young tableaux 35 Chapter 5 Connections with representation theory 41 Chapter 6 Increasing and decreasing subsequences 45 Chapter 7 Reduced decompositions 59 Chapter 8 Tilings 67 Chapter 9 Tilings and plane partitions 79 Chapter 10 The Mobius¨ function and set partitions 83 Chapter 11 Arrangements and regions 91 Chapter 12 Face numbers of polytopes 109 Chapter 13 Connections with topology 119 Chapter 14 Extremal combinatorics 127 Chapter 15 Complexity of sorting and distinctness 137 Chapter 16 Complexity of graph properties 143 Chapter 17 Notes 151 Bibliography 155 Cited mathematicians 159 Index This is page iv Printer: Opaque this This is page 1 Printer: Opaque this Introduction A recent newcomer to the center stage of modern mathematics is the area called combinatorics. Although combinatorial mathematics has been pursued since time immemorial, and at a reasonable scientific level at least since Leonhard Euler (1707–1783), the subject has come into its own only in the last few decades. The reasons for the spectacular growth of combinatorics come both from within mathematics itself and from the outside. Beginning with the outside influences, it can be said that the recent development of combinatorics is somewhat of a cinderella story.
    [Show full text]
  • View This Volume's Front and Back Matter
    GRADUATE STUDIES IN MATHEMATICS 193 A Tour of Representation Theory Martin Lorenz 10.1090/gsm/193 A Tour of Representation Theory GRADUATE STUDIES IN MATHEMATICS 193 A Tour of Representation Theory Martin Lorenz EDITORIAL COMMITTEE Daniel S. Freed (Chair) Bjorn Poonen Gigliola Staffilani Jeff A. Viaclovsky 2010 Mathematics Subject Classification. Primary 16Gxx, 16Txx, 17Bxx, 20Cxx, 20Gxx. For additional information and updates on this book, visit www.ams.org/bookpages/gsm-193 Library of Congress Cataloging-in-Publication Data Names: Lorenz, Martin, 1951- author. Title: A tour of representation theory / Martin Lorenz. Description: Providence, Rhode Island : American Mathematical Society, [2018] | Series: Gradu- ate studies in mathematics ; volume 193 | Includes bibliographical references and indexes. Identifiers: LCCN 2018016461 | ISBN 9781470436803 (alk. paper) Subjects: LCSH: Representations of groups. | Representations of algebras. | Representations of Lie algebras. | Vector spaces. | Categories (Mathematics) | AMS: Associative rings and algebras – Representation theory of rings and algebras – Representation theory of rings and algebras. msc | Associative rings and algebras – Hopf algebras, quantum groups and related topics – Hopf algebras, quantum groups and related topics. msc | Nonassociative rings and algebras – Lie algebras and Lie superalgebras – Lie algebras and Lie superalgebras. msc | Group theory and generalizations – Representation theory of groups – Representation theory of groups. msc | Group theory and generalizations – Linear algebraic groups and related topics – Linear algebraic groups and related topics. msc Classification: LCC QA176 .L67 2018 | DDC 515/.7223–dc23 LC record available at https://lccn.loc.gov/2018016461 Copying and reprinting. Individual readers of this publication, and nonprofit libraries acting for them, are permitted to make fair use of the material, such as to copy select pages for use in teaching or research.
    [Show full text]
  • Limit Shapes of Standard Young Tableaux and Sorting Networks Via the Edelman–Greene Correspondence
    Limit shapes of standard Young tableaux and sorting networks via the Edelman–Greene correspondence SAMU POTKA Licentiate Thesis Stockholm, Sweden 2018 KTH Institutionen för Matematik TRITA-SCI-FOU 2018:43 100 44 Stockholm ISBN 978-91-7729-959-2 SWEDEN Akademisk avhandling som med tillstånd av Kungliga Tekniska högskolan framlägges till offentlig granskning för avläggande av teknologie licentiats- examen i matematik onsdagen den 17 oktober 2018 kl 10.15 i sal F11, Kung- liga Tekniska högskolan, Lindstedtsvägen 22, Stockholm. c Samu Potka, 2018 Tryck: Universitetsservice US AB iii Abstract This thesis consists of the following two articles. • New properties of the Edelman–Greene bijection. Edelman and Greene constructed a correspondence between re- duced words of the reverse permutation and standard Young tableaux. We prove that for any reduced word the shape of the region of the insertion tableau containing the smallest possible entries evolves exactly as the upper-left component of the per- mutation’s (Rothe) diagram. Properties of the Edelman–Greene bijection restricted to 132-avoiding and 2143-avoiding permuta- tions are presented. We also consider the Edelman–Greene bijec- tion applied to non-reduced words. • On random shifted standard Young tableaux and 132- avoiding sorting networks. We study shifted standard Young tableaux (SYT). The limiting surface of uniformly random shifted SYT of staircase shape is de- termined, with the integers in the SYT as heights. This implies via properties of the Edelman–Greene bijection results about ran- dom 132-avoiding sorting networks, including limit shapes for tra- jectories and intermediate permutations. Moreover, the expected number of adjacencies in SYT is considered.
    [Show full text]