A Combinatorial Proof for the Rank-Unimodality of Poset Order Ideals

Size: px
Start display at page:

Download "A Combinatorial Proof for the Rank-Unimodality of Poset Order Ideals"

Transcription

1 A Combinatorial Proof for the Rank-Unimodality of Poset Order Ideals By: Kevin Rao Clements High School, Sugar Land, Texas Mentored by Dr. Edward Early of St. Edwards University

2 Special thanks to Hans Li and William Liu for their contributions to this project.

3 A Combinatorial Proof for the Rank-Unimodality of Poset Order Ideals Abstract Posets are sets with ordering relations between some of its elements. This construction is a central topic in combinatorics and lattice theory, and posets also serve as versatile models for the distribution and prioritization of tasks, thus making them important in parallel computing. Our research deals with order ideals of the product of linear posets called chains (denoted n n n 3... ). An order ideal is a set of elements and all elements less than them. The poset of all order ideals of a poset P is denoted L(P ), and is arranged in levels. We aim to show that these levels, or the structure of L(n n n 3... ), are rank unimodal (the size of each level increases to a single local maximum and then decreases). We began our research by improving a standard poset algorithm and demonstrating rank unimodality in novel infinite families of posets. From our data, we gained insight on the structure of higher dimensional posets. Then we found an ingenious bijection between L(n n n 3... ) and W (n n n 3... ), which is the first proof that holds for all possible products of chains. Applying our bijection, we proved our second result that the product of any three chains is rank-unimodal, making the biggest breakthrough since O Hara s 990 proof of two-chain posets. Finally, we extended all of these results to outline a proof for the rank unimodality of infinite dimensional posets.

4 Introduction Posets are sets with relations between its elements that indicate order. They serve as versatile models for the distribution and prioritization of tasks. Applying these mathematical models to synchronize parallel computing, internet search engines such as Google Search are able to produce results at record-breaking speed []. Working hand in hand with parallel computing, poset theory also allows for highly efficient multitasking on handheld devices such as smartphones, where increasing computation speed is not a matter of adding more CPUs. With new software, smartphones can greatly increase their capability to handle many apps running at the same time []. Our proofs and deeper understanding of special poset properties will help unleash the full potential of parallel computing and shed light on exciting new possibilities. Our research is on the unimodality of a type of poset called poset order ideals. Posets are arranged in levels of order, and unimodality is a property such that when moving up the levels, the size of each level increases up to a point, and decreases back down symmetrically. Proving that these posets are unimodal may lead to greater optimization within parallel computations [3]. Previous work on this subject, beginning with Stanley in 970, only touched on simple posets [4]. Since then, some researchers have studied a few infinite families, but their results were limited to one or two dimensions [5]. In this paper, we first summarize poset theory and its relevant definitions as well as analyze important pertinent theorems. Then, from the data generated with the new algorithm we developed, we present several infinite families of posets that we showed to be unimodal. Next, we simplify the problem of unimodality with

5 a bijection to a simpler problem. Using this result, we present the first pure combinatorics proof for the unimodality of three dimensional posets. Finally, we present a promising avenue for future research on the rank unimodality of infinite posets. Definitions. Poset Theory A partially ordered set, or poset, is a set of elements where some elements are comparable with one another, while others are unrelated. This comparison, denoted, follows several rules: if x and y are elements in a poset then x x; if x y and y x then x = y; and if x y and y z, then x z. Two elements x and y are called incomparable if they cannot be ordered with the rule. In other words, x y and y x [4]. Posets can be visually represented by graphs called Hasse diagrams (Figure ). The Hasse diagram of a poset P is a graph whose nodes are elements of P, edges are comparison relations, and y appears above x for all elements x and y such that x < y. In a ranked poset, each node has a well-defined level, or distance from the bottom of a Hasse diagram. The rank of a level is the number of nodes that exist on that level [4] Figure : Poset of divisors of in a Hasse diagram.

6 For example in the Hasse diagram above the set of divisors of is stored in a poset. The edges represent divisibility relations, and there are 4 levels, with ranks,,, respectively. Note that and are comparable although there does not exist a direct connection between the two, due to the path going up through 4 that leads to. However, and 3 are not comparable because there is no path or connection between the nodes. The specific posets we are working with in our research are lattices consisting of the direct product of chains. A chain is simply a totally-ordered poset arranged in a straight line. For chains A and B, their direct product A B is the poset of points {(a, b) a A, b B}, and (a, b ) (a, b ) if and only if a a and b b. Structurally, the direct product of chains is a rectangular grid rotated such that a corner is the bottommost node and the opposite corner is the topmost node. The direct product of more than chains is a higher dimensional grid, but the Hasse diagram can still be represented in dimensions and there still is only a single top and bottom node.. Order Ideals An order ideal is a set of one or more elements such that if a is an element of the order ideal and b a, then b is also an element of the order ideal [6]. In other words, an order ideal is a set of nodes and all nodes ordered below them. In Figure below, the red nodes of the lattice represents an order ideal that satisfies this rule: no red node is above a black node. 3

7 Figure : An order ideal of the 4 7 poset Let L(n, n, n 3,... n k ) be the poset of order ideals for the product of chains n n... n k. The poset of order ideals stores all order ideals for a specific poset, such that an order ideal with k elements is on the k + level and two elements are comparable if one is a subset of another. An example is shown in Figure 3 below. 4 {,,3,4} {,,3} Level 5 Level 4 3 {,} {,3} Level 3 {} {} Level Level Figure 3: lattice and its corresponding poset order ideals, arranged in a lattice In Figure 3, the Hasse diagram on the right represents the poset of order ideals for a lattice. Each level in the poset contains all order ideals of cardinality one less than the number of the level. Order ideals have many interesting properties and applications, 4

8 and proving features about it is a central topic to poset theory. One conjectured property is unimodality. A sequence a, a,... a k is defined to be unimodal if there exists an element a i such that a a a 3 a i a i+ a i+ a k a k. [6] In other words, unimodality means that there exists a single local maximum. A poset is defined to be rank-unimodal if the ranks of the levels going from top to bottom are unimodal and rank-symmetric if the ranks are symmetric. Looking at the previous diagram, we see that the ranks of the L(, ) poset are,,,, which is unimodal. Our project s aim is to show that L(P ) is rank-unimodal for all posets P that are products of chains..3 Linear Extensions and Descents Suppose there are n nodes in a lattice. These nodes can then be labelled to n in a number of ways, with the only rule being that every node s label must be greater than that of the nodes it covers. Such a labelling is called a linear extension [6]. Below in Figure 3 are examples of legal and illegal numberings. 5

9 6 Legal Illegal Figure 4: Legal and illegal numberings, where illegal edges are circled in red A descent is defined to be a location where a larger number precedes a smaller number in a string of numbers. For example, the sequence,, 5, 4, 3, 6 has a descent in position 3 because 5 is greater than 4 and appears earlier in the sequence. There is another descent in position 4 by similar reasoning. Suppose we have a poset P with n elements. From each linear extension of P, we can obtain a permutation of the numbers to n called a descent chain. This is done by writing the labels of the nodes in the default labelling in the order of the nodes in the linear extension. Each descent chain describes a distinct linear extension. 6

10 Default Labelling Linear Extension Figure 5: Example linear extension of a 3 lattice For example, we consider a linear extension of a 3 lattice in Figure 5. The labelling on the left is default, and the labelling on the right is the linear extension. To obtain the descent chain from the linear extension, we read off the value of each node of the default labelling in the order that the linear extension specifies. In this case, the descent chain is, 3, 5,, 4, 6 because of the position of the numbers,, 3, 4, 5, 6 in the linear extension..4 W Polynomials We use what is called a W polynomial as a bookkeeping tool for the location and number of descents. W polynomials are sums of powers of an arbitrary variable q. Each descent chain generates a term, with the power of the term representing the sum of the locations of the descents for the descent chain. For example, a descent chain with descents at position 4 and 6 would correspond to the term q 0. W s (P ) is the sum of all such terms from descent chains with s descents for a given poset P. 7

11 Rank generating functions are polynomials in which the coefficient of each term represents the rank of each level on a poset. For example, the fank generating function +q+q +q 3 +q 4 would correspond to a poset with one element on the bottom row, one on the second row, two on the third row and so on. W polynomials are important because they have been shown to be closely related to order ideals, and actually serve as the basis for our proof of the unimodality of order ideals. By analyzing these generating functions, we can determine whether a poset of order ideals is unimodal or not. 3 Previous Work In the past, the unimodality of L has only been proven for the product of chains. Kathy O Hara proved the unimodality of L(m, n) using combinatorical methods [5], while Edward Early proved L(, m, n) was unimodal as well with a combinatorical proof [6]. So far, no combinatorical proof exists for a product of 3 or more general chains. We aim to prove a new result: that L is unimodal for the product of 3 chains. 3. Stanley s Theorem Let P be a poset of size p consisting of the product of k chains, and Q be a poset equal to P multiplied by another chain of arbitrary length m. Then, Stanley s theorem states: p L(Q) = p + m s W s (P ) s=0 p This theorem is significant because it shows a relationship between order ideals and W q 8

12 polynomials: If the W polynomial of the product of k chains is unimodal, then the poset of order ideals of the same k chains times a chain of any length is also unimodal. Thus, if there was a way to prove W polynomials were unimodal, then it would also prove infinite families of poset order ideals were also unimodal. 4 Current Progress In order to gain insight into this problem, we improved the standard algorithm and developed software tools to generate large amounts of data, demonstrating rank unimodality in novel infinite families of posets. Inspired by the results of the programs, we proved that W (P ) = L(P ) for all P equal to a product of any amount of chains. The generality of this result is significant, as before all theorems were limited to a product of only or 3 chains. By using this result, we then found the first combinatorial proof of the unimodality of the lattice of order ideals for a product of 3 chains. 4. Computer Analysis From the poset package created in Maple by John Stembridge, we developed an improved algorithm to better understand the structure of these posets []. Stanley s Theorem states that if W s is known to be unimodal for a product of chains, then L is unimodal for the product of those specific chains and a general chain. This means that we can simply use the computer algorithm to show W s was unimodal to find the following infinite families of unimodal order ideals: L(,, k, m), for k 0 9

13 L(3, 3, 3, m), L(3, 3, 4, m) L(,,, m, n) for m 4 After analyzing pages of data, we noticed many recurring patterns and relations. For example, using our program we found the generating function of W (,, 4) was equal to: q 4 + 3q 3 + 6q + 7q + 0q 0 + 0q 9 + q 8 + 0q 7 + 0q 6 + 7q 5 + 6q 4 + 3q 3 + q and L(,, 4) was equal to: q 6 +q 5 +3q 4 +4q 3 +7q +8q +q 0 +q 9 +3q 8 +q 7 +q 6 +8 q 5 +7q 4 +4q 3 +3q +q+ After computing more cases, we observed that the coefficients of W (P ) were always one less than the coefficients of L(P ) for all posets P. This observation eventually became our Theorem, and led us to devise a combinatorial proof of it. 4. Theorem - W (P ) = L(P ) Theorem states that the rank generating function of W (P ) is equal to the rank generating function of L(P ) with each coefficient reduced by one. To prove this, we draw a bijection between descent chains with one descent and non-consecutive order ideals. First, we show that every order ideal produces a distinct descent chain. Suppose the order ideal has n elements. Take the nodes of the order ideal elements, and arrange them in increasing order. Then, take the remaining values of the nodes and append them to the end in increasing order. For the example in Figure 6, this would give the sequence, 3, 5, 7,, 4, 6, 8. Unless our order ideal is,, 3,, n, this results in exactly one descent because the chain is completely in order except for the position where we append the two sections. We then draw the linear extension corresponding to this descent chain, and show 0

14 that it is indeed legal. The nodes indicated by the first n descent chain digits represent an order ideal - thus, they cover all lower elements. Therefore, in addition to being ordered, they do not leave any gaps for the greater numbers to fill in. That is, the rest of the digits, aside from the first n, correspond to nodes higher than those of the first n. Because these nodes are also numbered in increasing order, they too form a legal labelling. Thus the unique labelling is a legal one. To complete the bijection we must prove every descent chain with one descent produces an order ideal. Consider a linear extension with one descent in its chain. Split it where the descent occurs. This produces two increasing sequences of digits, the first of which forms an order ideal. For the case of Figure 6, it produces the two sequences, 3, 5, 7 and, 4, 6, 8. To see this, note that the first n nodes of the descent chain correspond to the nodes labeled,,..., n on the natural labelling. By the definition of natural labelling, the first n nodes must be an order ideal Figure 6: Renumbering using the {, 3, 5, 7} poset

15 4.3 Theorem - L(k, m, n) is unimodal Let P be a poset of cardinality N consisting of the product of 3 chains of any integer length k, m, n. From Theorem, we know that the rank generating function of W (P ) is simply the rank generating function of L(P ) with a one subtracted from each term. Thus, proving W (P ) is unimodal implies the unimodality of L(P ). The rank generating function of W (P ) stores the number of linear extensions of P with only one descent, such that the s th term of the rank generating function equals the number of linear extensions with a descent at position s +. To prove that W (P ) is unimodal, we must show the number of linear extensions with a descent at position s increases as s increases until s reaches N, at which the number of linear extensions with a descent at position s begins decreasing. There are only 3 types of descents, all of which can be shown to satisfy this property, thus proving unimodality Type Descents - Same Level The first type of descent occurs on the same level in the linear extension. Note that for a linear extension to have a descent at position s, then s + must occur to the left or below s in the labelling. For example, in Figure 6 below, the 7 appears to the left of the 6 in the linear extension on the right. Thus, the descent chain is,, 3, 4, 6, 7, 5, 8, 9, 0,, and has a descent at position 6 (7, 5). That means if s and s + are on the same level, then we can have a descent simply by rearranging the level such that s + is to the left of s and the other N nodes are arranged in order. This means the number of first type descents at position s increases with s because as s increases the number of possible places the s + can

16 exist increases Default Descent at 6 Figure 7: Type descent - s and s + on the same level 4.3. Type Descents - Adjacent Levels The second type of descent occurs when either s or s + are one level away from their original level. These occur when s moves up a level or s + moves down a level, and the rest of the N nodes are labeled in order. Either way, it forces s + to be below s in the linear extension, which creates a descent. For example, to make a descent at position 6 from the default labelling in Figure 6 above, the 6 could either move up one level or the 7 moves down a level. However, there are considerations that must be made. The move up or down must result in a labelling that still follows the ordering rule. Thus, the number of moves are limited by the magnitude of s. If s is too large, then s + cannot be moved down without being so large that the numbers above s + are not greater than s +. If s is too small, then s cannot be moved up without being so small that the numbers below it aren t smaller 3

17 than it. Because P is a product of chains, it is known to be unimodal. Thus, the rank of the levels increases as s increases. This means that as s increases, there are more places for s to swap upwards, and these new openings grow faster than are lost because s + grows too large to move down. Thus, as s increases, the number of linear extensions with type descents at s has a net increase as well Descent at 6 Descent at 6 Descent at 7 Figure 8: Type 3 descent - s and s + are more than level apart Type 3 Descents - Disconnected Levels The last type of descent occurs when s and s + are moved more than one level away from one another. Note that using the previous type of descent does not work because if s + is moved or more levels down, it will have to be greater than every element on the level above it. Similarly if s is moved or more levels up, it will be smaller than every element on the level below it. Thus the only way to have s + multiple levels below s is if all the smaller numbers were grouped together in a closed group and all the larger numbers were ordered above them. In the example shown in Figure 7 on the left, this can be achieved 4

18 by numbering the left face with the smaller numbers through 6, and then numbering the rest of the larger numbers in the remaining available nodes. Similarly, the middle example numbers the right face from through 6 and fills in the remaining nodes. This works because the faces only have to be greater than nodes in the same face, and are closed from the rest of the poset. Furthermore, if s is large enough then the smaller numbers can be used to fill out the lower levels and then proceed up a face, as shown in the example on the right. The bottom levels are filled completely before the rest of the numbers before s are used to number the left face, resulting in more labellings. Thus, as s increases, the number of possible linear extensions with this type of descent increases. Because for 3 types of descents their respective linear extensions increase in number as s increases, this means that W (P ) increases. However, we haven t proven that the second half of W (P ) decreases in number. To do this, we simply show that W (P ) is symmetric, meaning if the first half increases then the second half must decrease. Once that is shown, then the proof is complete Lemma - W s is symmetric around q ns Consider a descent chain of length n with s descents and its corresponding linear extension. k i Such a descent chain with descents at k, k,... k s contributes the term qi= to W s. By looking at the labels of the original labelling in reverse order, we get a string S that is the original descent chain in reverse order. We then subtract each term in S from n + s to get S. Reading the labels of the lattice in reverse is equivalent to rotating the twodimensional representation of the lattice 80 degrees and subtracting each term from n +. This new lattice has a descent chain equal to S. In short, we can see that for every descent 5

19 chain, there exists another descent chain whose descent locations are a mirror image. This second descent chain has descents at locations n k, n k,... n k s and contributes the term q s n k i i= = q ns s k i i=. Using this method, we can see that for every term q k in our W s polynomial, there exists a term q ns k. It follows that the polynomial W s is centered around the term kq ns. 5 Conclusion Before our research, mathematicians working on posets only proved a few minor theorems. With Theorem, we established the very first theorem that is true for all possible posets, removing obsolete limits to using posets and widening the path for future applications. Along the way, we discovered and proved several major properties of posets. To make our research possible, we optimized a standard poset algorithm and developed software tools in order to analyze a wider range of posets. Based on the large amount of data we generated, we discovered new infinite families of posets and demonstrated their rank-unimodality. Our research led us to notable discoveries and solid proofs for posets that lay a firm foundation for future work. 5. Applications Posets are a fundamental concept in mathematics. In many ways, posets are considered a prime unifying structure of combinatorics and other fields [9][0]. For example, in 98, Robert Proctor discovered that proving the unimodality of order ideals would also prove a significant unsolved problem in linear algebra and lattice theory [8]. Without posets, the 6

20 connection between these diverse areas of math would still be lost. In the information age, the development of more powerful monolithic CPU hardware can no longer keep up with the surging need of larger computations. Distributed parallel computing is the key to solving this problem. It splits a big problem into pieces, handles them in multiple computers simultaneously, then stitches the results together. In this way, a number of commodity computers can achieve the same, and often even greater, total power as the greatest supercomputer. Poset order ideals model the process of breaking a large job into smaller tasks as well as fitting the results together. This is done by representing each task as an element in a poset. The poset of order ideals represents every possible way to split the problem up, solve each piece, and put the end results back together. Each traversal of the poset from bottom to top represents a different way to solve the problem, where some tasks must be completed before others. When the poset is traversed from bottom to top, the order ideals get progressively larger and more complex as more and more small tasks are added on. The process continues until the final result, represented by the complete order ideal, is produced. In this process, different schemes of coordinating the tasks can be analyzed and compared to devise an optimal plan for reaching the desired objective [3]. On a large scale, posets may help improve the speed of distributed database searches, such as Google Search []. On the other hand, they are particularly significant for improving the performance of smartphones that run many apps in parallel, where the room to physically expand computing power is rather limited []. Our proofs and deeper insight of posets lay a solid foundation for further researches and open doors to exciting new possibilities. 7

21 5. Future Work In the future, we hope to show that the product of an infinite number of any size chains is rank unimodal. The most promising component of our results is Theorem, which relates the unimodality of W and order ideals. If W (P ) is shown to be unimodal for all P, by strong induction and Stanley s Theorem, we can show that all posets are rank-unimodal. That is, the unimodality a product of one chain L(m) would show that all W n (m) are unimodal, which by Stanley s Theorem means that all products of two chains L(m, n) are unimodal. Again, using the generalized relation, we could show that W n (m n) is unimodal, which implies that the product of three chains L(k, m, n) is unimodal. By continuing this process, we can show that the product of any amount of chains has unimodal order ideals. In using our Maple code, we have found an interesting result, which holds for all verifiable cases: W s ( n) = L(s (n s )) L(s (n s)). This result indicates there are ways of proving q s(s+) L(s) W s is unimodal for all s, which would complete the proof outlined above. Through greater analysis of the nature of order ideals using our program, if given more time, we can find the relation that proves all posets have unimodal order ideals. 8

22 References [] Joslyn, Cliff. Poset Ontologies and Concept Lattices as Semantic Hierarchies. Computer and Computational Sciences Los Alamos National Laboratory. [] Nvidia. The Benefits of Multiple CPU Cores in Mobile Devices. 00 [3] Leiserson, Charles E. et al. Parallel Computation of the Minimal Elements of a Poset. PASCO 0 Proceedings of the 4th International Workshop on Parallel and Symbolic Computation, [4] Stanley, Richard P. Chapter 3: Partially Ordered Sets. Enumerative Combinatorics. nd ed. Vol [5] Zeilberger, Doron. Kathy O Hara s Constructive Proof of the Unimodality of the Gaussian Polynomials. Thesis. Drexel University, 989. [6] Early, Edward Fielding. Chain and Antichain Enumeration in Posets, and B-ary Partitions. Thesis. Massachusetts Institute of Technology, 000. [7] Krattenthaler, Christian. The Number of Rhombus Tilings of a Symmetric Hexagon Which Contains a Fixed Rhombus on the Symmetry Axes, II. Thesis. Universität Wien, 000. [8] Proctor, Robert A. Solution of Two Difficult Combinatorial Problems with Linear Algebra. Thesis. University of California, Los Angeles, 98. The American Mathematical Monthly 89.0 (98): [9] Garg, Vijay K. Lattice Theory with Applications. Thesis. University of Texas at Austin, 997. [0] Levine, Lionel. Algebraic Combinatorics. Lecture 8. 0 March 0 [] Stembridge, John. Maple Packages for Symmetric Functions, Posets, Root Systems, and Finite Coxeter Groups. Computer software. Vers..4 9

Equality of P-partition Generating Functions

Equality of P-partition Generating Functions Bucknell University Bucknell Digital Commons Honors Theses Student Theses 2011 Equality of P-partition Generating Functions Ryan Ward Bucknell University Follow this and additional works at: https://digitalcommons.bucknell.edu/honors_theses

More information

Research Statement. Janine E. Janoski

Research Statement. Janine E. Janoski Research Statement Janine E. Janoski 1 Introduction My research is in discrete mathematics and combinatorics. I have worked on a wide variety of research topics including, enumeration problems, eigenvalue

More information

A Characterization of (3+1)-Free Posets

A Characterization of (3+1)-Free Posets Journal of Combinatorial Theory, Series A 93, 231241 (2001) doi:10.1006jcta.2000.3075, available online at http:www.idealibrary.com on A Characterization of (3+1)-Free Posets Mark Skandera Department of

More information

RHOMBUS TILINGS OF A HEXAGON WITH TWO TRIANGLES MISSING ON THE SYMMETRY AXIS

RHOMBUS TILINGS OF A HEXAGON WITH TWO TRIANGLES MISSING ON THE SYMMETRY AXIS RHOMBUS TILINGS OF A HEXAGON WITH TWO TRIANGLES MISSING ON THE SYMMETRY AXIS THERESIA EISENKÖLBL Institut für Mathematik der Universität Wien, Strudlhofgasse 4, A-1090 Wien, Austria. E-mail: Theresia.Eisenkoelbl@univie.ac.at

More information

arxiv:math/ v1 [math.co] 10 Nov 1998

arxiv:math/ v1 [math.co] 10 Nov 1998 A self-dual poset on objects counted by the Catalan numbers arxiv:math/9811067v1 [math.co] 10 Nov 1998 Miklós Bóna School of Mathematics Institute for Advanced Study Princeton, NJ 08540 April 11, 2017

More information

The Combinatorialization of Linear Recurrences

The Combinatorialization of Linear Recurrences The Combinatorialization of Linear Recurrences Arthur T Benjamin Harvey Mudd College Claremont, CA, USA benjamin@hmcedu Jennifer J Quinn University of Washington Tacoma Tacoma, WA USA jjquinn@uwedu Halcyon

More information

Symmetric chain decompositions of partially ordered sets

Symmetric chain decompositions of partially ordered sets Symmetric chain decompositions of partially ordered sets A THESIS SUBMITTED TO THE FACULTY OF THE GRADUATE SCHOOL OF THE UNIVERSITY OF MINNESOTA BY Ondrej Zjevik IN PARTIAL FULFILLMENT OF THE REQUIREMENTS

More information

Enumerating multiplex juggling patterns

Enumerating multiplex juggling patterns Enumerating multiplex juggling patterns Steve Butler Jeongyoon Choi Kimyung Kim Kyuhyeok Seo Abstract Mathematics has been used in the exploration and enumeration of juggling patterns. In the case when

More information

UNIMODALITY OF PARTITIONS WITH DISTINCT PARTS INSIDE FERRERS SHAPES

UNIMODALITY OF PARTITIONS WITH DISTINCT PARTS INSIDE FERRERS SHAPES UNIMODALITY OF PARTITIONS WITH DISTINCT PARTS INSIDE FERRERS SHAPES RICHARD P. STANLEY AND FABRIZIO ZANELLO Abstract. We investigate the rank-generating function F λ of the poset of partitions contained

More information

NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET. 1. Basic Definitions

NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET. 1. Basic Definitions NOTES ABOUT SATURATED CHAINS IN THE DYCK PATH POSET JENNIFER WOODCOCK 1. Basic Definitions Dyck paths are one of the many combinatorial objects enumerated by the Catalan numbers, sequence A000108 in [2]:

More information

DIVISIBILITY OF BINOMIAL COEFFICIENTS AT p = 2

DIVISIBILITY OF BINOMIAL COEFFICIENTS AT p = 2 DIVISIBILITY OF BINOMIAL COEFFICIENTS AT p = 2 BAILEY SWINFORD Abstract. This paper will look at the binomial coefficients divisible by the prime number 2. The paper will seek to understand and explain

More information

q xk y n k. , provided k < n. (This does not hold for k n.) Give a combinatorial proof of this recurrence by means of a bijective transformation.

q xk y n k. , provided k < n. (This does not hold for k n.) Give a combinatorial proof of this recurrence by means of a bijective transformation. Math 880 Alternative Challenge Problems Fall 2016 A1. Given, n 1, show that: m1 m 2 m = ( ) n+ 1 2 1, where the sum ranges over all positive integer solutions (m 1,..., m ) of m 1 + + m = n. Give both

More information

Rational Numbers and Exponents

Rational Numbers and Exponents Rational and Exponents Math 7 Topic 4 Math 7 Topic 5 Math 8 - Topic 1 4-2: Adding Integers 4-3: Adding Rational 4-4: Subtracting Integers 4-5: Subtracting Rational 4-6: Distance on a Number Line 5-1: Multiplying

More information

A number that can be written as, where p and q are integers and q Number.

A number that can be written as, where p and q are integers and q Number. RATIONAL NUMBERS 1.1 Definition of Rational Numbers: What are rational numbers? A number that can be written as, where p and q are integers and q Number. 0, is known as Rational Example:, 12, -18 etc.

More information

Spanning Trees in Grid Graphs

Spanning Trees in Grid Graphs Spanning Trees in Grid Graphs Paul Raff arxiv:0809.2551v1 [math.co] 15 Sep 2008 July 25, 2008 Abstract A general method is obtained for finding recurrences involving the number of spanning trees of grid

More information

arxiv: v2 [math.co] 3 Jan 2019

arxiv: v2 [math.co] 3 Jan 2019 IS THE SYMMETRIC GROUP SPERNER? arxiv:90.0097v2 [math.co] 3 Jan 209 LARRY H. HARPER AND GENE B. KIM Abstract. An antichain A in a poset P is a subset of P in which no two elements are comparable. Sperner

More information

A Brooks-Type Theorem for the Bandwidth of Interval Graphs

A Brooks-Type Theorem for the Bandwidth of Interval Graphs A Brooks-Type Theorem for the Bandwidth of Interval Graphs Mitchel T. Keller a, Stephen J. Young b a School of Mathematics, Georgia Institute of Technology, Atlanta, Georgia 3033-0160 U.S.A. b School of

More information

Combining the cycle index and the Tutte polynomial?

Combining the cycle index and the Tutte polynomial? Combining the cycle index and the Tutte polynomial? Peter J. Cameron University of St Andrews Combinatorics Seminar University of Vienna 23 March 2017 Selections Students often meet the following table

More information

On the Fully Commutative Elements of Coxeter Groups

On the Fully Commutative Elements of Coxeter Groups Journal of Algebraic Combinatorics 5 (1996), 353-385 1996 Kluwer Academic Publishers. Manufactured in The Netherlands. On the Fully Commutative Elements of Coxeter Groups JOHN R. STEMBRIDGB* Department

More information

Intermediate Math Circles March 6, 2013 Number Theory I

Intermediate Math Circles March 6, 2013 Number Theory I What is Number Theory? Intermediate Math Circles March 6, 01 Number Theory I A branch of mathematics where mathematicians examine and study patterns found within the natural number set (positive integers).

More information

Primary classes of compositions of numbers

Primary classes of compositions of numbers Annales Mathematicae et Informaticae 41 (2013) pp. 193 204 Proceedings of the 15 th International Conference on Fibonacci Numbers and Their Applications Institute of Mathematics and Informatics, Eszterházy

More information

Section Summary. Relations and Functions Properties of Relations. Combining Relations

Section Summary. Relations and Functions Properties of Relations. Combining Relations Chapter 9 Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations Closures of Relations (not currently included

More information

Definition: A binary relation R from a set A to a set B is a subset R A B. Example:

Definition: A binary relation R from a set A to a set B is a subset R A B. Example: Chapter 9 1 Binary Relations Definition: A binary relation R from a set A to a set B is a subset R A B. Example: Let A = {0,1,2} and B = {a,b} {(0, a), (0, b), (1,a), (2, b)} is a relation from A to B.

More information

Maximum union-free subfamilies

Maximum union-free subfamilies Maximum union-free subfamilies Jacob Fox Choongbum Lee Benny Sudakov Abstract An old problem of Moser asks: how large of a union-free subfamily does every family of m sets have? A family of sets is called

More information

USA Mathematical Talent Search Round 2 Solutions Year 27 Academic Year

USA Mathematical Talent Search Round 2 Solutions Year 27 Academic Year 1/2/27. In the grid to the right, the shortest path through unit squares between the pair of 2 s has length 2. Fill in some of the unit squares in the grid so that (i) exactly half of the squares in each

More information

ODD PARTITIONS IN YOUNG S LATTICE

ODD PARTITIONS IN YOUNG S LATTICE Séminaire Lotharingien de Combinatoire 75 (2016), Article B75g ODD PARTITIONS IN YOUNG S LATTICE ARVIND AYYER, AMRITANSHU PRASAD, AND STEVEN SPALLONE Abstract. We show that the subgraph induced in Young

More information

Grades ALGEBRA TILES. Don Balka and Laurie Boswell. Rowley, MA didax.com

Grades ALGEBRA TILES. Don Balka and Laurie Boswell. Rowley, MA didax.com Grades 6 12 ALGEBRA TILES Don Balka and Laurie Boswell Rowley, MA 01969 didax.com CONTENTS Introduction Correlation to the h Standards Unit 1: Introduction to Algebra Tiles 1 Overview and Answers 2 Activity

More information

Ranking Score Vectors of Tournaments

Ranking Score Vectors of Tournaments Utah State University DigitalCommons@USU All Graduate Plan B and other Reports Graduate Studies 5-2011 Ranking Score Vectors of Tournaments Sebrina Ruth Cropper Utah State University Follow this and additional

More information

The Gaussian coefficient revisited

The Gaussian coefficient revisited The Gaussian coefficient revisited Richard EHRENBORG and Margaret A. READDY Abstract We give new -(1+)-analogue of the Gaussian coefficient, also now as the -binomial which, lie the original -binomial

More information

Bricklaying and the Hermite Normal Form

Bricklaying and the Hermite Normal Form Bricklaying and the Hermite Normal Form William J. Gilbert Pure Mathematics Department University of Waterloo Waterloo, Ontario Canada N2L 3G1 AMS Classifications: Primary: 15A36 Appeared in the American

More information

GTPS Curriculum 6 th Grade Math. Topic: Topic 1- Numeration

GTPS Curriculum 6 th Grade Math. Topic: Topic 1- Numeration 9 days / September Compute fluently with multi-digit numbers and find common factors and multiples. 6.NS.3 Fluently add, subtract, multiply, and divide multi-digit decimals using the standard algorithm

More information

MA 524 Final Fall 2015 Solutions

MA 524 Final Fall 2015 Solutions MA 54 Final Fall 05 Solutions Name: Question Points Score 0 0 3 5 4 0 5 5 6 5 7 0 8 5 Total: 60 MA 54 Solutions Final, Page of 8. Let L be a finite lattice. (a) (5 points) Show that p ( (p r)) (p ) (p

More information

Trades in complex Hadamard matrices

Trades in complex Hadamard matrices Trades in complex Hadamard matrices Padraig Ó Catháin Ian M. Wanless School of Mathematical Sciences, Monash University, VIC 3800, Australia. February 9, 2015 Abstract A trade in a complex Hadamard matrix

More information

DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO

DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO DIFFERENTIAL POSETS SIMON RUBINSTEIN-SALZEDO Abstract. In this paper, we give a sampling of the theory of differential posets, including various topics that excited me. Most of the material is taken from

More information

18.312: Algebraic Combinatorics Lionel Levine. Lecture 11

18.312: Algebraic Combinatorics Lionel Levine. Lecture 11 18.312: Algebraic Combinatorics Lionel Levine Lecture date: March 15, 2011 Lecture 11 Notes by: Ben Bond Today: Mobius Algebras, µ( n ). Test: The average was 17. If you got < 15, you have the option to

More information

Westmoreland County Public Schools Pacing Guide and Checklist Algebra 1

Westmoreland County Public Schools Pacing Guide and Checklist Algebra 1 Westmoreland County Public Schools Pacing Guide and Checklist 2018-2019 Algebra 1 translate algebraic symbolic quantitative situations represent variable verbal concrete pictorial evaluate orders of ops

More information

Avoidance in (2+2)-Free Posets

Avoidance in (2+2)-Free Posets Avoidance in (2+2)-Free Posets Nihal Gowravaram Acton Boxborough Regional High School Mentor: Wuttisak Trongsiriwat PRIMES Annual Conference Massachusetts Institute of Technology May 18-19, 2013 1 / 13

More information

Complexity Theory Part II

Complexity Theory Part II Complexity Theory Part II Time Complexity The time complexity of a TM M is a function denoting the worst-case number of steps M takes on any input of length n. By convention, n denotes the length of the

More information

arxiv:math/ v1 [math.co] 5 Oct 1998

arxiv:math/ v1 [math.co] 5 Oct 1998 RHOMBUS TILINGS OF A HEXAGON WITH TWO TRIANGLES MISSING ON THE SYMMETRY AXIS THERESIA EISENKÖLBL arxiv:math/98009v [math.co] 5 Oct 998 Abstract. We compute the number of rhombus tilings of a hexagon with

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

Characterization of Fixed Points in Sequential Dynamical Systems

Characterization of Fixed Points in Sequential Dynamical Systems Characterization of Fixed Points in Sequential Dynamical Systems James M. W. Duvall Virginia Polytechnic Institute and State University Department of Mathematics Abstract Graph dynamical systems are central

More information

Section 1.1: Patterns in Division

Section 1.1: Patterns in Division Section 1.1: Patterns in Division Dividing by 2 All even numbers are divisible by 2. E.g., all numbers ending in 0,2,4,6 or 8. Dividing by 4 1. Are the last two digits in your number divisible by 4? 2.

More information

California 5 th Grade Standards / Excel Math Correlation by Lesson Number

California 5 th Grade Standards / Excel Math Correlation by Lesson Number (Activity) L1 L2 L3 Excel Math Objective Recognizing numbers less than a million given in words or place value; recognizing addition and subtraction fact families; subtracting 2 threedigit numbers with

More information

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States.

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States. INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 7 (2007), #A06 MULTI-ORDERED POSETS Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States lbishop@oxy.edu

More information

Factorization of the Robinson-Schensted-Knuth Correspondence

Factorization of the Robinson-Schensted-Knuth Correspondence Factorization of the Robinson-Schensted-Knuth Correspondence David P. Little September, 00 Abstract In [], a bijection between collections of reduced factorizations of elements of the symmetric group was

More information

A proof of the Square Paths Conjecture

A proof of the Square Paths Conjecture A proof of the Square Paths Conjecture Emily Sergel Leven October 7, 08 arxiv:60.069v [math.co] Jan 06 Abstract The modified Macdonald polynomials, introduced by Garsia and Haiman (996), have many astounding

More information

Lecture 1: Latin Squares!

Lecture 1: Latin Squares! Latin Squares Instructor: Paddy Lecture : Latin Squares! Week of Mathcamp 00 Introduction Definition. A latin square of order n is a n n array, filled with symbols {,... n}, such that no symbol is repeated

More information

Curriculum Scope & Sequence

Curriculum Scope & Sequence Subject/Grade Level: Mathematics/Grade 6 Curriculum Scope & Sequence BOE Approval 1.28.14 Course: Math 6 Above-Level Unit Duration NJ Common Core Standards / Unit Goals Transfer Goal(s) Enduring Understandings

More information

Proofs & Confirmations The story of the alternating sign matrix conjecture

Proofs & Confirmations The story of the alternating sign matrix conjecture Proofs & Confirmations The story of the alternating sign matrix conjecture David M. Bressoud Macalester College University of Nebraska Omaha, NE These slides are available at www.macalester.edu/~bressoud/talks

More information

Poset-Game Periodicity

Poset-Game Periodicity Poset-Game Periodicity Steven Byrnes Final Siemens-Westinghouse Version September 29, 2002 Abstract In this paper, we explore poset games, a large class of combinatorial games which includes Nim, Chomp,

More information

A (lattice) path formula for birational rowmotion on a product of two chains

A (lattice) path formula for birational rowmotion on a product of two chains A (lattice) path formula for birational rowmotion on a product of two chains Tom Roby (UConn) Describing joint research with Gregg Musiker (University of Minnesota) Workshop on Computer Algebra in Combinatorics

More information

On the Sequence A and Its Combinatorial Interpretations

On the Sequence A and Its Combinatorial Interpretations 1 2 47 6 2 11 Journal of Integer Sequences, Vol. 9 (2006), Article 06..1 On the Sequence A079500 and Its Combinatorial Interpretations A. Frosini and S. Rinaldi Università di Siena Dipartimento di Scienze

More information

Higher Bruhat order on Weyl groups of Type B

Higher Bruhat order on Weyl groups of Type B Mentor: Daniel Thompson Massachusetts Institute of Technology PRIMES-USA, 2013 Outline 1 Purpose 2 Symmetric Group Inversions Bruhat Graph 3 Results/Conjectures Purpose Purpose For Weyl Groups of Type

More information

We continue our Low Floor High Ceiling series in which

We continue our Low Floor High Ceiling series in which Low Floor High Ceiling Tasks SUMS OF CONSECUTIVE NATURAL NUMBERS ClassRoom SWATI SIRCAR & SNEHA TITUS We continue our Low Floor High Ceiling series in which an activity is chosen it starts by assigning

More information

Generating Functions Count

Generating Functions Count 2 Generating Functions Count 2.1 Counting from Polynomials to Power Series Consider the outcomes when a pair of dice are thrown and our interest is the sum of the numbers showing. One way to model the

More information

Elementary factoring algorithms

Elementary factoring algorithms Math 5330 Spring 018 Elementary factoring algorithms The RSA cryptosystem is founded on the idea that, in general, factoring is hard. Where as with Fermat s Little Theorem and some related ideas, one can

More information

Notation Index. gcd(a, b) (greatest common divisor) NT-16

Notation Index. gcd(a, b) (greatest common divisor) NT-16 Notation Index (for all) B A (all functions) B A = B A (all functions) SF-18 (n) k (falling factorial) SF-9 a R b (binary relation) C(n,k) = n! k! (n k)! (binomial coefficient) SF-9 n! (n factorial) SF-9

More information

Q 1 Find the square root of 729. 6. Squares and Square Roots Q 2 Fill in the blank using the given pattern. 7 2 = 49 67 2 = 4489 667 2 = 444889 6667 2 = Q 3 Without adding find the sum of 1 + 3 + 5 + 7

More information

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr.

Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Notes for Math 290 using Introduction to Mathematical Proofs by Charles E. Roberts, Jr. Chapter : Logic Topics:. Statements, Negation, and Compound Statements.2 Truth Tables and Logical Equivalences.3

More information

NOTE. Composite Fermions and Integer Partitions

NOTE. Composite Fermions and Integer Partitions Journal of Combinatorial Theory, Series A 95, 390397 (2001) doi:10.1006jcta.2001.3182, available online at http:www.idealibrary.com on NOTE Composite Fermions and Integer Partitions Arthur T. Benjamin

More information

Equivalence relations

Equivalence relations Equivalence relations R A A is an equivalence relation if R is 1. reflexive (a, a) R 2. symmetric, and (a, b) R (b, a) R 3. transitive. (a, b), (b, c) R (a, c) R Example: Let S be a relation on people

More information

Domino tilings with barriers. In memory of Gian-Carlo Rota

Domino tilings with barriers. In memory of Gian-Carlo Rota Domino tilings with barriers In memory of Gian-Carlo Rota James Propp Richard Stanley University of Wisconsin, Madison, WI 53706 Massachusetts Institute of Technology, Cambridge, MA 02139 In this paper,

More information

An Investigation on an Extension of Mullineux Involution

An Investigation on an Extension of Mullineux Involution An Investigation on an Extension of Mullineux Involution SPUR Final Paper, Summer 06 Arkadiy Frasinich Mentored by Augustus Lonergan Project Suggested By Roman Bezrukavnikov August 3, 06 Abstract In this

More information

Thinking and Doing. Maths in the 21st Century

Thinking and Doing. Maths in the 21st Century Thinking and Doing Mathematics in the 21st Century Richard P. Brent MSI, Australian National University and CARMA, University of Newcastle 16 November 2018 Copyright c 2018, R. P. Brent. Maths in the 21st

More information

Parking cars after a trailer

Parking cars after a trailer AUSTRALASIAN JOURNAL OF COMBINATORICS Volume 70(3) (2018), Pages 402 406 Parking cars after a trailer Richard Ehrenborg Alex Happ Department of Mathematics University of Kentucky Lexington, KY 40506 U.S.A.

More information

Combinatorial Structures

Combinatorial Structures Combinatorial Structures Contents 1 Permutations 1 Partitions.1 Ferrers diagrams....................................... Skew diagrams........................................ Dominance order......................................

More information

INEQUALITIES OF SYMMETRIC FUNCTIONS. 1. Introduction to Symmetric Functions [?] Definition 1.1. A symmetric function in n variables is a function, f,

INEQUALITIES OF SYMMETRIC FUNCTIONS. 1. Introduction to Symmetric Functions [?] Definition 1.1. A symmetric function in n variables is a function, f, INEQUALITIES OF SMMETRIC FUNCTIONS JONATHAN D. LIMA Abstract. We prove several symmetric function inequalities and conjecture a partially proved comprehensive theorem. We also introduce the condition of

More information

4 th Grade Hinojosa Math Vocabulary Words

4 th Grade Hinojosa Math Vocabulary Words Topic 1 Word Definition Picture Digit A symbol used to make numerals. These are the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, 9. Place value The value of where the digit is in the number, such as units(ones),

More information

Polynomials with palindromic and unimodal coefficients

Polynomials with palindromic and unimodal coefficients Polynomials with palindromic and unimodal coefficients arxiv:60.05629v [math.co] 2 Jan 206 Hua Sun, Yi Wang, Hai-Xia Zhang School of Mathematical Sciences, Dalian University of Technology, Dalian 6024,

More information

An alternative evaluation. of the Andrews{Burge determinant. C. Krattenthaler y. Dedicated to Gian-Carlo Rota

An alternative evaluation. of the Andrews{Burge determinant. C. Krattenthaler y. Dedicated to Gian-Carlo Rota An alternative evaluation of the Andrews{Burge determinant C. Krattenthaler y Dedicated to Gian-Carlo Rota Abstract. We give a short, self-contained evaluation of the Andrews{Burge determinant (Pacic J.

More information

Trivial Meet and Join within the Lattice of Monotone Triangles

Trivial Meet and Join within the Lattice of Monotone Triangles Trivial Meet and Join within the Lattice of Monotone Triangles John Engbers Adam Hammett July 17, 2014 Abstract The lattice of monotone triangles (M n, ) ordered by entry-wise comparisons is studied. Let

More information

8 th Grade Math Curriculum Map Thinking with Math Models Time Line: Marking Period 1. Function, linear function, rate of change

8 th Grade Math Curriculum Map Thinking with Math Models Time Line: Marking Period 1. Function, linear function, rate of change 8 th Grade Math Curriculum Map Thinking with Math Models Time Line: Marking Period 1 CCSS Essential Questions/ Learning Goals Skills /Vocabulary Formative/ Summative Assessment Resources 8.F.2 Compare

More information

The toggle group, homomesy, and the Razumov-Stroganov correspondence

The toggle group, homomesy, and the Razumov-Stroganov correspondence The toggle group, homomesy, and the Razumov-Stroganov correspondence Jessica Striker Department of Mathematics North Dakota State University Fargo, North Dakota, U.S.A. jessica.striker@ndsu.edu Submitted:

More information

OBJECTIVES UNIT 1. Lesson 1.0

OBJECTIVES UNIT 1. Lesson 1.0 OBJECTIVES UNIT 1 Lesson 1.0 1. Define "set," "element," "finite set," and "infinite set," "empty set," and "null set" and give two examples of each term. 2. Define "subset," "universal set," and "disjoint

More information

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member

R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Chapter R Review of basic concepts * R1: Sets A set is a collection of objects sets are written using set brackets each object in onset is called an element or member Ex: Write the set of counting numbers

More information

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations

9th and 10th Grade Math Proficiency Objectives Strand One: Number Sense and Operations Strand One: Number Sense and Operations Concept 1: Number Sense Understand and apply numbers, ways of representing numbers, the relationships among numbers, and different number systems. Justify with examples

More information

What can you prove by induction?

What can you prove by induction? MEI CONFERENCE 013 What can you prove by induction? Martyn Parker M.J.Parker@keele.ac.uk Contents Contents iii 1 Splitting Coins.................................................. 1 Convex Polygons................................................

More information

Spring Lake Middle School- Accelerated Math 7 Curriculum Map Updated: January 2018

Spring Lake Middle School- Accelerated Math 7 Curriculum Map Updated: January 2018 Domain Standard Learning Targets Resources Ratios and Proportional Relationships 7.RP.1 Compute unit rates associated with ratios of fractions, including ratios of lengths, areas and other quantities measured

More information

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2

MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS. + + x 1 x 2. x n 8 (4) 3 4 2 MATRIX ALGEBRA AND SYSTEMS OF EQUATIONS SYSTEMS OF EQUATIONS AND MATRICES Representation of a linear system The general system of m equations in n unknowns can be written a x + a 2 x 2 + + a n x n b a

More information

The Topology of k Equal Partial Decomposition Lattices

The Topology of k Equal Partial Decomposition Lattices University of Miami Scholarly Repository Open Access Dissertations Electronic Theses and Dissertations 2012-06-02 The Topology of k Equal Partial Decomposition Lattices Julian A. Moorehead University of

More information

21.1 Solving Equations by Factoring

21.1 Solving Equations by Factoring Name Class Date 1.1 Solving Equations by Factoring x + bx + c Essential Question: How can you use factoring to solve quadratic equations in standard form for which a = 1? Resource Locker Explore 1 Using

More information

A NATURAL EXTENSION OF THE YOUNG PARTITIONS LATTICE

A NATURAL EXTENSION OF THE YOUNG PARTITIONS LATTICE A NATURAL EXTENSION OF THE YOUNG PARTITIONS LATTICE C. BISI, G. CHIASELOTTI, G. MARINO, P.A. OLIVERIO Abstract. Recently Andrews introduced the concept of signed partition: a signed partition is a finite

More information

1 Sequences and Summation

1 Sequences and Summation 1 Sequences and Summation A sequence is a function whose domain is either all the integers between two given integers or all the integers greater than or equal to a given integer. For example, a m, a m+1,...,

More information

Fermat s Last Theorem for Regular Primes

Fermat s Last Theorem for Regular Primes Fermat s Last Theorem for Regular Primes S. M.-C. 22 September 2015 Abstract Fermat famously claimed in the margin of a book that a certain family of Diophantine equations have no solutions in integers.

More information

Sequences that satisfy a(n a(n)) = 0

Sequences that satisfy a(n a(n)) = 0 Sequences that satisfy a(n a(n)) = 0 Nate Kube Frank Ruskey October 13, 2005 Abstract We explore the properties of some sequences for which a(n a(n)) = 0. Under the natural restriction that a(n) < n the

More information

Clinton Community School District K-8 Mathematics Scope and Sequence

Clinton Community School District K-8 Mathematics Scope and Sequence 6_RP_1 6_RP_2 6_RP_3 Domain: Ratios and Proportional Relationships Grade 6 Understand the concept of a ratio and use ratio language to describe a ratio relationship between two quantities. Understand the

More information

Euler characteristic of the truncated order complex of generalized noncrossing partitions

Euler characteristic of the truncated order complex of generalized noncrossing partitions Euler characteristic of the truncated order complex of generalized noncrossing partitions D. Armstrong and C. Krattenthaler Department of Mathematics, University of Miami, Coral Gables, Florida 33146,

More information

Monotone Hamiltonian paths in the Boolean lattice of subsets

Monotone Hamiltonian paths in the Boolean lattice of subsets Monotone Hamiltonian paths in the Boolean lattice of subsets Csaba Biró and David Howard December 10, 2007 Abstract Consider the lattice whose elements are the subsets of the set of positive integers not

More information

Row and Column Distributions of Letter Matrices

Row and Column Distributions of Letter Matrices College of William and Mary W&M ScholarWorks Undergraduate Honors Theses Theses, Dissertations, & Master Projects 5-2016 Row and Column Distributions of Letter Matrices Xiaonan Hu College of William and

More information

The cocycle lattice of binary matroids

The cocycle lattice of binary matroids Published in: Europ. J. Comb. 14 (1993), 241 250. The cocycle lattice of binary matroids László Lovász Eötvös University, Budapest, Hungary, H-1088 Princeton University, Princeton, NJ 08544 Ákos Seress*

More information

Discrete Structures, Final Exam

Discrete Structures, Final Exam Discrete Structures, Final Exam Monday, May 11, 2009 SOLUTIONS 1. (40 pts) Short answer. Put your answer in the box. No partial credit. [ ] 0 1 (a) If A = and B = 1 0 [ ] 0 0 1. 0 1 1 [ 0 1 1 0 0 1 ],

More information

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School

Basic counting techniques. Periklis A. Papakonstantinou Rutgers Business School Basic counting techniques Periklis A. Papakonstantinou Rutgers Business School i LECTURE NOTES IN Elementary counting methods Periklis A. Papakonstantinou MSIS, Rutgers Business School ALL RIGHTS RESERVED

More information

Math 8 Notes Units 1B: One-Step Equations and Inequalities

Math 8 Notes Units 1B: One-Step Equations and Inequalities Math 8 Notes Units 1B: One-Step Equations and Inequalities Solving Equations Syllabus Objective: (1.10) The student will use order of operations to solve equations in the real number system. Equation a

More information

SYMMETRIC CHAIN DECOMPOSITION FOR CYCLIC QUOTIENTS OF BOOLEAN ALGEBRAS AND RELATION TO CYCLIC CRYSTALS

SYMMETRIC CHAIN DECOMPOSITION FOR CYCLIC QUOTIENTS OF BOOLEAN ALGEBRAS AND RELATION TO CYCLIC CRYSTALS SYMMETRIC CHAIN DECOMPOSITION FOR CYCLIC QUOTIENTS OF BOOLEAN ALGEBRAS AND RELATION TO CYCLIC CRYSTALS PATRICIA HERSH AND ANNE SCHILLING Abstract. The quotient of a Boolean algebra by a cyclic group is

More information

Tiling expression of minors

Tiling expression of minors Institute for Mathematics and its Applications Minneapolis, MN Colloquium University of British Columbia, Vancourver February, 0 Outline Introduction to the Enumeration of Tilings. Electrical networks

More information

CS1800: Mathematical Induction. Professor Kevin Gold

CS1800: Mathematical Induction. Professor Kevin Gold CS1800: Mathematical Induction Professor Kevin Gold Induction: Used to Prove Patterns Just Keep Going For an algorithm, we may want to prove that it just keeps working, no matter how big the input size

More information

Friday Four Square! Today at 4:15PM, Outside Gates

Friday Four Square! Today at 4:15PM, Outside Gates P and NP Friday Four Square! Today at 4:15PM, Outside Gates Recap from Last Time Regular Languages DCFLs CFLs Efficiently Decidable Languages R Undecidable Languages Time Complexity A step of a Turing

More information

Math 46 Final Exam Review Packet

Math 46 Final Exam Review Packet Math 46 Final Exam Review Packet Question 1. Perform the indicated operation. Simplify if possible. 7 x x 2 2x + 3 2 x Question 2. The sum of a number and its square is 72. Find the number. Question 3.

More information

Hermite normal form: Computation and applications

Hermite normal form: Computation and applications Integer Points in Polyhedra Gennady Shmonin Hermite normal form: Computation and applications February 24, 2009 1 Uniqueness of Hermite normal form In the last lecture, we showed that if B is a rational

More information

Mapping Common Core State Standard Clusters and. Ohio Grade Level Indicator. Grade 6 Mathematics

Mapping Common Core State Standard Clusters and. Ohio Grade Level Indicator. Grade 6 Mathematics Mapping Common Core State Clusters and Ohio s Grade Level Indicators: Grade 6 Mathematics Ratios and Proportional Relationships: Understand ratio concepts and use ratio reasoning to solve problems. 1.

More information