What are permutation statistics? Let’s write [n] for the set {1, 2, 3, …, n}. A permutation of size n is a bijection  :[n]  [n]. We usually write permutations.

Slides:



Advertisements
Similar presentations
Functions Reading: Epp Chp 7.1, 7.2, 7.4
Advertisements

Recursively Defined Functions
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
Basic Structures: Sets, Functions, Sequences, Sums, and Matrices
What is the Prime Number Theorem? The Prime Number Theorem gives an asymptotic answer to the question “How many primes are there less than n (where n is.
INFINITE SEQUENCES AND SERIES
So far we have learned about:
Kavita Hatwal Fall Sequences and Induction.
Copyright © Cengage Learning. All rights reserved. 3 Differentiation Rules.
College Algebra Fifth Edition
Start with a puzzle… There are four occurrences of the pattern  = 132 in the sequence  = 13254: Can you find.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Mathematical Maxims and Minims, 1988
Chapter 1 Probability and Distributions Math 6203 Fall 2009 Instructor: Ayona Chatterjee.
Chapter 6.7 Determinants. In this chapter all matrices are square; for example: 1x1 (what is a 1x1 matrix, in fact?), 2x2, 3x3 Our goal is to introduce.
All of Statistics Chapter 5: Convergence of Random Variables Nick Schafer.
Copyright © Cengage Learning. All rights reserved.
Mathematics Behind Patience Sorting David Barra Capstone Advisor: Dr. King.
Basic Counting. This Lecture We will study some basic rules for counting. Sum rule, product rule, generalized product rule Permutations, combinations.
A Conjecture for the Packing Density of 2413 Walter Stromquist Swarthmore College (joint work with Cathleen Battiste Presutti, Ohio University at Lancaster)
1 Introduction to Abstract Mathematics Chapter 4: Sequences and Mathematical Induction Instructor: Hayk Melikya 4.1- Sequences. 4.2,
Designing a scientific posters Dr. Samina Hyder Haq Dept of Biochemistry King saud university.
Introduction to sequences and series
Permutation Groups Part 1. Definition A permutation of a set A is a function from A to A that is both one to one and onto.
9.4 Mathematical Induction
Great Theoretical Ideas in Computer Science.
Great Theoretical Ideas in Computer Science for Some.
Acknowledgments We thank I. Güor for laboratory assistance, Mary Juana for seeds, Herb Isside for greenhouse care, and M.I. Menter for questionable statistical.
Discrete Mathematics R. Johnsonbaugh
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
This is an example of an infinite series. 1 1 Start with a square one unit by one unit: This series converges (approaches a limiting value.) Many series.
12 INFINITE SEQUENCES AND SERIES. In general, it is difficult to find the exact sum of a series.  We were able to accomplish this for geometric series.
8.4 Closures of Relations Definition: The closure of a relation R with respect to property P is the relation obtained by adding the minimum number of.
1 Melikyan/DM/Fall09 Discrete Mathematics Ch. 7 Functions Instructor: Hayk Melikyan Today we will review sections 7.3, 7.4 and 7.5.
Section 3.2: Sequences and Summations. Def: A sequence is a function from a subset of the set of integers (usually the set of natural numbers) to a set.
CS 285- Discrete Mathematics
Copyright © Zeph Grunschlag, Induction Zeph Grunschlag.
Introduction This is a Microsoft Powerpoint template that has column widths and font sizes optimized for printing a 36 x 56” poster—just replace the “tips”
Sequences Lecture 11. L62 Sequences Sequences are a way of ordering lists of objects. Java arrays are a type of sequence of finite size. Usually, mathematical.
(Proof By) Induction Recursion
Title that hints at the underlying issue or question
Title that hints at the underlying issue or question
Great Theoretical Ideas In Computer Science
2.4 Sequences and Summations
Title that hints at the underlying issue or question
This effect was explored graphically…
Your Title here with one or two lines
My great and fantastic math topic in “sentence case”
This effect was explored graphically…
Copyright © Cengage Learning. All rights reserved.
Title that hints at the underlying issue or question
Presentation transcript:

What are permutation statistics? Let’s write [n] for the set {1, 2, 3, …, n}. A permutation of size n is a bijection  :[n]  [n]. We usually write permutations as sequences, and denote their entries using subscripts. For example,  = 2413 is a permutation of size 4, and its last entry is  4 = 3. An inversion in  is a pair of entries (not necessarily consecutive) that appear in decreasing order; that is, i  j. If the entries are consecutive it is also called a descent. The permutation 2413 has two inversions (41 and 43) but it only has one descent (41). Let: A ( n, k ) = # of permutations of size n with k descents B ( n, k ) = # of permutations of size n with k inversions The inversion number and the descent number are examples of permutation statistics. The functions A(n,k) and B(n,k) are called the distributions of these statistics. Factorial Functions A factorial function of size n is a function from [n] to [n] that satisfies a i 2). Every factorial function has a 1 =1. The image of a is the set of distinct values of a: Im a = { j | for some i, a i = j }. The image size, |Im a|, is always an integer from 1 to n. It turns out that the image size is an Eulerian statistic. Theorem 1. The number of factorial functions of size n with |Im a| = k is exactly A(n,k). Proof: For each a, construct pi as follows. Start with an empty sequence for pi. Then, for each i in order from 1 to n, insert the value i after the value a i. BUT if that would cause i to be at the end of the sequence, put it at the start instead. AND if a i =i, put the value i at the end. For example, if a = 1132 we get pi = Note that if i is in the image of a, then the value i does NOT begin a descent. Well, this proof is failing. I need to have defined A(n,k) as the number of permutations with n-k descents, not k descents. That makes the definition ugly. How can I fix this? Theorem: The excedence number is Eulerian. Proof: We construct a different bijection from the factorial functions to permutations. Given a, construct pi as follows: For each i, insert the value i at position a i. For example, 1132 becomes Well, that’s no good. Maybe it will be the proof of the next theorem, but it isn’t the proof of this one. Bring it home Well, it looks as if there isn’t room for what I want to do. The SUM of a factorial functions is the sum of its values (minus n). Theorem: SUM is Mahonian, because SUM has the same distribution as INV. Theorem: MAJ is Mahonian, because MAJ has the same distribution as SUM. Therefore, THEOREM: MAJ and INV have the same distribution. The point of this poster is that the proof of the THEOREM, using factorial functions, is MUCH EASIER than any of the published proofs that work directly with permutations. But the poster doesn’t convey this point very well, because you can’t see the proofs of the theorems in this box, and the proofs of the theorems in the other block are garbled beyond recognition. But I know the proofs. And they’re very easy. REALLY. Factorial functions and permutation statistics Walter Stromquist Swarthmore College, Department of Mathematics & Statistics References Bender, D.J., E.M Bayne, and R.M. Brigham Lunar condition influences coyote (Canis latrans) howling. American Midland Naturalist 136: Brooks, L.D The evolution of recombination rates. Pages in The Evolution of Sex, edited by R.E. Michod and B.R. Levin. Sinauer, Sunderland, MA. Scott, E.C Evolution vs. Creationism: an Introduction. University of California Press, Berkeley. Society for the Study of Evolution Statement on teaching evolution.. Accessed 2005 Aug 9. For more information --- wait and see. There are lots of theorems and formulas about A(n,k) and B(n,k). Here are some tables of values: Acknowledgements This work (but not garbles) results from collaboration with Alex Burstein, David Chudzicki, Mike Stone, and maybe Sergey Kitaev. Different statistics can have identical distributions. A weak excedence in a permutation  is an entry that is at least as large as its position value --- that is, an instance of  i  i. For example, 2413 has two excedences: in position 1 (because 2  1) and in position 2 (because 4  2). The weak excedence number is a very different statistic from the descent number. For example, we have seen that 2413 has descent number 1, but weak excedence number 2. But the number of permutations of size n with k weak excedences is exactly A(n,k) --- that is, the weak excedence number has the same distribution as the descent number. (We’ll prove that in a moment.) Any statistic that has the distribution A(n,k) is called an Eulerian statistic. McMahon found a statistic that has the same distribution as the inversion number. It’s called the Major index. To compute it, note the starting positions of all the descents in . The Major index is the sum of all the starting positions. For example: 2413 has just one descent, 41, which starts in position 2. So, we add 2 (and nothing else) to get the Major index of 2413, which is 2. As a bigger example: has 4 descents , 32, 21, 65 starting at positions 1, 2, 3, 5. So its Major index is = 11. The Major index doesn’t seem to have much to do with the inversion number. But according to McMahon, they have the same distribution. The number of permutations of size n with Major index k is exactly B(n,k). Any statistic that has the distribution B(n,k) is called a Mahonian statistic A(n,k) We’ll put a table of B(n,k) here, too.