The Total Linear Discrepancy of an Ordered Set

Size: px
Start display at page:

Download "The Total Linear Discrepancy of an Ordered Set"

Transcription

1 The Total Linear Discrepancy of an Ordered Set David Howard School of Mathematics Georgia Institute of Technology, Atlanta, GA 02 USA Noah Streib School of Mathematics Georgia Institute of Technology Atlanta, GA 02 USA Randy Shull Computer Science Department Wellesley College Wellesley, MA USA October 18, 2009 Ann N. Trenk Department of Mathematics Wellesley College Wellesley, MA USA ABSTRACT In this paper we introduce the notion of the total linear discrepancy of a poset as a way of measuring the fairness of linear extensions. If L is a linear extension of a poset P, and x, y is an incomparable pair in P, the height difference between x and y in L is L(x) L(y). The total linear discrepancy of P in L is the sum over all incomparable pairs of these height differences. The total linear discrepancy of P is the minimum of this sum taken over all linear extensions L of P. While the problem of computing the (ordinary) linear discrepancy of a poset is NP-complete, the total linear discrepancy can be computed in polynomial time. Indeed, in this paper, we characterize those linear extensions that are optimal for total linear discrepancy. The characterization provides an easy way to count the number of optimal linear extensions. 1 Introduction In this paper we consider only finite posets. We begin with some definitions and notation. We denote the cardinality of set S by S. A poset P = (X, ) consists of a ground set X together with an order relation. If there are several posets 1

2 2 under consideration, we write P. When points x, y X are incomparable we write x P y or just x y. If there are no incomparabilities then P is a linear order or chain. A linear extension L of a poset P is a linear order that respects the relation of P, that is, x L y whenever x P y. The height of a point x in a linear order L, denoted by L(x), is the greatest cardinality of a chain whose maximum point is x. The downset of x X, denoted D(x), is {v X : v x}. Similarly, the upset of x X, denoted U(x), is {w X : x w}. The linear discrepancy of a poset, written ld(p ), was introduced by Tanenbaum, Trenk and Fishburn [?] as a measure of how far a poset is from being a linear order. It was studied further in [?], [?], [?], [?] and [?]. Formally, ld(p ) = min L max L(x) L(y) x y where the minimum is taken over all linear extensions L of P. The concept of linear discrepancy arises in many real world problems where a linear extension of a poset is required and in the interest of fairness it is desirable to choose one that minimizes the difference in height of incomparable points. Examples appear in [?]. In this paper we consider a different measure of fairness. Rather than seeking to minimize the maximum difference in height between incomparable elements, we now seek to minimize the average such difference. Equivalently, we seek to minimize the sum of such differences. 2 Total Linear Discrepancy Definition 1 The total linear discrepancy of a poset P, written tl(p ), is min L(x) L(y) L x y where the minimum is taken over all linear extensions L of P. A linear extension for which this minimum value is achieved is called optimal. It will sometimes be useful to refer to the sum in Definition?? for a particular linear extension. Definition 2 Let P be a poset and L be a linear extension of P. The total discrepancy of P in L, written t L (P ), is L(x) L(y). x y For example, the linear extension L : a b c d f e of the fish poset F from Figure?? has t L (F ) = 6. This linear extension is optimal since F contains five incomparable pairs, and point c participates in three of them. The linear extension L : a c b d f e has t L (F ) = 9 and thus is not optimal.

3 e 4 f c 0 d 0 a -4 b - Figure 1: Poset F labeled with net heights. There are no known efficient algorithms for computing the linear discrepancy of a poset. Indeed, the decision problem of determining whether ld(p ) k is NP-complete [?]. Surprisingly, the situation is quite different for total linear discrepancy. Not only can the total linear discrepancy of a poset be computed in polynomial time, but Theorem?? characterizes those linear extensions that are optimal. Intuitively, a point with large downset should appear higher in an optimal linear extension and one with large upset should appear lower. This motivates the following definitions which play a key role in characterizing optimal linear extensions. Definition Let P = (X, ) be a poset. The net height of x X, written ĥ(x), is D(x) U(x). Definition 4 A linear extension L of poset P is height ordered if L(x) < L(y) whenever ĥ(x) < ĥ(y). Figure?? shows the net height ĥ(x) listed next to each point x of the poset F. Observe that two points with equal net heights are incomparable and that comparable pairs of points have net heights that differ by at least two. We record this in the following remark. Remark 5 If x y in P then ĥ(x) + 2 ĥ(y). Proof. Given that x y, transitivity implies that D(x) D(y) and U(y) U(x). Indeed, D(x) + 1 D(y) and U(y) + 1 U(x) because x D(x)\D(y) and y U(x)\U(y). The result follows from the definition of net height. The next lemma calculates the effect on total discrepancy of swapping two consecutive points in a linear extension. We have seen an example of this lemma in the linear extensions L and L of the fish poset F. In that instance (with x = b and y = c) we have t L (F ) = 9 = ( ) = t L (F ) + ĥ(c) ĥ(b). Lemma 6 Let L be a linear extension of poset P and let x, y be incomparable elements in P with L(y) = L(x) + 1. If L is the linear extension of P formed by swapping x and y, then t L (P ) = t L (P ) + ĥ(y) ĥ(x).

4 4 Proof. Define to be t L (P ) t L (P ). For incomparable pairs u, v with u, v {x, y}, the terms L(u) L(v) and L (u) L (v) are identical. Similarly, they are identical for the incomparable pair x, y. Thus in computing we need only consider the contribution arising from incomparable pairs in which one point is in the set {x, y} and the other point t is not. Furthermore, if t is incomparable to both x and y then the sum L(t) L(x) + L(t) L(y) is equal to the sum L (t) L (y) + L (t) L (x). Thus we need only consider the pairs in which t is incomparable to one of x, y and comparable to the other. There are four such cases to consider in computing. (i) w : L(w) < L(x), w x, and w y. (ii) z : L(z) > L(y), x z, and z y. (iii) w : L(w ) < L(x), w x, and w y. (iv) z : L(z ) > L(y), z x, and y z Each point w in (i) and z in (ii) contributes +1 to, and each point w in (ii) and z in (iv) contributes 1 to. The number of points w in (i) is D(y) D(x) D(y) since each w with L(w) < L(x) will have either w x or w x. Similarly, the number of points z in (ii) is U(x) U(x) U(y), the number of points w in (iii) is D(x) D(x) D(y) and the number of points z in (iv) is U(y) U(x) U(y). Thus = D(y) + U(x) D(x) U(y) = ĥ(y) ĥ(x) as desired. We are now ready to characterize the linear extensions of P that are optimal with respect to total linear discrepancy. Theorem 7 A linear extension L is optimal with respect to total linear discrepancy if and only if L is height ordered. Proof. First we prove the forward direction. Assume, for a contradiction, that L is an optimal linear extension of P but that it is not height ordered. Let x, y be a pair of points so that L(x) < L(y) and ĥ(x) > ĥ(y) and for which L(y) L(x) is as small as possible. Suppose there exists a point z with L(x) < L(z) < L(y). If ĥ(x) > ĥ(z), then the pair x, z violates the minimality of L(y) L(x), and otherwise, ĥ(z) ĥ(x) > ĥ(y), in which case the pair z, y violates this minimality condition. Thus no such z exists and in fact L(y) L(x) = 1. Because ĥ(x) > ĥ(y), Remark?? implies that x y. Furthermore, since L is a linear extension of P and L(x) < L(y), we know y x. Thus x y. Swap x and y to obtain another linear extension L of P. By Lemma?? we have, t P (L ) = t P (L) + ĥ(y) ĥ(x) < t P (L). This contradicts the optimality of L. Next we prove the converse. Let ˆL be a linear extension of P that is height ordered and let L be a linear extension of P that is optimal with respect to total linear discrepancy. By the first half of this proof, L is also height ordered. Therefore, ˆL and L differ only in the order of points with the same net height and we can transform ˆL to L by a sequence of swaps of consecutive points with

5 5 equal net height. By the contrapositive of Remark??, each such swap involves an incomparable pair x, y with ĥ(x) = ĥ(y). By Lemma??, each swap leaves the total discrepancy unchanged thus t ˆL(P ) = t L (P ) and ˆL is also an optimal linear extension. Example 8 It follows from Theorem?? that the poset F in Figure?? has exactly two optimal linear extensions, where points c and d may appear in either order: a b {c, d} f e. In general, Theorem?? allows us to find an optimal linear extension efficiently and from there to calculate the total linear discrepancy. It also allows us to calculate the number of optimal linear extensions. We record these as corollaries. Corollary 9 Let P be a poset and a 1, a 2,..., a r be the set of distinct net heights that occur among points of P. If b i is the number of points of P that have net height equal to a i, then the number of linear extensions of P that are optimal is b 1! b 2! b r!. Corollary 10 A linear extension of a poset P that is optimal with respect to total linear discrepancy can be constructed in polynomial time. Special Classes of Posets In this section, we consider applying our results to several special classes of posets antichains, the standard examples S n of posets of dimension n, and the sum of chains. While Theorem?? allows us to determine precisely which linear extensions of a poset are optimal, it does not provide a closed form expression for the value of the total linear discrepancy. We do have formulas for the total linear discrepancy in two special cases. Lemma 11 If A n is an antichain on n points then tl(a n ) = ( n+1 Proof. We proceed by induction. For A 2 the result is clearly true. We assume tl(a k 1 ) = ( ) k and show tl(ak ) = ( ) k+1. Any linear extension L : x 1 x 2 x k of A k will be optimal, so we need only calculate t L (A k ) = 1 i<j k L(x i) L(x j ). Separating out the terms involving x k yields t L (A k ) = ( k 1) + tl(a k 1 ) = ( ) k + 2 ( ) k = ). ( k + 1 ). The poset S n = (X, ) is called the standard example of a poset of dimension n. It has as its ground set X = {x 1, x 2,..., x n } {y 1, y 2,..., y n }, and the only comparabilities are x i y j for i j.

6 6 Proposition 12 If S n is the standard example poset on n points then tl(s n ) = 2 ( ) n+1 + n 2. Proof. Each minimal element x i has net height ĥ(x i) = (n 1) and each maximal element y i has net height ĥ(y i) = (n 1). By Theorem??, any linear extension in which all the x s appear below all of the y s is optimal, so we will use the linear extension L : x 1 x 2 x n y 1 y 2 y n. The minimal points form an antichain as do the maximal points. For each incomparable pair of the form x i y i, we have L(x i ) L(y i ) = n. Thus, using Lemma??, we have ( ) n + 1 tl(s n ) = t L (S n ) = 2 tl(a n ) + n 2 = 2 + n 2. Theorem?? was obtained almost simultaneously in [?] where the authors use the term average relational distance. Acknowledgements: This article is an extension of the ideas in [?] by the second and fourth authors. We acknowledge Wellesley College undergraduate Alicia West for her work on Lemma?? and Proposition??. We also thank Alan Shuchat and Douglas West for suggestions that helped improve the presentation of this paper. References [1] G. Brightwell and V. Patel. Average relational distance in linear extensions of posets. Discrete Mathematics, this issue. [2] G.B. Chae, M. Cheong, and S.M. Kim. Irreducible posets of linear discrepancy 1 and 2. Far East J. Math. Sci. (FJMS), 22(2): , [] P.C. Fishburn, P.J. Tanenbaum, and A.N. Trenk. Linear discrepancy and bandwidth. Order, 18:27 245, [4] D.M. Howard, M.T. Keller, and S.J. Young. A characterization of partially ordered sets with linear discrepancy equal to 2. Order, 24:19 15, [5] D.M. Howard, G.B. Chae, M. Cheong, and S.M. Kim. Irreducible width 2 posets of linear discrepancy. Order, 25(2): , [6] M.T. Keller, and S.J. Young. A Brooks-type theorem for the bandwidth of interval graphs. Submitted for publication, [7] R. Shull, and A.N. Trenk. Total linear discrepancy for the sum of two chains. Department of Computer Science Technical Report #CSD-TR , Wellesley College, [8] P.J. Tanenbaum, A.N. Trenk, and P.C. Fishburn. Linear discrepancy and weak discrepancy of partially ordered sets. Order, 18: , 2001.

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

A CHARACTERIZATION OF PARTIALLY ORDERED SETS WITH LINEAR DISCREPANCY EQUAL TO 2

A CHARACTERIZATION OF PARTIALLY ORDERED SETS WITH LINEAR DISCREPANCY EQUAL TO 2 A CHARACTERIZATION OF PARTIALLY ORDERED SETS WITH LINEAR DISCREPANCY EQUAL TO 2 DAVID M. HOWARD, MITCHEL T. KELLER, AND STEPHEN J. YOUNG Abstract. The linear discrepancy of a poset P is the least k such

More information

ONLINE LINEAR DISCREPANCY OF PARTIALLY ORDERED SETS

ONLINE LINEAR DISCREPANCY OF PARTIALLY ORDERED SETS ONLINE LINEAR DISCREPANCY OF PARTIALLY ORDERED SETS MITCHEL T. KELLER, NOAH STREIB, AND WILLIAM T. TROTTER This article is dedicated to Professor Endre Szemerédi on the occasion of his 70 th birthday.

More information

Online Linear Discrepancy of Partially Ordered Sets

Online Linear Discrepancy of Partially Ordered Sets BOLYAI SOCIETY An Irregular Mind MATHEMATICAL STUDIES, 21 (Szemerédi is 70) pp. 1 15. Online Linear Discrepancy of Partially Ordered Sets MITCHEL T. KELLER, NOAH STREIB and WILLIAM T. TROTTER This article

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

ON THE STANLEY DEPTH OF SQUAREFREE VERONESE IDEALS

ON THE STANLEY DEPTH OF SQUAREFREE VERONESE IDEALS ON THE STANLEY DEPTH OF SQUAREFREE VERONESE IDEALS MITCHEL T. KELLER, YI-HUANG SHEN, NOAH STREIB, AND STEPHEN J. YOUNG ABSTRACT. Let K be a field and S = K[x 1,...,x n ]. In 1982, Stanley defined what

More information

INTERVAL PARTITIONS AND STANLEY DEPTH

INTERVAL PARTITIONS AND STANLEY DEPTH INTERVAL PARTITIONS AND STANLEY DEPTH CSABA BIRÓ, DAVID M. HOWARD, MITCHEL T. KELLER, WILLIAM. T. TROTTER, AND STEPHEN J. YOUNG Abstract. In this paper, we answer a question posed by Herzog, Vladoiu, and

More information

ON THE NUMBER OF COMPONENTS OF A GRAPH

ON THE NUMBER OF COMPONENTS OF A GRAPH Volume 5, Number 1, Pages 34 58 ISSN 1715-0868 ON THE NUMBER OF COMPONENTS OF A GRAPH HAMZA SI KADDOUR AND ELIAS TAHHAN BITTAR Abstract. Let G := (V, E be a simple graph; for I V we denote by l(i the number

More information

WHEN LINEAR AND WEAK DISCREPANCY ARE EQUAL

WHEN LINEAR AND WEAK DISCREPANCY ARE EQUAL WHEN LINEAR AND WEAK DISCREPANCY ARE EQUAL DAVID M. HOWARD AND STEPHEN J. YOUNG Absrac. The linear discrepancy of a pose P is he leas k such ha here is a linear exension L of P such ha if x and y are incomparable,

More information

Utility Representation of Lower Separable Preferences

Utility Representation of Lower Separable Preferences Utility Representation of Lower Separable Preferences Özgür Yılmaz June 2008 Abstract Topological separability is crucial for the utility representation of a complete preference relation. When preferences

More information

Unit Interval Orders of Open and Closed Intervals

Unit Interval Orders of Open and Closed Intervals Order (2016) 33:85 99 DOI 10.1007/s11083-015-9354-z Unit Interval Orders of Open and Closed Intervals Alan Shuchat 1 Randy Shull 2 AnnN.Trenk 1 Received: 12 January 2015 / Accepted: 21 April 2015 / Published

More information

COLORING CLEAN AND K 4 -FREE CIRCLE GRAPHS

COLORING CLEAN AND K 4 -FREE CIRCLE GRAPHS COLORING CLEAN AND K 4 -FREE CIRCLE GRAPHS ALEXANDR V. KOSTOCHKA AND KEVIN G. MILANS Abstract. A circle graph is the intersection graph of chords drawn in a circle. The best known general upper bound on

More information

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY

ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY ON TWO QUESTIONS ABOUT CIRCULAR CHOOSABILITY SERGUEI NORINE Abstract. We answer two questions of Zhu on circular choosability of graphs. We show that the circular list chromatic number of an even cycle

More information

Math 3012 Applied Combinatorics Lecture 14

Math 3012 Applied Combinatorics Lecture 14 October 6, 2015 Math 3012 Applied Combinatorics Lecture 14 William T. Trotter trotter@math.gatech.edu Three Posets with the Same Cover Graph Exercise How many posets altogether have the same cover graph

More information

ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY

ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY ON THE BRUHAT ORDER OF THE SYMMETRIC GROUP AND ITS SHELLABILITY YUFEI ZHAO Abstract. In this paper we discuss the Bruhat order of the symmetric group. We give two criteria for comparing elements in this

More information

Greedy Trees, Caterpillars, and Wiener-Type Graph Invariants

Greedy Trees, Caterpillars, and Wiener-Type Graph Invariants Georgia Southern University Digital Commons@Georgia Southern Mathematical Sciences Faculty Publications Mathematical Sciences, Department of 2012 Greedy Trees, Caterpillars, and Wiener-Type Graph Invariants

More information

Self-dual interval orders and row-fishburn matrices

Self-dual interval orders and row-fishburn matrices Self-dual interval orders and row-fishburn matrices Sherry H. F. Yan Department of Mathematics Zhejiang Normal University Jinhua 321004, P.R. China huifangyan@hotmail.com Yuexiao Xu Department of Mathematics

More information

Prime and Irreducible Ideals in Subtraction Algebras

Prime and Irreducible Ideals in Subtraction Algebras International Mathematical Forum, 3, 2008, no. 10, 457-462 Prime and Irreducible Ideals in Subtraction Algebras Young Bae Jun Department of Mathematics Education Gyeongsang National University, Chinju

More information

Hamiltonian Cycles and Symmetric Chains in Boolean Lattices

Hamiltonian Cycles and Symmetric Chains in Boolean Lattices Graphs and Combinatorics (2014) 30:1565 1586 DOI 10.1007/s00373-013-1350-8 ORIGINAL PAPER Hamiltonian Cycles and Symmetric Chains in Boolean Lattices Noah Streib William T. Trotter Received: 30 April 2012

More information

2 S. FELSNER, W. T. TROTTER S. S. Kislitsyn [9] made the following conjecture, which remains of the most intriguing problems in the combinatorial theo

2 S. FELSNER, W. T. TROTTER S. S. Kislitsyn [9] made the following conjecture, which remains of the most intriguing problems in the combinatorial theo COLLOQUIA MATHEMATICA SOCIETATIS J ANOS BOLYA I 64. COMBINATORICS, KESZTHELY (HUNGARY), 1993 Balancing Pairs in Partially Ordered Sets S. FELSNER 1 and W. T. TROTTER Dedicated to Paul Erdos on his eightieth

More information

NEW PERSPECTIVES ON INTERVAL ORDERS AND INTERVAL GRAPHS

NEW PERSPECTIVES ON INTERVAL ORDERS AND INTERVAL GRAPHS NEW PERSPECTIVES ON INTERVAL ORDERS AND INTERVAL GRAPHS WILLIAM T. TROTTER Abstract. Interval orders and interval graphs are particularly natural examples of two widely studied classes of discrete structures:

More information

Erdős-Ko-Rado theorems on the weak Bruhat lattice

Erdős-Ko-Rado theorems on the weak Bruhat lattice Erdős-Ko-Rado theorems on the weak Bruhat lattice Susanna Fishel, Glenn Hurlbert, Vikram Kamat, Karen Meagher December 14, 2018 Abstract Let L = (X, ) be a lattice. For P X we say that P is t-intersecting

More information

DISTRIBUTIVE LATTICES ON GRAPH ORIENTATIONS

DISTRIBUTIVE LATTICES ON GRAPH ORIENTATIONS DISTRIBUTIVE LATTICES ON GRAPH ORIENTATIONS KOLJA B. KNAUER ABSTRACT. Propp gave a construction method for distributive lattices on a class of orientations of a graph called c-orientations. Given a distributive

More information

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

COMBINATORIAL PROBLEMS FOR GRAPHS AND PARTIALLY ORDERED SETS

COMBINATORIAL PROBLEMS FOR GRAPHS AND PARTIALLY ORDERED SETS COMBINATORIAL PROBLEMS FOR GRAPHS AND PARTIALLY ORDERED SETS A Thesis Presented to The Academic Faculty by Ruidong Wang In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in

More information

PROBLEMS AND RESULTS IN PARTIALLY ORDERED SETS, GRAPHS AND GEOMETRY

PROBLEMS AND RESULTS IN PARTIALLY ORDERED SETS, GRAPHS AND GEOMETRY PROBLEMS AND RESULTS IN PARTIALLY ORDERED SETS, GRAPHS AND GEOMETRY A Thesis Presented to The Academic Faculty by Csaba Biró In Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy

More information

Math 344 Lecture # Linear Systems

Math 344 Lecture # Linear Systems Math 344 Lecture #12 2.7 Linear Systems Through a choice of bases S and T for finite dimensional vector spaces V (with dimension n) and W (with dimension m), a linear equation L(v) = w becomes the linear

More information

An equity-efficiency trade-off in a geometric approach to committee selection Daniel Eckert and Christian Klamler

An equity-efficiency trade-off in a geometric approach to committee selection Daniel Eckert and Christian Klamler An equity-efficiency trade-off in a geometric approach to committee selection Daniel Eckert and Christian Klamler An equity-efficiency trade-off in a geometric approach to committee selection Daniel Eckert

More information

Linear Extension Counting is Fixed- Parameter Tractable in Essential Width

Linear Extension Counting is Fixed- Parameter Tractable in Essential Width Linear Extension Counting is Fixed- Parameter Tractable in Essential Width Joshua Cooper University of South Carolina Department of Mathematics AMS Southeastern Sectional Fall 2013 University of Louisville,

More information

On Antichains in Product Posets

On Antichains in Product Posets On Antichains in Product Posets Sergei L. Bezrukov Department of Math and Computer Science University of Wisconsin - Superior Superior, WI 54880, USA sb@mcs.uwsuper.edu Ian T. Roberts School of Engineering

More information

GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017)

GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017) GRAPH ALGORITHMS Week 7 (13 Nov - 18 Nov 2017) C. Croitoru croitoru@info.uaic.ro FII November 12, 2017 1 / 33 OUTLINE Matchings Analytical Formulation of the Maximum Matching Problem Perfect Matchings

More information

FIVE-LIST-COLORING GRAPHS ON SURFACES II. A LINEAR BOUND FOR CRITICAL GRAPHS IN A DISK

FIVE-LIST-COLORING GRAPHS ON SURFACES II. A LINEAR BOUND FOR CRITICAL GRAPHS IN A DISK FIVE-LIST-COLORING GRAPHS ON SURFACES II. A LINEAR BOUND FOR CRITICAL GRAPHS IN A DISK Luke Postle 1 Department of Combinatorics and Optimization University of Waterloo Waterloo, ON Canada N2L 3G1 and

More information

DIMENSION AND CUT VERTICES: AN APPLICATION OF RAMSEY THEORY

DIMENSION AND CUT VERTICES: AN APPLICATION OF RAMSEY THEORY DIMENSION AND CUT VERTICES: AN APPLICATION OF RAMSEY THEORY WILLIAM T. TROTTER, BARTOSZ WALCZAK, AND RUIDONG WANG This paper is dedicated to Ronald L. Graham in celebration of his 80th birthday and in

More information

MTH 215: Introduction to Linear Algebra

MTH 215: Introduction to Linear Algebra MTH 215: Introduction to Linear Algebra Lecture 5 Jonathan A. Chávez Casillas 1 1 University of Rhode Island Department of Mathematics September 20, 2017 1 LU Factorization 2 3 4 Triangular Matrices Definition

More information

The Saturation Number of Induced Subposets of the Boolean Lattice

The Saturation Number of Induced Subposets of the Boolean Lattice The Saturation Number of Induced Subposets of the Boolean Lattice Michael Ferrara a, Bill Kay b, Lucas Kramer c,1, Ryan R. Martin d, Benjamin Reiniger e, Heather C. Smith f,, Eric Sullivan a a Department

More information

arxiv: v1 [math.co] 16 Feb 2018

arxiv: v1 [math.co] 16 Feb 2018 CHAIN POSETS arxiv:1802.05813v1 [math.co] 16 Feb 2018 IAN T. JOHNSON Abstract. A chain poset, by definition, consists of chains of ordered elements in a poset. We study the chain posets associated to two

More information

COMBINATORIAL CURVE NEIGHBORHOODS FOR THE AFFINE FLAG MANIFOLD OF TYPE A 1 1

COMBINATORIAL CURVE NEIGHBORHOODS FOR THE AFFINE FLAG MANIFOLD OF TYPE A 1 1 COMBINATORIAL CURVE NEIGHBORHOODS FOR THE AFFINE FLAG MANIFOLD OF TYPE A 1 1 LEONARDO C. MIHALCEA AND TREVOR NORTON Abstract. Let X be the affine flag manifold of Lie type A 1 1. Its moment graph encodes

More information

AN AXIOMATIC CHARACTERIZATION OF THE GABRIEL-ROITER MEASURE

AN AXIOMATIC CHARACTERIZATION OF THE GABRIEL-ROITER MEASURE AN AXIOMATIC CHARACTERIZATION OF THE GABRIEL-ROITER MEASURE HENNING KRAUSE Abstract. Given an abelian length category A, the Gabriel-Roiter measure with respect to a length function l is characterized

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

Properties and Classification of the Wheels of the OLS Polytope.

Properties and Classification of the Wheels of the OLS Polytope. Properties and Classification of the Wheels of the OLS Polytope. G. Appa 1, D. Magos 2, I. Mourtos 1 1 Operational Research Department, London School of Economics. email: {g.appa, j.mourtos}@lse.ac.uk

More information

Quotients of Poincaré Polynomials Evaluated at 1

Quotients of Poincaré Polynomials Evaluated at 1 Journal of Algebraic Combinatorics 13 (2001), 29 40 c 2001 Kluwer Academic Publishers. Manufactured in The Netherlands. Quotients of Poincaré Polynomials Evaluated at 1 OLIVER D. ENG Epic Systems Corporation,

More information

Unification and Projectivity in De Morgan and Kleene Algebras

Unification and Projectivity in De Morgan and Kleene Algebras Unification and Projectivity in De Morgan and Kleene Algebras Simone Bova Institut für Informationssysteme Technische Universität Wien (Wien, Austria) simone.bova@tuwien.ac.at Leonardo Cabrer Mathematics

More information

Lecture 6c: Green s Relations

Lecture 6c: Green s Relations Lecture 6c: Green s Relations We now discuss a very useful tool in the study of monoids/semigroups called Green s relations Our presentation draws from [1, 2] As a first step we define three relations

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

Robin Thomas and Peter Whalen. School of Mathematics Georgia Institute of Technology Atlanta, Georgia , USA

Robin Thomas and Peter Whalen. School of Mathematics Georgia Institute of Technology Atlanta, Georgia , USA Odd K 3,3 subdivisions in bipartite graphs 1 Robin Thomas and Peter Whalen School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332-0160, USA Abstract We prove that every internally

More information

The Number of Linear Extensions of the Boolean Lattice

The Number of Linear Extensions of the Boolean Lattice The Number of Linear Extensions of the Boolean Lattice Graham R. Brightwell Department of Mathematics London School of Economics Houghton St. London WC2A 2AE England Prasad Tetali School of Mathematics

More information

MINIMIZING SETUPS FOR CYCLE-FREE ORDERED SETS

MINIMIZING SETUPS FOR CYCLE-FREE ORDERED SETS proceedings of the american mathematical society Volume 85, Number 4, August 1982 MINIMIZING SETUPS FOR CYCLE-FREE ORDERED SETS D. DUFFUS, I. RIVAL AND P. WINKLER Abstract. A machine performs a set of

More information

3-choosability of triangle-free planar graphs with constraint on 4-cycles

3-choosability of triangle-free planar graphs with constraint on 4-cycles 3-choosability of triangle-free planar graphs with constraint on 4-cycles Zdeněk Dvořák Bernard Lidický Riste Škrekovski Abstract A graph is k-choosable if it can be colored whenever every vertex has a

More information

Lecture 15: A Brief Look at PCP

Lecture 15: A Brief Look at PCP IAS/PCMI Summer Session 2000 Clay Mathematics Undergraduate Program Basic Course on Computational Complexity Lecture 15: A Brief Look at PCP David Mix Barrington and Alexis Maciel August 4, 2000 1. Overview

More information

Here, logx denotes the natural logarithm of x. Mrsky [7], and later Cheo and Yien [2], proved that iz;.(»)=^io 8 "0(i).

Here, logx denotes the natural logarithm of x. Mrsky [7], and later Cheo and Yien [2], proved that iz;.(»)=^io 8 0(i). Curtis Cooper f Robert E* Kennedy, and Milo Renberg Dept. of Mathematics, Central Missouri State University, Warrensburg, MO 64093-5045 (Submitted January 1997-Final Revision June 1997) 0. INTRODUCTION

More information

DENSELY k-separable COMPACTA ARE DENSELY SEPARABLE

DENSELY k-separable COMPACTA ARE DENSELY SEPARABLE DENSELY k-separable COMPACTA ARE DENSELY SEPARABLE ALAN DOW AND ISTVÁN JUHÁSZ Abstract. A space has σ-compact tightness if the closures of σ-compact subsets determines the topology. We consider a dense

More information

3-CHOOSABILITY OF TRIANGLE-FREE PLANAR GRAPHS WITH CONSTRAINT ON 4-CYCLES

3-CHOOSABILITY OF TRIANGLE-FREE PLANAR GRAPHS WITH CONSTRAINT ON 4-CYCLES University of Ljubljana Institute of Mathematics, Physics and Mechanics Department of Mathematics Jadranska 19, 1000 Ljubljana, Slovenia Preprint series, Vol. 47 (2009), 1080 3-CHOOSABILITY OF TRIANGLE-FREE

More information

Standard paths in another composition poset

Standard paths in another composition poset Standard paths in another composition poset Jan Snellman Department of Mathematics, Stockholm University SE-10691 Stockholm, Sweden Jan.Snellmanmath.su.se Submitted: Oct 8, 2003; Accepted: Oct 17, 2004;

More information

MODAL, NECESSITY, SUFFICIENCY AND CO-SUFFICIENCY OPERATORS. Yong Chan Kim

MODAL, NECESSITY, SUFFICIENCY AND CO-SUFFICIENCY OPERATORS. Yong Chan Kim Korean J. Math. 20 2012), No. 3, pp. 293 305 MODAL, NECESSITY, SUFFICIENCY AND CO-SUFFICIENCY OPERATORS Yong Chan Kim Abstract. We investigate the properties of modal, necessity, sufficiency and co-sufficiency

More information

EQUALITY OF P -PARTITION GENERATING FUNCTIONS

EQUALITY OF P -PARTITION GENERATING FUNCTIONS EQUALITY OF P -PARTITION GENERATING FUNCTIONS PETER R. W. MCNAMARA AND RYAN E. WARD Abstract. To every labeled poset (P, ω), one can associate a quasisymmetric generating function for its (P, ω)-partitions.

More information

APPLICATIONS OF THE PROBABILISTIC METHOD TO PARTIALLY ORDERED SETS

APPLICATIONS OF THE PROBABILISTIC METHOD TO PARTIALLY ORDERED SETS APPLICATIONS OF THE PROBABILISTIC METHOD TO PARTIALLY ORDERED SETS WILLIAM T. TROTTER This paper is dedicated to Paul Erdős with appreciation for his impact on mathematics and the lives of mathematicians

More information

2014:05 Incremental Greedy Algorithm and its Applications in Numerical Integration. V. Temlyakov

2014:05 Incremental Greedy Algorithm and its Applications in Numerical Integration. V. Temlyakov INTERDISCIPLINARY MATHEMATICS INSTITUTE 2014:05 Incremental Greedy Algorithm and its Applications in Numerical Integration V. Temlyakov IMI PREPRINT SERIES COLLEGE OF ARTS AND SCIENCES UNIVERSITY OF SOUTH

More information

Definability in the Enumeration Degrees

Definability in the Enumeration Degrees Definability in the Enumeration Degrees Theodore A. Slaman W. Hugh Woodin Abstract We prove that every countable relation on the enumeration degrees, E, is uniformly definable from parameters in E. Consequently,

More information

Tree sets. Reinhard Diestel

Tree sets. Reinhard Diestel 1 Tree sets Reinhard Diestel Abstract We study an abstract notion of tree structure which generalizes treedecompositions of graphs and matroids. Unlike tree-decompositions, which are too closely linked

More information

Bell Communications Research, 445 South Street, Morristown, NJ 07962, U.S.A., and Technische Universitat

Bell Communications Research, 445 South Street, Morristown, NJ 07962, U.S.A., and Technische Universitat On the Fractional Dimension of Partially Ordered Sets STEFAN FELSNER Bell Communications Research, 445 South Street, Morristown, NJ 07962, U.S.A., and Technische Universitat Berlin, Fachbereich Mathematik,

More information

Free Weak Nilpotent Minimum Algebras

Free Weak Nilpotent Minimum Algebras Algorithms and Complexity Group Institute of Computer Graphics and Algorithms TU Wien, Vienna, Austria April 01 Free Weak Nilpotent Minimum Algebras Stefano Aguzzoli, Simone Bova, and Diego Valota This

More information

Technical Results on Regular Preferences and Demand

Technical Results on Regular Preferences and Demand Division of the Humanities and Social Sciences Technical Results on Regular Preferences and Demand KC Border Revised Fall 2011; Winter 2017 Preferences For the purposes of this note, a preference relation

More information

Isomorphisms between pattern classes

Isomorphisms between pattern classes Journal of Combinatorics olume 0, Number 0, 1 8, 0000 Isomorphisms between pattern classes M. H. Albert, M. D. Atkinson and Anders Claesson Isomorphisms φ : A B between pattern classes are considered.

More information

Generalized Dynamic Storage Allocation

Generalized Dynamic Storage Allocation Discrete Mathematics and Theoretical Computer Science DMTCS vol. (subm.), by the authors, 1 1 Generalized Dynamic Storage Allocation H.A. Kierstead 1 and Karin R. Saoub 2 1 School of Mathematical and Statistical

More information

Diametral Pairs of Linear Extensions

Diametral Pairs of Linear Extensions Diametral Pairs of Linear Extensions Graham Brightwell and Mareike Massow arxiv:0809.1828v1 [math.co] 10 Sep 2008 October 27, 2018 Abstract Given a finite poset P, we consider pairs of linear extensions

More information

Faithful embedding on finite orders classes

Faithful embedding on finite orders classes Faithful embedding on finite orders classes Alain Guillet Jimmy Leblet Jean-Xavier Rampon Abstract We investigate, in the particular case of finite orders classes, the notion of faithful embedding among

More information

LCM LATTICES SUPPORTING PURE RESOLUTIONS

LCM LATTICES SUPPORTING PURE RESOLUTIONS LCM LATTICES SUPPORTING PURE RESOLUTIONS CHRISTOPHER A. FRANCISCO, JEFFREY MERMIN, AND JAY SCHWEIG Abstract. We characterize the lcm lattices that support a monomial ideal with a pure resolution. Given

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

arxiv:math/ v1 [math.rt] 9 Apr 2006

arxiv:math/ v1 [math.rt] 9 Apr 2006 AN AXIOMATIC CHARACTERIZATION OF THE GABRIEL-ROITER MEASURE HENNING KRAUSE arxiv:math/0604202v1 [math.rt] 9 Apr 2006 Abstract. Given an abelian length category A, the Gabriel-Roiter measure with respect

More information

Radio Number for Square Paths

Radio Number for Square Paths Radio Number for Square Paths Daphne Der-Fen Liu Department of Mathematics California State University, Los Angeles Los Angeles, CA 9003 Melanie Xie Department of Mathematics East Los Angeles College Monterey

More information

Chromatic Ramsey number of acyclic hypergraphs

Chromatic Ramsey number of acyclic hypergraphs Chromatic Ramsey number of acyclic hypergraphs András Gyárfás Alfréd Rényi Institute of Mathematics Hungarian Academy of Sciences Budapest, P.O. Box 127 Budapest, Hungary, H-1364 gyarfas@renyi.hu Alexander

More information

An introduction to Hodge algebras

An introduction to Hodge algebras An introduction to Hodge algebras Federico Galetto May 28, 2009 The Grassmannian Let k be a field, E a k-vector space of dimension m Define Grass(n, E) := {V E dim V = n} If {e 1,, e m } is a basis of

More information

arxiv: v1 [cs.dm] 12 Jun 2016

arxiv: v1 [cs.dm] 12 Jun 2016 A Simple Extension of Dirac s Theorem on Hamiltonicity Yasemin Büyükçolak a,, Didem Gözüpek b, Sibel Özkana, Mordechai Shalom c,d,1 a Department of Mathematics, Gebze Technical University, Kocaeli, Turkey

More information

Homework 8 Solutions to Selected Problems

Homework 8 Solutions to Selected Problems Homework 8 Solutions to Selected Problems June 7, 01 1 Chapter 17, Problem Let f(x D[x] and suppose f(x is reducible in D[x]. That is, there exist polynomials g(x and h(x in D[x] such that g(x and h(x

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

4-coloring P 6 -free graphs with no induced 5-cycles

4-coloring P 6 -free graphs with no induced 5-cycles 4-coloring P 6 -free graphs with no induced 5-cycles Maria Chudnovsky Department of Mathematics, Princeton University 68 Washington Rd, Princeton NJ 08544, USA mchudnov@math.princeton.edu Peter Maceli,

More information

Planar Posets and Minimal Elements

Planar Posets and Minimal Elements SIAM Discrete Math - June 17, 2014 Planar Posets and Minimal Elements William T. Trotter trotter@math.gatech.edu Joint Research with Ruidong Wang Ph.D. Georgia Tech, 2015 (anticipated) Planar Posets Definition

More information

{2, 2}-Extendability of Planar Graphs

{2, 2}-Extendability of Planar Graphs International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 6, Issue 6 (March 2013), PP. 61-66 {2, 2}-Extendability of Planar Graphs Dharmaiah

More information

3-choosability of triangle-free planar graphs with constraints on 4-cycles

3-choosability of triangle-free planar graphs with constraints on 4-cycles 3-choosability of triangle-free planar graphs with constraints on 4-cycles Zdeněk Dvořák Bernard Lidický Riste Škrekovski Abstract A graph is k-choosable if it can be colored whenever every vertex has

More information

ESTIMATES FOR THE MONGE-AMPERE EQUATION

ESTIMATES FOR THE MONGE-AMPERE EQUATION GLOBAL W 2,p ESTIMATES FOR THE MONGE-AMPERE EQUATION O. SAVIN Abstract. We use a localization property of boundary sections for solutions to the Monge-Ampere equation obtain global W 2,p estimates under

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

Extreme Point Solutions for Infinite Network Flow Problems

Extreme Point Solutions for Infinite Network Flow Problems Extreme Point Solutions for Infinite Network Flow Problems H. Edwin Romeijn Dushyant Sharma Robert L. Smith January 3, 004 Abstract We study capacitated network flow problems with supplies and demands

More information

Section 4.2 The Mean Value Theorem

Section 4.2 The Mean Value Theorem Section 4.2 The Mean Value Theorem Ruipeng Shen October 2nd Ruipeng Shen MATH 1ZA3 October 2nd 1 / 11 Rolle s Theorem Theorem (Rolle s Theorem) Let f (x) be a function that satisfies: 1. f is continuous

More information

arxiv: v1 [cs.dm] 26 Apr 2010

arxiv: v1 [cs.dm] 26 Apr 2010 A Simple Polynomial Algorithm for the Longest Path Problem on Cocomparability Graphs George B. Mertzios Derek G. Corneil arxiv:1004.4560v1 [cs.dm] 26 Apr 2010 Abstract Given a graph G, the longest path

More information

A quasisymmetric function generalization of the chromatic symmetric function

A quasisymmetric function generalization of the chromatic symmetric function A quasisymmetric function generalization of the chromatic symmetric function Brandon Humpert University of Kansas Lawrence, KS bhumpert@math.ku.edu Submitted: May 5, 2010; Accepted: Feb 3, 2011; Published:

More information

where c R and the content of f is one. 1

where c R and the content of f is one. 1 9. Gauss Lemma Obviously it would be nice to have some more general methods of proving that a given polynomial is irreducible. The first is rather beautiful and due to Gauss. The basic idea is as follows.

More information

Downloaded 03/01/17 to Redistribution subject to SIAM license or copyright; see

Downloaded 03/01/17 to Redistribution subject to SIAM license or copyright; see SIAM J. DISCRETE MATH. Vol. 31, No. 1, pp. 335 382 c 2017 Society for Industrial and Applied Mathematics PARTITION CONSTRAINED COVERING OF A SYMMETRIC CROSSING SUPERMODULAR FUNCTION BY A GRAPH ATTILA BERNÁTH,

More information

Duality in the Combinatorics of Posets

Duality in the Combinatorics of Posets University of Minnesota, September 12, 2014 Duality in the Combinatorics of Posets William T. Trotter trotter@math.gatech.edu Diagram for a Poset on 26 points Terminology: b < i and s < y. j covers a.

More information

K 4 -free graphs with no odd holes

K 4 -free graphs with no odd holes K 4 -free graphs with no odd holes Maria Chudnovsky 1 Columbia University, New York NY 10027 Neil Robertson 2 Ohio State University, Columbus, Ohio 43210 Paul Seymour 3 Princeton University, Princeton

More information

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles

The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles The Multiple Traveling Salesman Problem with Time Windows: Bounds for the Minimum Number of Vehicles Snežana Mitrović-Minić Ramesh Krishnamurti School of Computing Science, Simon Fraser University, Burnaby,

More information

Disjoint Hamiltonian Cycles in Bipartite Graphs

Disjoint Hamiltonian Cycles in Bipartite Graphs Disjoint Hamiltonian Cycles in Bipartite Graphs Michael Ferrara 1, Ronald Gould 1, Gerard Tansey 1 Thor Whalen Abstract Let G = (X, Y ) be a bipartite graph and define σ (G) = min{d(x) + d(y) : xy / E(G),

More information

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem

Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem 56 Chapter 7 Locally convex spaces, the hyperplane separation theorem, and the Krein-Milman theorem Recall that C(X) is not a normed linear space when X is not compact. On the other hand we could use semi

More information

arxiv: v1 [math.co] 7 Nov 2018

arxiv: v1 [math.co] 7 Nov 2018 DP-4-COLORABILITY OF TWO CLASSES OF PLANAR GRAPHS LILY CHEN 1 AND RUNRUN LIU 2 AND GEXIN YU 2, AND REN ZHAO 1 AND XIANGQIAN ZHOU 1,4 arxiv:1811.02920v1 [math.co] Nov 2018 1 School of Mathematical Sciences,

More information

FULLY COMMUTATIVE ELEMENTS AND KAZHDAN LUSZTIG CELLS IN THE FINITE AND AFFINE COXETER GROUPS. Jian-yi Shi

FULLY COMMUTATIVE ELEMENTS AND KAZHDAN LUSZTIG CELLS IN THE FINITE AND AFFINE COXETER GROUPS. Jian-yi Shi FULLY COMMUTATIVE ELEMENTS AND KAZHDAN LUSZTIG CELLS IN THE FINITE AND AFFINE COXETER GROUPS Jian-yi Shi Abstract. The main goal of the paper is to show that the fully commutative elements in the affine

More information

Boolean Inner-Product Spaces and Boolean Matrices

Boolean Inner-Product Spaces and Boolean Matrices Boolean Inner-Product Spaces and Boolean Matrices Stan Gudder Department of Mathematics, University of Denver, Denver CO 80208 Frédéric Latrémolière Department of Mathematics, University of Denver, Denver

More information

PROPOSITIONAL MIXED LOGIC: ITS SYNTAX AND SEMANTICS

PROPOSITIONAL MIXED LOGIC: ITS SYNTAX AND SEMANTICS PROPOSITIONAL MIXED LOGIC: ITS SYNTAX AND SEMANTICS Karim NOUR 1 and Abir NOUR 2 Abstract In this paper, we present a propositional logic (called mixed logic) containing disjoint copies of minimal, intuitionistic

More information

Well-quasi-ordering and finite distinguishing number

Well-quasi-ordering and finite distinguishing number Well-quasi-ordering and finite distinguishing number Aistis Atminas Department of Mathematics London School of Economics London, WC2A 2AE United Kingdom Robert Brignall Department of Mathematics and Statistics

More information

Tope Graph of Oriented Matroids

Tope Graph of Oriented Matroids Tope Graph of Oriented Matroids Clara Brioschi, Legi: 12-946-554 1 st December 2013 1 Introduction and Definitions In this report I will first define tope graphs of oriented matroids and their geometric

More information

HW2 Solutions Problem 1: 2.22 Find the sign and inverse of the permutation shown in the book (and below).

HW2 Solutions Problem 1: 2.22 Find the sign and inverse of the permutation shown in the book (and below). Teddy Einstein Math 430 HW Solutions Problem 1:. Find the sign and inverse of the permutation shown in the book (and below). Proof. Its disjoint cycle decomposition is: (19)(8)(37)(46) which immediately

More information

Ergodic Theorems. Samy Tindel. Purdue University. Probability Theory 2 - MA 539. Taken from Probability: Theory and examples by R.

Ergodic Theorems. Samy Tindel. Purdue University. Probability Theory 2 - MA 539. Taken from Probability: Theory and examples by R. Ergodic Theorems Samy Tindel Purdue University Probability Theory 2 - MA 539 Taken from Probability: Theory and examples by R. Durrett Samy T. Ergodic theorems Probability Theory 1 / 92 Outline 1 Definitions

More information