"Science, Faculty of"@en . "Mathematics, Department of"@en . "DSpace"@en . "UBCV"@en . "Raggi, Miguel"@en . "2011-08-09T17:05:00Z"@en . "2011"@en . "Doctor of Philosophy - PhD"@en . "University of British Columbia"@en . "In this work we explore the field of Forbidden Configurations, a problem in Extremal Set Theory. We consider a family of subsets of {1,2,...,m} as the corresponding {0,1}-incidence matrix. For {0,1}-matrices F, A, we say F is a *subconfiguration* of A if A has a submatrix which is a row and column permutation of F. We say a {0,1}-matrix is *simple* if it has no repeated columns. Let ||A|| denote the number of columns of A. A {0,1}-matrix F with row and column order stripped is a *configuration*. Given m and a family of configurations G, our main function of study is forb(m,G) := max{||A|| : A simple and for all F in G, we have F not a subconfiguration of A }. We give a general introduction to the main ideas and previous work done in the topic. We develop a new more computational approach that allows us to tackle larger problems. Then we present an array of new results, many of which were solved in part thanks to the new computational approach."@en . "https://circle.library.ubc.ca/rest/handle/2429/36598?expand=metadata"@en . "Forbidden Configurations by Miguel Raggi a thesis submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the faculty of graduate studies (Mathematics) The University Of British Columbia (Vancouver) August 2011 c\u00C2\u00A9 Miguel Raggi, 2011 Abstract In this work we explore the field of Forbidden Configurations, a problem in Extremal Set Theory. We consider a family of subsets of {1, 2, ...,m} as the corresponding {0, 1}-incidence matrix. For {0, 1}-matrices F , A, we write F \u00E2\u0089\u00BA A if A has a submatrix which is a row and column permutation of F . We say a {0, 1}-matrix is simple if it has no repeated columns. Let \u00E2\u0080\u0096A\u00E2\u0080\u0096 denote the number of columns of A. A {0, 1}-matrix F with row and column order stripped is a configuration. Given m \u00E2\u0088\u0088 N and a family of configurations F , our main function of study is forb(m,F) := max{\u00E2\u0080\u0096A\u00E2\u0080\u0096 : A simple and for all F \u00E2\u0088\u0088 F we have F \u00E2\u008A\u0080 A}. We give a general introduction to the main ideas and previous work done in the topic. We develop a new more computational approach that allows us to tackle larger problems. Then we present an array of new results, many of which were solved in part thanks to the new computational approach. We use both new ideas and new spins on old ideas to tackle the problems. The new results include finding exact bounds on small configurations that were previously unknown, and proving some previously conjectured asymptotic bounds for \u00E2\u0080\u009Cboundary\u00E2\u0080\u009D configurations. We also develop a relationship between Forbidden Configura- tions and Patterns, which we use to prove some results. ii Preface Most of the results in this thesis were done jointly with both Dr. Richard Anstee and Dr. At- tila Sali and we produced four (submitted) papers. There are three papers with Dr. Anstee and Dr. Sali: \u00E2\u0080\u009CEvidence for a Forbidden Configuration Conjecture; one more case solved,\u00E2\u0080\u009D [ARS10a], \u00E2\u0080\u009CForbidden Configurations: Quadratic Bounds,\u00E2\u0080\u009D [ARS11] and \u00E2\u0080\u009CForbidden Con- figurations and Product Constructions,\u00E2\u0080\u009D [ARS10b]. There is one with Dr. Anstee, \u00E2\u0080\u009CGenetic Algorithms applied to problems of Forbidden Configurations,\u00E2\u0080\u009D [AR11]. The preprints for these papers can be downloaded from http://www.math.ubc.ca/\u00E2\u0088\u00BCanstee/. A more detailed description is in order. Chapter 1 and Chapter 2 have an introductory character and the ideas contained in them were thought of before I was involved. Chapter 3 is mostly my doing, under the supervision of Dr. Anstee. I wrote all the code and developed the algorithms, but of course, with good advice and encouragement from my supervisor. From Chapter 4, Section 4.1 (from [AR11]) and Section 4.2 (from [ARS10b]) were done mostly by me as well, again with good advice from Dr. Anstee. In particular I produced a list of conjectures for all unknown exact bounds for 3\u00C3\u0097 4 configurations (using a Genetic Algorithm as described in Chapter 3), and Dr. Anstee gave me advice on which ones to pursue, as he felt were more likely to produce results. He was right. Section 4.3 was done jointly with Dr. Anstee. All results from Chapter 5 (from [ARS10a] and [ARS11]) were done jointly with Dr. Anstee and Dr. Sali. The results on Chapter 6 and Chapter 7 (from [ARS10b]) were started off by Dr. Anstee and myself, but were completed by Dr. Anstee and Dr. Sali in Hungary (although using some of my computations). iii Contents Abstract . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ii Preface . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iii Contents . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . iv List of Tables . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . vii Acknowledgements . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . viii Dedication . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . ix 1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.1 Summary . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 1 1.2 Extremal Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 3 1.3 Basic Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3.1 Matrices of 0\u00E2\u0080\u0099s and 1\u00E2\u0080\u0099s . . . . . . . . . . . . . . . . . . . . . . . . . . 4 1.3.2 Configurations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 10 1.3.3 Basic Properties . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 14 1.4 The Conjecture . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 15 1.5 Table of Notation . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 25 1.6 History . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 29 1.6.1 Extremal Combinatorics and Set Theory . . . . . . . . . . . . . . . . 29 1.6.2 Forbidden Configurations . . . . . . . . . . . . . . . . . . . . . . . . . 32 2 Basic Techniques . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 2.1 Standard Induction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 34 2.2 What Is Missing? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 37 2.3 Implications . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 39 iv 3 Computer Program Developed . . . . . . . . . . . . . . . . . . . . . . . . . 42 3.1 Representation of a Configuration . . . . . . . . . . . . . . . . . . . . . . . . 43 3.2 Subconfigurations . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 3.3 Determining X(F) . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 45 3.4 Boundary Cases to Classify Configurations . . . . . . . . . . . . . . . . . . 47 3.5 Finding What Is Missing and Forbidden . . . . . . . . . . . . . . . . . . . . 48 3.6 Guessing Forb . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 53 3.6.1 Brute Force Greedy Search . . . . . . . . . . . . . . . . . . . . . . . . 55 3.6.2 Hill Climbing . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 55 3.6.3 Genetic Algorithm . . . . . . . . . . . . . . . . . . . . . . . . . . . . 57 4 Exact Bounds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4.1 Two 3x4 Exact Bounds . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4.1.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 59 4.1.2 The Bound for W . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 60 4.1.3 The Bound for V . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 69 4.2 Exact Bound for Ten Products . . . . . . . . . . . . . . . . . . . . . . . . . . 79 4.3 Critical Substructures . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 82 5 Three Asymptotic Bounds . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 5.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 87 5.2 Quadratic Bound for a 4-rowed Configuration . . . . . . . . . . . . . . . . . 89 5.2.1 What Is Missing? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 91 5.2.2 Case Analysis . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 93 5.2.3 Linear Bound for the Inductive Children . . . . . . . . . . . . . . . . 100 5.3 Quadratic Bound for a 5-rowed Configuration . . . . . . . . . . . . . . . . . 103 5.3.1 Applying Standard Induction . . . . . . . . . . . . . . . . . . . . . . 103 5.3.2 What Is Missing? . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 105 5.3.3 Linear Bound for the Inductive Children . . . . . . . . . . . . . . . . 107 5.4 Classification of 6-rowed Quadratic Bounds . . . . . . . . . . . . . . . . . . . 118 6 Patterns and Splits . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 123 6.1 Patterns and Splits in 2-Dimensions . . . . . . . . . . . . . . . . . . . . . . . 123 6.2 Patterns and Splits in d-Dimensions . . . . . . . . . . . . . . . . . . . . . . . 128 7 Products . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 v 7.1 Introduction . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 132 7.2 Submatrices of TxT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 135 7.3 Submatrices of IxI . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 139 7.4 Submatrices of IxT . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 140 7.5 Submatrices of IxTxIc . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 142 7.6 Fractional Exponent Bound for a Family of Configurations . . . . . . . . . . 143 7.7 All Pairs of Columns . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 150 8 Conclusions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 8.1 Open Problems . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 8.1.1 Monotonicity . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 152 8.1.2 A Common 4-rowed Subconfiguration . . . . . . . . . . . . . . . . . . 154 8.1.3 Other 3x4 Exact Bounds . . . . . . . . . . . . . . . . . . . . . . . . . 154 8.1.4 Critical Substructures . . . . . . . . . . . . . . . . . . . . . . . . . . 156 8.2 Concluding Remarks . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 159 Bibliography . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 161 Index . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 166 vi List of Tables Table 1.1 Classification: 1 row. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Table 1.2 Classification: 2 rows. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 19 Table 1.3 Classification: 3 rows. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 20 Table 1.4 Classification: 4 rows. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 23 Table 1.5 Definitions . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . 28 Table 8.1 Conjectured values of forb(m,Vi) . . . . . . . . . . . . . . . . . . . . . . . 155 Table 8.2 Conjectured values for forb(m,F3) and forb(m,K4) . . . . . . . . . . . . . 157 Table 8.3 Conjectured values for forb(m, 2 \u00C2\u00B7K24) . . . . . . . . . . . . . . . . . . . . 157 vii Acknowledgements First, I would like to thank my supervisor, Richard Anstee, for his endless patience and the incredible amount of time he spent working with me. It was fun. I would also like to thank my committee members, Stephanie Van Willigenburg, and Joel Friedman, as well the University Examiners and the External Examiner, all for taking the time to go through my rather long (but quite fun) thesis. Also deserving of a thankful mention is my other co-author, Attila Sali. I would also like to thank the Department of Mathematics at UBC. In particular, I would like to thank all professors, specially those who I took (at least) one course from: Richard Anstee, Kai Behrend, Patrick Brosnan, Jingyi Chen, Joel Feldman, Joel Friedman, Richard Froese, Christoph Hauert, Kalle Karu, Richard Kenyon, Kevin Leyton-Brown (from Comp. Sci.), Greg Martin, Wayne Nagata, Ed Perkins, Malabika Pramanik, Laura Scull, Andrew Rechnitzer, Dale Rolfsen, Denis Sjerve, Lior Silberman, Jozsef Solymosi and Vinayak Vatsal. The acknowledgements wouldn\u00E2\u0080\u0099t be complete without thanking all the people who were my friends during my time in Vancouver. By no means a comprehensive list: Yuri, Dennis, Hardeep, Ramon, Itzia, Ignacio, Felipe, and all the others. In my long life I have met many nice people who have done me good. I\u00E2\u0080\u0099ll be eternally grateful to all of them. In my undergraduate thesis acknowledgements (or \u00E2\u0080\u009Cagradecimientos\u00E2\u0080\u009D) I gave my best shot to mention as many of them as I could. To mention all of them again would undoubtedly make me hit the much dreaded 173 page mark, quite unlucky indeed. Therefore, I would like to say the following: \input{agradecimientos.tex} Some individuals, though, were so instrumental in my (alleged) success that I feel they deserve the mention twice. My family: Malu\u00CC\u0081, Gerardo, Tanja, Daniel, Grola, O\u00E2\u0080\u0099Kuri, Medo, Gole and, even though she doesn\u00E2\u0080\u0099t live with us anymore, Kima. I\u00E2\u0080\u0099m sure she is running happily in a farm upstate somewhere. I feel like I\u00E2\u0080\u0099m missing someone... someone important... viii Dedication A Teresa. Aunque esta tesis represente el tiempo que no estuve contigo, terminarla significa poder regresar a ti. ix Chapter 1 Introduction 1.1 Summary We give a brief description of the contents of each chapter of the thesis. For a more in-depth description, each chapter contains some introductory remarks. For this summary we try to use as few concepts as possible, but in order to describe the contents of some chapters it is unavoidable to use some key concepts defined in Section 1.3. Forbidden Configurations is at its core an extremal set theory problem: We attempt to maximize the size of a family of subsets of {1, 2, ...,m} subject to some restriction, namely that the family doesn\u00E2\u0080\u0099t contain a particular object which we call a configuration. The function forb(m,F ) represents the maximum size of a family of subsets of {1, 2, ...,m} with no configuration F . For proper definitions, see Section 1.3. We start in Chapter 1 by giving a general introduction and motivation to the field of Forbidden Configurations (in Section 1.2) and some basic definitions (in Section 1.3) that are used throughout the whole thesis. In Section 1.4 we describe a conjecture of Anstee and Sali (Conjecture 1.4.1) which has been a driving force in studying Forbidden Configurations. There is a brief history of the topic in Section 1.6 including related extremal problems. In Chapter 2, we explain three techniques that have been quite fruitful in the field of Forbidden Configurations, namely those of Standard Induction, What Is Missing and Implications. We have greatly increased the reach of Standard Induction (and to a lesser extent, Implications) with new ways to use them in solving problems. We have increased the usability of What Is Missing by developing a computer program to do it automatically. In Chapter 3 we describe the computer program we use to push the boundaries by increasing the size of the problems we are able to deal with. We\u00E2\u0080\u0099ll often refer to this section 1 throughout the rest of the thesis. We used the software in three fundamentally different ways. First and most importantly, we used it to obtain relevant information about configurations (or family of configurations), by finding What Is Missing as described in Section 2.2. Second, we used some specific-purpose code to perform case analysis when we found it hard or tedious to do so by hand, helping in various proofs. Lastly, we used some local search strategies (described in Section 3.6) to guess extremal matrices and structures. Section 3.6 could be removed entirely and all proofs would still be correct, but a reader might be left wondering \u00E2\u0080\u009CHow did they come up with this answer?\u00E2\u0080\u009D. This would be a perfectly valid question for which the only reasonable answer was \u00E2\u0080\u009Cthe computer told us so.\u00E2\u0080\u009D Chapter 4 provides some new exact values for forb(m,F ) (see Definition 1.3.24) for some configurations F for which the bound was not previously known. In Section 4.1 in particular we prove exact bounds for two of the smallest configurations for which the answer wasn\u00E2\u0080\u0099t known. These results can be found in [AR11]. In Section 4.2 we prove an exact bound for a family of 10 configurations, a result that can be found in [ARS10b]. Finally, in Section 4.3 we give all critical substructures (see Definition 4.3.1) of K4, as well as a conjecture for all critical substructures of Kk. In this chapter we make heavy use the program described in Section 3.6 to guess extremal configurations and then proceed to prove they are indeed extremal, mostly using Standard Induction and What Is Missing followed by case analysis. In Chapter 5 we give proofs of some boundary cases (see Definition 1.4.3), which serve as further evidence for our motivating Conjecture 1.4.1. We give the asymptotic bound for a 4-rowed configuration F8(t) in Section 5.2 (appears in [ARS10a]), a 5-rowed configuration F7 in Section 5.3 and a 6-rowed configuration G6\u00C3\u00973 in Section 5.4. This last one in particular is proven to be the unique quadratic 6-rowed boundary case. The last two results appear in [ARS11]. For Chapter 6 we give an entirely different extremal combinatorics problem with a more geometric flavour. This chapter is independent of all previous chapters, but is used in Chapter 7 for some proofs, as some problems considered in Chapter 7 can be interpreted as problems of patterns. We dedicate Chapter 7 to the study of product constructions. We define a sister function to \u00E2\u0080\u0098forb\u00E2\u0080\u0099 and prove various interesting results about it. Then we prove an unexpected bound (for \u00E2\u0080\u0098forb\u00E2\u0080\u0099) of a family of configurations, which on a first glance would seem to be a coun- terexample of Conjecture 1.4.1 (but isn\u00E2\u0080\u0099t). Most of the results of Chapter 6 and Chapter 7 can be found in [ARS10b]. Finally, Chapter 8 contains some open problems, as well as some ideas and thoughts on 2 Forbidden Configurations and what the future might yield. The results of Section 4.1.3 and Section 5.3 and its application to Section 5.4 provide a good sample of the flavour of the new results given this thesis. 1.2 Extremal Problems A general extremal problem in combinatorics has the following character: For a given prop- erty P , what is the maximum size of a family that satisfies P? For example, if the objects of study are families of subsets of {1, 2, ...,m} and property P is that no two subsets have two elements in common, the question becomes: What is the maximum number of subsets of {1, 2, ...,m} such that no two subsets have two elements in common? For this particular example we will give the answer later in Example 1.3.14. In the field of Forbidden Configurations, we consider a particular extremal problem that arises as a generalization to celebrated extremal results in combinatorics, namely those of Erdo\u00CC\u008Bs and Stone [ES46] and Erdo\u00CC\u008Bs and Simonovits [ES66]. They consider the following problem: Given m \u00E2\u0088\u0088 N and a fixed (small) graph F , find the maximum number of edges in a (simple) graph G with m vertices that avoids having a subgraph isomorphic to F . For example, Mantel\u00E2\u0080\u0099s result answers the question \u00E2\u0080\u009Cwhat is the maximum number of edges in a triangle-free graph on m vertices?\u00E2\u0080\u009D and can be viewed as a special case. We will discuss this further in Section 1.6. There are a number of ways to generalize the above problem to hypergraphs, but in this thesis we consider the following generalization: Given m \u00E2\u0088\u0088 N and a hypergraph F , find the maximum number of edges in a simple hypergraph H on m vertices that avoids having a subhypergraph (or trace) isomorphic to F . We consider the notion of subhypergraph as follows: The vertices of a subhypergraph are a subset of the vertices of the original hypergraph. For the edges, we choose a subset of the edges from the original hypergraph and consider the multiset consisting of intersections of the chosen edges with the vertices of the subhypergraph (more on this later). As stated before, there are alternate generalizations of this problem. For example, instead of considering the edges of the subhypergraph to be intersections of edges of the original hy- pergraph with the vertices of the subhypergraph, one might consider a subhypergraph to have only edges that are fully contained in the chosen subset of the vertices. This alternate definition makes sense especially when considering k-uniform hypergraphs, in the sense that all edges have size k (a graph is a 2-uniform hypergraph). This alternate view of subhyper- 3 graphs is consistent with the way subgraphs of graphs are usually defined. In contrast, the way we see subhypergraphs when restricted to 2-uniform hypergraphs would suggest that when considering a subset of the vertices, we might have to consider \u00E2\u0080\u009Cedges\u00E2\u0080\u009D of size 1 or size 0, even though we started with all edges of size exactly 2, since the intersection of an edge of size 2 with the vertices of the subhypergraph might have size 1 or 0. Moreover, the subhypergraph need not be simple, even if the original hypergraph was. When studying difficult extremal problems, such as Forbidden Configurations, an exact answer to the extremal question might not come easily. In such cases, it\u00E2\u0080\u0099s common practice to settle for asymptotic bounds, given in Big-O notation: If f, g : N \u00E2\u0086\u0092 N, we define the following notation: \u00E2\u0080\u00A2 We say f is O(g) if there exists a constant c > 0 and a number N for which for all n \u00E2\u0089\u00A5 N , we have f(n) < c \u00C2\u00B7 g(n). \u00E2\u0080\u00A2 We say f is \u00E2\u0084\u00A6(g) if there exists a constant d > 0 and a number N for which for all n \u00E2\u0089\u00A5 N , we have f(n) > d \u00C2\u00B7 g(n). \u00E2\u0080\u00A2 We say f is \u00CE\u0098(g) if f is both O(g) and \u00E2\u0084\u00A6(g). That is, if there exists constants c > 0, d > 0 and N for which for all n > N , d \u00C2\u00B7 g(n) < f(n) < c \u00C2\u00B7 g(n). In such case we say f has the same asymptotic growth as g. 1.3 Basic Definitions 1.3.1 Matrices of 0\u00E2\u0080\u0099s and 1\u00E2\u0080\u0099s First some standard notation. Let X be a finite set. We denote by 2X the power set of X: the set that consists of all subsets of X (note that there are 2|X| of them). Denote all subsets of X of a given size t by ( X t ) . A set system A on a set X is a family of subsets of X. In other words, A \u00E2\u008A\u0086 2X . We might view a set system on X as a simple hypergraph on the vertices X. We find it convenient to encode hypergraphs or set systems in the language of matrices. For a given order of the elements of X, and an ordering of the elements of a family A, we can encode a set system as a matrix in the following way: A single subset \u00CE\u00B1 \u00E2\u008A\u0086 X can be thought of as the incidence vector of 0\u00E2\u0080\u0099s and 1\u00E2\u0080\u0099s with |X| entries, where the entry i is 1 if and only if i \u00E2\u0088\u0088 \u00CE\u00B1. The family A gives rise to a collection of {0, 1}-vectors with |X| components. Consider these {0, 1}-vectors as column vectors and concatenate them together to form a 4 {0, 1}-matrix. Since the elements of X don\u00E2\u0080\u0099t play any role in our investigations, we might as well take X = [m] := {1, 2, ...,m} with m being the size of X. For example, the matrix A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 0 1 0 1 0 0 1 1 1 0 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB represents the family A = {{1}, {2, 3}, {1, 3}, {2, 3, 4}, \u00E2\u0088\u0085}. Notice that in this encoding no two columns are equal: if two columns were equal, they would represent the same subset of X. Different orderings of the columns of A give rise to different ways of ordering the sets of the family A. We usually think of the set [m] as having a canonical order, but we can think of different row orders as giving rise to equivalent hypergraphs. We will define the notion of equivalence of {0, 1}-matrices formally in the next section, but for now let us talk about matrices a little longer. Definition 1.3.1 We say a {0, 1}-matrix A is simple if no two columns of A are equal. The size of the family A (i.e. the number of edges in the hypergraph) is represented by the number of columns of matrix A. Since we will refer to this number often, we find it convenient to create a short notation for it. Definition 1.3.2 For a {0, 1}-matrix A, we define \u00E2\u0080\u0096A\u00E2\u0080\u0096 to be the number of columns of A. The size of each edge in the hypergraph is represented by the number of 1\u00E2\u0080\u0099s in the corresponding column. Definition 1.3.3 For a {0, 1}-matrix A we denote by \u00CF\u00830(A) the number of 0\u00E2\u0080\u0099s in matrix A and by \u00CF\u00831(A) the number of 1\u00E2\u0080\u0099s. In the case of a column \u00CE\u00B1, we say \u00CE\u00B1 has column sum k (and write \u00CF\u00831(\u00CE\u00B1) = k) if it has exactly k ones. For m-rowed A, we have \u00CF\u00830(A) + \u00CF\u00831(A) = m \u00C2\u00B7 \u00E2\u0080\u0096A\u00E2\u0080\u0096. Definition 1.3.4 Define 0m to be the m-rowed column with all 0\u00E2\u0080\u0099s and 1m to be the m- rowed column of all 1\u00E2\u0080\u0099s. We now define some operations of {0, 1}-matrices that will be useful for constructing new matrices from previously constructed ones. 5 Definition 1.3.5 Let A be a {0, 1}-matrix. We denote Ac the {0, 1}-complement of A. That is, the matrix that results from replacing every 0 in A by a 1, and every 1 by a 0. For example, A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 0 0 0 0 1 0 1 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 Ac = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 1 1 1 1 0 1 0 0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Definition 1.3.6 Let A and B be {0, 1}-matrices with the same number of rows. Define the concatenation [A|B] to be the configuration that results from taking all columns of A together with all columns of B. For t \u00E2\u0088\u0088 N, we define the product t \u00C2\u00B7 A := [ A | A | \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 | A\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 t times ]. The operation \u00C2\u00B7 has precedence over |, so that [t \u00C2\u00B7 A | B] = [(t \u00C2\u00B7 A) | B]. Definition 1.3.7 Let A and B be {0, 1}-matrices. We construct the product A \u00C3\u0097 B by taking each column of A, and putting it on top of each column of B. So if the columns of A are \u00CE\u00B11, ..., \u00CE\u00B1a and the columns of B are \u00CE\u00B21, ..., \u00CE\u00B2b, then A\u00C3\u0097B is the matrix with ab columns: A \u00C3\u0097 B = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 | | | | | | | | | \u00CE\u00B11 \u00CE\u00B11 ... \u00CE\u00B11 \u00CE\u00B12 \u00CE\u00B12 ... \u00CE\u00B12 ... ... \u00CE\u00B1a \u00CE\u00B1a ... \u00CE\u00B1a | | | | | | | | | | | | | | | | | | \u00CE\u00B21 \u00CE\u00B22 ... \u00CE\u00B2b \u00CE\u00B21 \u00CE\u00B22 ... \u00CE\u00B2b ... ... \u00CE\u00B21 \u00CE\u00B22 ... \u00CE\u00B2b | | | | | | | | | \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Here is an example of a product: A = [ 0 1 1 0 0 1 ] , B = [ 1 0 0 1 ] =\u00E2\u0087\u0092 A \u00C3\u0097 B = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 0 1 0 0 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Often we will consider single columns and rows of {0, 1}-matrices. 6 Definition 1.3.8 For a column \u00CE\u00B1 and a {0, 1}-matrix A, we define the multiplicity of \u00CE\u00B1 in A, written as \u00CE\u00BB(\u00CE\u00B1,A), as the number of columns of A which are equal to \u00CE\u00B1. For example, \u00CE\u00BB \u00EF\u00A3\u00AB\u00EF\u00A3\u00AC\u00EF\u00A3\u00AD \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 1 11 0 1 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B6\u00EF\u00A3\u00B7\u00EF\u00A3\u00B8 = 2. Definition 1.3.9 Let A and B be m-rowed {0, 1}-matrices. We define subtraction A\u00E2\u0088\u0092B to be the m-rowed {0, 1}-matrix such that for each m-rowed column \u00CE\u00B1, A\u00E2\u0088\u0092B satisfies \u00CE\u00BB(\u00CE\u00B1,A\u00E2\u0088\u0092B) = max{0, \u00CE\u00BB(\u00CE\u00B1,A)\u00E2\u0088\u0092 \u00CE\u00BB(\u00CE\u00B1,B)}. The order in which the columns appear in A \u00E2\u0088\u0092 B isn\u00E2\u0080\u0099t important, but just so that it is a well defined operation of matrices, we might choose the order of the columns of A \u00E2\u0088\u0092 B to be the same as for A. This operation corresponds to set difference of the corresponding set systems. Here is an example of the difference of two matrices:\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 1 1 11 0 1 0 0 0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB\u00E2\u0088\u0092 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 0 11 1 0 0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 11 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Of the columns of A, the column (0, 1, 0)T has multiplicity 1 in A and 0 in B, so it must have multiplicity 1 in A\u00E2\u0088\u0092B. The column (1, 0, 0)T has multiplicity 3 in A and 1 in B, so it must have multiplicity 3\u00E2\u0088\u0092 1 = 2 in A\u00E2\u0088\u0092B. Finally, the column (1, 1, 1) has multiplicity 1 in A and 1 in B so it must have multiplicity 0 in A\u00E2\u0088\u0092B. Definition 1.3.10 Let A be a {0, 1}-matrix. Given a subset of the rows S, we define the restriction A|S to be a {0, 1}-matrix formed from rows S of A. For example, A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 0 1 0 0 1 1 1 1 0 1 0 0 1 1 0 0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 A|{2,4} = [ 0 0 1 1 1 1 0 0 1 1 0 1 ] . 7 The following notation is convenient. Definition 1.3.11 Let \u00CE\u00B1 and \u00CE\u00B2 be m \u00C3\u0097 1 columns. Then we say \u00CE\u00B1 \u00E2\u0089\u00A4 \u00CE\u00B2 if for every row r for which the r-th entry of \u00CE\u00B1 is a 1, the r-th entry of \u00CE\u00B2 is also a 1. For example, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u0089\u00A4 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB but \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u0002 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Definition 1.3.12 Let \u00CE\u00B1 be an m\u00C3\u0097 1 column and A be an m-rowed matrix. We use \u00CE\u00B1 \u00E2\u0088\u0088 A if \u00CE\u00B1 is a column of A. The following three special matrices turn out to be remarkably useful in our investigations. We shall see why they are important in Conjecture 1.4.1 Definition 1.3.13 We define the following three matrices: \u00E2\u0080\u00A2 The identity matrix Im is be the m \u00C3\u0097 m matrix with 1\u00E2\u0080\u0099s in the diagonal and 0\u00E2\u0080\u0099s everywhere else. It corresponds to the set system {{1}, {2}, ...{m}}. For example, I4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 0 1 0 0 0 0 1 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . \u00E2\u0080\u00A2 The identity complement Icm is the {0, 1}-complement of Im. That is, every entry is a 1, except for the diagonal entries, which are 0\u00E2\u0080\u0099s. It corresponds to the set system {[m] \ {1}, [m] \ {2}, ..., [m] \ {m}}. For example, Ic4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 1 0 1 1 1 1 0 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . 8 \u00E2\u0080\u00A2 The tower matrix Tm is the m\u00C3\u0097 (m+ 1) matrix that corresponds to the set system {\u00E2\u0088\u0085, [1], [2], [3], ..., [m]}. For example, T4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 1 0 0 1 1 1 0 0 0 1 1 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . For these three matrices, when the number of rows is implicit we might omit the subindex m and write I, Ic or T . Example 1.3.14 Returning to the problem of finding the maximum number of subsets of [m] such that no two subsets have two elements in common, we can restate it as the problem of finding the most number of columns a simple matrix with m rows can have without having the following submatrix: F = [ 1 1 1 1 ] . The answer to this particular example is straightforward: The maximum number of columns is ( m 0 ) + ( m 1 ) + ( m 2 ) . Indeed, we can take one column with no 1\u00E2\u0080\u0099s (the empty set), all columns with one 1 and all columns with two 1\u00E2\u0080\u0099s. For every pair of rows there is at most one column with two 1\u00E2\u0080\u0099s in that pair. Thus the number of columns we can have with more than one 1 is at most ( m 2 ) . For example, for m = 3, this is the matrix: A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 0 0 1 1 00 0 1 0 1 0 1 0 0 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . This concludes Example 1.3.14. Example 1.3.15 Now consider the following question. What is the maximum number of subsets of {1, 2, ...,m} such that no three sets each have an element that the other two sets don\u00E2\u0080\u0099t have? This is a very similar problem. We wish to find the most number of columns a 9 {0, 1}-matrix can have, having neither of the following six submatrices:\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 00 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB nor \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 00 0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB nor \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 01 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB nor \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 00 0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB nor \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 11 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB nor \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 10 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . In other words, we wish to find the maximum number of columns in a matrix that doesn\u00E2\u0080\u0099t have any row and column permutation of I3 as a submatrix. We will answer this question later (in Proposition 4.3.3). This demonstrates the need to get rid of row and column ordering. We do so in the next section. 1.3.2 Configurations Definition 1.3.16 (informal) A configuration is a {0, 1}-matrix with column and row order stripped. More formally, letMm be the set of all m-rowed matrices. Define an equivalence relation: If A,B \u00E2\u0088\u0088Mm, we say A \u00E2\u0088\u00BC B iff A is a permutation of the rows and columns of B. Consider the set of configurations Cm by taking the quotient: Cm :=Mm/ \u00E2\u0088\u00BC, and if F is a {0, 1}-matrix, define F\u00CC\u0083 to be the equivalence class (or configuration) to which F belongs. We will usually abuse notation and not distinguish between a configuration and a {0, 1}- matrix representative, always remembering that we can permute the order of the rows and columns without altering the configuration. For example, the six matrices given in Exam- ple 1.3.15 represent the same configuration. Notice that if F , G are configurations and t is a number, the operations we defined for {0, 1}-matrices \u00E2\u0080\u0096F\u00E2\u0080\u0096, F \u00C3\u0097 G, F c, t \u00C2\u00B7 F are well defined in configurations, but concatenation [F |G] and subtraction F \u00E2\u0088\u0092G are not. We will therefore use the notation [F |G] and F \u00E2\u0088\u0092G carefully, when the order of rows is understood. The notion of being a simple configuration 10 is also well defined: a configuration for which any representative is a simple matrix. We have that F \u00C3\u0097G = G\u00C3\u0097 F as configurations, and if F and G are simple, F \u00C3\u0097G is also simple. As with matrices, we might refer to the multiplicity of a column \u00CE\u00B1 (and use the notation \u00CE\u00BB(\u00CE\u00B1, F )). What we mean by this is that for a specific representative of a configuration F , there are k columns that are equal to \u00CE\u00B1. Of course, if we choose a different representative for F (i.e permute the rows and columns), we will have k copies of a row permutation of \u00CE\u00B1. Definition 1.3.17 Denote by Kk the unique k \u00C3\u0097 2k simple \u00E2\u0080\u009Ccomplete\u00E2\u0080\u009D configuration cor- responding to the set system 2[k]. That is, the one representing the power set of [k]. The notation was chosen to mirror the common notation for the \u00E2\u0080\u009Ccomplete\u00E2\u0080\u009D graph Kk. As an example, here is K3: K3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 0 0 1 1 0 10 0 1 0 1 0 1 1 0 0 0 1 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Denote by Ksk the k \u00C3\u0097 ( k s ) configuration with k rows and all possible columns of column sum s. Here is K23 : K23 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 01 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We also use notation such as K\u00E2\u0089\u00A4sk (resp. K \u00E2\u0089\u00A5s k ), meaning the configuration with k rows and all possible columns of column sum \u00E2\u0089\u00A4 s (resp \u00E2\u0089\u00A5 s). Observe that for k, ` \u00E2\u0088\u0088 N, we have Kk \u00C3\u0097K` = Kk+`. Definition 1.3.18 For a configuration F and a {0, 1}-matrix A (or a configuration A), we say that F is a subconfiguration of A, and write F \u00E2\u0089\u00BA A if there is a representative of F which is a submatrix of A. We say A has no configuration F (or doesn\u00E2\u0080\u0099t contain F as a configuration or avoids F ) if F is not a subconfiguration of A. The notion of subhypergraph in our matrix notation becomes the notion of a subconfig- uration. Observe that \u00E2\u0089\u00BA defines a partial ordering in the set Cm of configurations, since \u00E2\u0089\u00BA is reflexive (F \u00E2\u0089\u00BA F ), anti-symmetric (if F \u00E2\u0089\u00BA G and G \u00E2\u0089\u00BA F , then F = G as configurations), and transitive (F \u00E2\u0089\u00BA G \u00E2\u0089\u00BA H implies F \u00E2\u0089\u00BA H). 11 Definition 1.3.19 Let Avoid(m,F ) := {A \u00E2\u0088\u0088 Cm : A is simple and F \u00E2\u008A\u0080 A}. In other words, the set of all m-rowed simple configurations with no F as a subconfiguration. For example, Avoid ( 2, [ 1 0 0 1 ]) = {[ 0 0 ] , [ 1 0 ] , [ 1 1 ] , [ 0 1 0 0 ] , [ 0 1 0 1 ] , [ 1 1 0 1 ] , [ 0 1 1 0 0 1 ]} Definition 1.3.20 Our main object of study is the following extremal function. We define forb(m,F ) := max{\u00E2\u0080\u0096A\u00E2\u0080\u0096 : A \u00E2\u0088\u0088 Avoid(m,F )}. In other words, forb(m,F ) is the maximum number of columns a simple m-rowed {0, 1}- matrix can have with no F as a subconfiguration. For example, we may conclude that forb ( 2, [ 1 0 0 1 ]) = 3, by looking at all configurations in Avoid ( 2, [ 1 0 0 1 ]) . Remark 1.3.21 Observe that forb is an \u00E2\u0080\u009Cincreasing\u00E2\u0080\u009D function in the second variable, mean- ing F \u00E2\u0089\u00BA G =\u00E2\u0087\u0092 forb(m,F ) \u00E2\u0089\u00A4 forb(m,G). Indeed, if F \u00E2\u0089\u00BA G, then every matrix containing G as a configuration also contains F . Thus, Avoid(m,F ) \u00E2\u008A\u0086 Avoid(m,G), which means forb(m,F ) \u00E2\u0089\u00A4 forb(m,G). \u0004 Interestingly, it is an important open problem to see if forb(m,F ) is increasing in the first variable in the sense that m < n implies forb(m,F ) \u00E2\u0089\u00A4 forb(n, F ). We have strong evidence to believe this is the case, but it hasn\u00E2\u0080\u0099t been proven. More about this in Section 8.1. Remark 1.3.22 Observe that forb(m,F ) = forb(m,F c) by symmetry. We may also consider forbidding a family of configurations F : 12 Definition 1.3.23 Let F be a family of configurations. Define Avoid(m,F) := \u00E2\u008B\u0082 F\u00E2\u0088\u0088F Avoid(m,F ). In other words, the set of all m-rowed simple matrices that avoid all configurations in F . Definition 1.3.24 We now define the analogous extremal function forb(m,F) := max{\u00E2\u0080\u0096A\u00E2\u0080\u0096 : A \u00E2\u0088\u0088 Avoid(m,F)}. Note that according to this definition, there exists a simple matrix of size m\u00C3\u0097 forb(m,F) that doesn\u00E2\u0080\u0099t contain any F \u00E2\u0088\u0088 F as a subconfiguration, but every matrix of size m \u00C3\u0097 (forb(m,F) + 1) contains at least one F \u00E2\u0088\u0088 F . Also note that (F ,\u00E2\u0089\u00BA) can be considered as a partially ordered set, and if H := minimal elements of F , then Avoid(m,F) = Avoid(m,H). Definition 1.3.25 We define the extremal matrices ext(m,F) := {A \u00E2\u0088\u0088 Avoid(m,F) : \u00E2\u0080\u0096A\u00E2\u0080\u0096 = forb(m,F)}. Problem 1.3.26 (The Main Problem) We are interested in determining forb(m,F). We would like to find forb(m,F) exactly for any family, but we\u00E2\u0080\u0099ll settle for asymptotic bounds when it\u00E2\u0080\u0099s too hard to find forb(m,F) exactly. This problem was first introduced by Anstee in [Ans85] for |F| = 1. We deal mostly with the case |F| = 1. We now give some definitions that will be helpful in our investigations. Definition 1.3.27 We say a family A is laminar if for every X, Y \u00E2\u0088\u0088 A we have that either X \u00E2\u008A\u0086 Y , Y \u00E2\u008A\u0086 X or X \u00E2\u0088\u00A9Y = \u00E2\u0088\u0085. Analogously, we say a {0, 1} matrix A is laminar if for every two columns \u00CE\u00B1, \u00CE\u00B2 of A we have either \u00CE\u00B1 \u00E2\u0089\u00A4 \u00CE\u00B2, or \u00CE\u00B2 \u00E2\u0089\u00A4 \u00CE\u00B1 or there are no rows in which both \u00CE\u00B1 and \u00CE\u00B2 have a 1. Equivalently, we say m-rowed A is laminar if A \u00E2\u0088\u0088 Avoid(m,F ) for F := \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . 13 For example, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 0 1 1 0 1 0 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB is laminar but \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 0 1 1 0 1 1 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB isn\u00E2\u0080\u0099t. 1.3.3 Basic Properties While studying forb(m,F) for some family of configurations F , we usually give lower bounds and upper bounds on forb(m,F). A lower bound usually consists of an example of a {0, 1}- matrix with no F \u00E2\u0088\u0088 F as a configuration. An upper bound is usually accomplished by a theoretical argument. Proposition 1.3.28 We have that forb(m,0k) = forb(m,1k) = ( m k \u00E2\u0088\u0092 1 ) + ( m k \u00E2\u0088\u0092 2 ) + ...+ ( m 0 ) and forb(m, 2 \u00C2\u00B7 0k) = forb(m, 2 \u00C2\u00B7 1k) = ( m k ) + ( m k \u00E2\u0088\u0092 1 ) + ...+ ( m 0 ) . Thus, if 0k \u00E2\u0089\u00BA F or 1k \u00E2\u0089\u00BA F for some configuration F , we have that forb(m,F ) is \u00E2\u0084\u00A6(mk\u00E2\u0088\u00921) and if 2 \u00C2\u00B7 0k \u00E2\u0089\u00BA F or 2 \u00C2\u00B7 1k \u00E2\u0089\u00BA F , then forb(m,F ) is \u00E2\u0084\u00A6(mk). Proof: The bound for forb(m,1k) is easy. Consider an extremal matrix A such that 1k \u00E2\u008A\u0080 A. Note that in A, we cannot have columns with column sum k or more. This leaves only( m k\u00E2\u0088\u00921 ) + ( m k\u00E2\u0088\u00922 ) + ...+ ( m 0 ) columns (the ones with column sum k \u00E2\u0088\u0092 1 or less). The bound for forb(m, 2 \u00C2\u00B7 1k) is also easy. For the columns with column sum k or higher, for each k-subset of the rows there must be at most one column with 1\u00E2\u0080\u0099s in that subset of the rows, so there are at most ( m k ) columns, plus the columns with column sum < k, which cannot contribute to create 2 \u00C2\u00B7 1k. The bounds for forb(m,0k) and forb(m, 2 \u00C2\u00B7 0k) are analogous. \u0004 Here is an important result proved independently by V. Vapnik and A. Chervonenkis, N. Sauer and M. Perles and S. Shelah: 14 Theorem 1.3.29 [VC71][Sau72][She72] We have that forb(m,Kk) = forb(m,1k) = ( m k \u00E2\u0088\u0092 1 ) + ( m k \u00E2\u0088\u0092 2 ) + ...+ ( m 0 ) , and so forb(m,Kk) is \u00CE\u0098(m k\u00E2\u0088\u00921). Thus for any simple k-rowed configuration F , forb(m,F ) is O(mk\u00E2\u0088\u00921). An important generalization of this result from Anstee and Fu\u00CC\u0088redi is: Theorem 1.3.30 [AF86] For fixed k, t, we have that as m\u00E2\u0086\u0092\u00E2\u0088\u009E, forb(m, t \u00C2\u00B7Kk) = forb(m, t \u00C2\u00B7 1k) = t\u00E2\u0088\u0092 2 k + 1 ( m k ) (1\u00E2\u0088\u0092 o(1)) + ( m k ) + ( m k \u00E2\u0088\u0092 1 ) + \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7+ ( m 0 ) . This in particular says that if F has k rows, we have that forb(m,F ) is O(mk) [Fu\u00CC\u0088r83], since F is contained in t \u00C2\u00B7Kk for some t. 1.4 The Conjecture Anstee and Sali conjectured that the \u00E2\u0080\u009Cbest\u00E2\u0080\u009D asymptotic constructions in terms of avoiding a single configuration F would be formed from products of I, Ic and T . There is ample evidence for this conjecture, but no proof or counterexample has been found yet. The research in forbidden configurations is often guided by this conjecture. Conjecture 1.4.1 [AS05] Let F be a configuration. Let Pr(a, b, c) := Ir \u00C3\u0097 ...\u00C3\u0097 Ir\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 a times \u00C3\u0097 Icr \u00C3\u0097 ...\u00C3\u0097 Icr\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 b times \u00C3\u0097Tr \u00C3\u0097 ...\u00C3\u0097 Tr\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 c times , Define X(F ) to be the largest number such that there exist numbers a, b, c \u00E2\u0088\u0088 N with 15 a+ b+ c = X(F ) such that for all r \u00E2\u0088\u0088 N, F \u00E2\u008A\u0080 Pr(a, b, c). Then forb(m,F ) is \u00CE\u0098(mX(F )). Observe that X(F ) is always an integer. Also note that \u00E2\u0080\u0096Pr(a, b, c)\u00E2\u0080\u0096 = ra+b \u00C2\u00B7 (r + 1)c which is \u00CE\u0098(rX(F )), so by taking r = dm/X(F )e (and perhaps deleting some rows in case X(F ) - m), we have that \u00E2\u0080\u0096Pr(a, b, c)\u00E2\u0080\u0096 is \u00E2\u0084\u00A6(mX(F )), so the fact that forb(m,F ) is \u00E2\u0084\u00A6(mX(F )) is built into the conjecture. In order to prove the conjecture, all that would be required would be to prove that forb(m,F ) is O(mX(F )) for every F . A disproof would be easier, as only a counterexample would be required. A valid objection is that finding X(F ) given F is not a trivial task, but for relatively small configurations F we have a computer program that yields the answer very quickly. We can compute X(F ) for F having less than \u00E2\u0088\u00BC10 rows in just a few seconds. This task takes merely exponential time, not doubly exponential. A simple (but surprising) corollary of the conjecture is that repeating columns more than twice in F has no effect on the asymptotic behavior of forb(m,F ). In other words, assuming the conjecture were true, the multiplicity of a column in a configuration would not affect the asymptotic bound, and it for asympotic bounds, it would only matter if a column is not there (has multiplicity 0), appears once (has multiplicity 1), or appears \u00E2\u0080\u009Cmultiple times\u00E2\u0080\u009D (has multiplicity 2 or more). Lemma 1.4.2 Let Ft = [G|t \u00C2\u00B7 H] with G and H simple {0, 1}-matrices that have no columns in common. Then X(F2) = X(Ft) for all t \u00E2\u0089\u00A5 2. In particular, if the conjecture were true, then forb(m,Ft) and forb(m,F2) would have the same asymptotic behavior. Proof: It suffices to show that given t, G, H, a, b and c, there exists an R such that for every r \u00E2\u0089\u00A5 R, we have F2 = [G|2 \u00C2\u00B7H] \u00E2\u0089\u00BA Pr(a, b, c) \u00E2\u0087\u0090\u00E2\u0087\u0092 Ft = [G|t \u00C2\u00B7H] \u00E2\u0089\u00BA Pr(a, b, c). 16 Since F2 \u00E2\u0089\u00BA Ft, we only need to prove that if F2 \u00E2\u0089\u00BA Pr(a, b, c) for some r, then Ft \u00E2\u0089\u00BA PR(a, b, c) for some R. Suppose then F2 is contained in the product Pr(a, b, c) for some r. The idea is to find a subconfiguration of Pr(a, b, c) in which there are some columns with multiplicity 1, and for the columns with multiplicity 2 or more, the multiplicity depends on r. We need r large enough so that the multiplicity of any one column (with multiplicity of 2 or more) is larger than t. Let x be the number of rows of Ft. Notice the following three facts, which include definitions for EI , EIc and ET . EI(x, r) := [(r \u00E2\u0088\u0092 x) \u00C2\u00B7 0x | Ix] \u00E2\u0089\u00BA Ir EIc(x, r) := [(r \u00E2\u0088\u0092 x) \u00C2\u00B7 1x | Icx] \u00E2\u0089\u00BA Icr ET (x, r) := \u00E2\u008C\u008A r x \u00E2\u008C\u008B \u00C2\u00B7 Tx \u00E2\u0089\u00BA Tr. The first and second facts are easy to see; just take any subset of x rows from Ir or Icr . The third statement is true by taking the br/xc-th row of Tr, the 2br/xc-th row of Tr, etcetera, up to the xbr/xc-th row. For example, if r = 5 and x = 2, we may take the second and fourth row from T5: T5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 1 1 0 0 1 1 1 1 0 0 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 T5|{2,4} = [ 0 0 1 1 1 1 0 0 0 0 1 1 ] = ET (2, 5) Note that in the three configurations EI(x, r), EIc(x, r) and ET (x, r), we have that there are some columns of multiplicity 1 and there are some columns for which their multiplicity can be made as large as we wish by making r large. Formally, let E(x, r) be one of EI(x, r) or EIc(x, r) or ET (x, r). We have that for every x-rowed column \u00CE\u00B1 there are three possibilities: either \u00CE\u00BB(\u00CE\u00B1,E(x, r)) = 0 for all r, or \u00CE\u00BB(\u00CE\u00B1,E(x, r)) = 1 for all r, or lim r\u00E2\u0086\u0092\u00E2\u0088\u009E \u00CE\u00BB(\u00CE\u00B1,E(x, r)) =\u00E2\u0088\u009E. If \u00CE\u00B1 is a column for which lim r\u00E2\u0086\u0092\u00E2\u0088\u009E \u00CE\u00BB(\u00CE\u00B1,E(x, r)) = \u00E2\u0088\u009E, we may conclude that there is an R for which \u00CE\u00BB(\u00CE\u00B1,E(x, r)) \u00E2\u0089\u00A5 t for every r \u00E2\u0089\u00A5 R. Since F2 is contained in Pr(a, b, c) for some r, the columns in H will have multiplicity at least 2 in some subset of the rows of Pr(a, b, c). By taking PR(a, b, c), we see that Ft is also a subconfiguration of PR(a, b, c). \u0004 17 Conjecture 1.4.1 has been a driving force behind the field of Forbidden Configurations, specifically when forbidding a single configuration (see [Ans]). We search for maximal and minimal forbidden configurations with a specific asymptotic bound, since we have that if both forb(m,F ) and forb(m,G) are \u00CE\u0098(mk), and we have a configuration H such that F \u00E2\u0089\u00BA H \u00E2\u0089\u00BA G, then forb(m,H) is also \u00CE\u0098(mk). For a given k and s, we search for minimal and maximal s-rowed configurations F for which forb(m,F ) is \u00CE\u0098(mk). We hope to use this to classify the asymptotic bounds for all configurations. Definition 1.4.3 We say a configuration Ft = [G|t \u00C2\u00B7 H] (for t \u00E2\u0089\u00A5 2) with G and H simple with no columns in common is a predicted boundary case if for any column \u00CE\u00B1 not present in H, X([Ft|\u00CE\u00B1]) > X(Ft). We say Ft is a boundary case if forb(m,Ft) is \u00CE\u0098(mk) but for any column \u00CE\u00B1 not present in H, forb(m, [Ft|\u00CE\u00B1]) is \u00E2\u0084\u00A6(mk+1). Conjecture 1.4.1 is that predicted boundary cases are the same as boundary cases. Boundary cases for s up to 4 were classified by Fleming ([Ans]). The conjecture has been proven for all k\u00C3\u0097 ` configurations F with k = 1, 2, 3 and many others in various papers. For k = 2 in [AGS97]. For k = 3 in [AGS97], [AFS01] and was completed in [AS05]. For k = 4, the case when F is simple was completed in [AF86]. For k = 4 and F non-simple, there were only three cases left to do. We completed one of them ([ARS10a]) and the proof is given in Section 5.2. For ` = 2, the conjecture was verified in [AK06]. For k = 5, there are nine 5\u00C3\u0097 6 predicted boundary configurations F for which X(F ) = 2 ([ARS11]). We prove one of them in Section 5.3. For k = 6, we give a complete classification of the configurations F for which forb(m,F ) is quadratic ([ARS11]). If we only consider simple configurations, then we may also consider a restricted version of a boundary case. Definition 1.4.4 We say a simple configuration F is a predicted s-boundary case if for any column \u00CE\u00B1 not present in F , we have that X([F |\u00CE\u00B1]) \u00E2\u0089\u00A5 X(F ) + 1. We say it is a s-boundary case if forb(m,F ) is \u00CE\u0098(mk) but forb(m, [F |\u00CE\u00B1]) is \u00E2\u0084\u00A6(mk+1) for any column \u00CE\u00B1 not present in F . The classification of s-boundary cases for five rows was done by Ryan [Ans]. We now give here a classification of the minimal and maximal boundary cases. For t \u00E2\u0089\u00A5 2, 18 Minimal Maximal Constant [0], [1] [0 1] Linear [0 0], [1 1] t \u00C2\u00B7 [0 1] Table 1.1: Classification: 1 row. Minimal Maximal Constant [ 1 0 ] [ 1 0 ] Linear [ 0 0 ] , [ 1 1 ] [ 1 0 0 1 ] , [ 1 1 0 0 ] [ 0 0 1 0 1 1 t \u00C2\u00B7 [ 1 0 ]] , [ 0 0 t \u00C2\u00B7 [ 1 0 0 1 ]] Quadratic [ 0 0 0 0 ] , [ 1 1 1 1 ] ,[ 0 1 1 0 0 1 0 0 0 1 1 1 ] , t \u00C2\u00B7K2 Table 1.2: Classification: 2 rows. 19 Minimal Maximal Linear \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 1 00 1 1 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Quadratic \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 00 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 11 0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 10 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 1 00 1 0 1 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 10 0 0 1 0 1 1 1 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 1 00 1 1 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 10 0 1 1 0 1 0 1 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 1 00 1 0 1 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 0 1 10 1 0 1 0 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 1 0 01 0 1 0 1 1 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Cubic 2\u00C2\u00B703, [2\u00C2\u00B7K13 |K23 ], [2\u00C2\u00B7K13 |K33 ], [K03 |2 \u00C2\u00B7K23 ], [K13 |2 \u00C2\u00B7K23 ], 2 \u00C2\u00B713 t \u00C2\u00B7K3 Table 1.3: Classification: 3 rows. 20 Before showing the table for 4 rows, let us define some configurations: B1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 0 0 0 1 1 0 0 1 1 1 0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , B2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 0 0 0 1 1 0 0 1 1 1 0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , B3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 0 0 0 1 1 0 0 1 0 1 0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , B4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 0 0 1 1 1 0 0 1 1 1 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , B5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 0 0 1 1 1 0 0 1 0 1 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , B6 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 0 0 1 1 1 0 0 1 1 1 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . D = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 0 0 0 1 1 1 1 0 0 0 1 1 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 0 1 1 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . 21 Minimal Maximal Linear \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Quadratic \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 1 0 0 0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 0 1 1 1 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 t\u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 1 1 0 0 0 1 0 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (Conjectured) \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 1 1 1 0 0 1 0 0 0 0 1 t\u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 0 0 1 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (Conjectured) \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 0 0 1 1 0 0 1 1 t\u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Solved in Section 5.2 22 Minimal Maximal Cubic \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 1 0 0 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 0 1 1 1 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 0 1 1 1 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 1 0 0 1 0 1 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 0 1 0 1 0 0 1 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 1 0 1 0 1 1 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 0 1 1 0 0 1 0 1 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB All these are conjectured. [K4 | t \u00C2\u00B7 [K4 \u00E2\u0088\u0092Bi]] for i = 1, 2, ...6, [K04 | t \u00C2\u00B7D] [K04 | t \u00C2\u00B7D]c Quartic All others (see [Ans] for a list) t \u00C2\u00B7K4 Table 1.4: Classification: 4 rows. For five rows, the minimal and maximal matrices haven\u00E2\u0080\u0099t been classified, except for the quadratic case, and these are the nine maximal five-rowed configurations which are conjectured to have a quadratic bound. Of these, only F7 is known to have a quadratic bound, proved in Section 5.3. F3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 23 F6 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F7 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F8 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F9 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F10 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 0 1 0 1 1 1 1 0 1 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F11 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 24 1.5 Table of Notation For the following definitions, A,B are m-rowed {0, 1} matrices, F and G are configurations, F is a family of configurations, \u00CE\u00B1 is a column, and S is a subset of rows. We only give informal definitions. For full definitions, see Section 1.3. Name Notation Informal Defn. Example Simple Con- figuration N/A A configuration with no repeated columns. [ 1 1 0 0 1 1 ] \u00E2\u0088\u009A [ 1 1 1 0 1 0 ] \u00C3\u0097 Number of Columns \u00E2\u0080\u0096F\u00E2\u0080\u0096 The number of columns of a repre- sentative. \u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3 \u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3 [ 1 1 1 0 1 0 ]\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3 \u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3 = 3 Number of 0\u00E2\u0080\u0099s/1\u00E2\u0080\u0099s \u00CF\u00830(\u00CE\u00B1), \u00CF\u00831(\u00CE\u00B1) \u00CF\u00830(A), \u00CF\u00831(A) The number of 0\u00E2\u0080\u0099s/1\u00E2\u0080\u0099s in a column or matrix. \u00CF\u00830 ([ 1 0 0 0 ]) = 3 \u00CF\u00831 \u00EF\u00A3\u00AB\u00EF\u00A3\u00AC\u00EF\u00A3\u00AD \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B6\u00EF\u00A3\u00B7\u00EF\u00A3\u00B8 = 2 Column of 0\u00E2\u0080\u0099s/1\u00E2\u0080\u0099s 0m,1m An m-rowed column of 0\u00E2\u0080\u0099s/1\u00E2\u0080\u0099s 03 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 13 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Complement F c Replace 1\u00E2\u0080\u0099s for 0\u00E2\u0080\u0099s and 0\u00E2\u0080\u0099s for 1\u00E2\u0080\u0099s. [ 1 0 1 0 0 1 ]c = [ 0 1 0 1 1 0 ] 25 Name Notation Informal Defn. Example Concatenation [A|B] The columns of A to- gether with those of B. [[ 1 0 0 1 ] \u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3\u00E2\u0088\u00A3 [ 0 0 0 1 ]] = [ 1 0 0 0 0 1 0 1 ] Product t \u00C2\u00B7 F [ F | F | \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 | F\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 t times ] 2 \u00C2\u00B7 [ 1 0 1 1 ] = [ 1 0 1 0 1 1 1 1 ] Product F \u00C3\u0097G The configuration that consists of all combinations of each column of F on top of each column of G A = [ 0 1 1 0 0 1 ] , B = [ 1 0 0 1 ] =\u00E2\u0087\u0092 A \u00C3\u0097 B = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 1 1 0 0 0 0 1 1 1 0 1 0 1 0 0 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Multiplicity \u00CE\u00BB(\u00CE\u00B1,A) Number of columns of A which are equal to \u00CE\u00B1 \u00CE\u00BB ([ 1 0 ] , [ 0 1 1 1 1 0 1 0 ]) = 2 Difference A\u00E2\u0088\u0092B Columns of A minus columns of B [ 1 0 0 1 ] \u00E2\u0088\u0092 [ 1 1 0 1 ] = [ 0 1 ] 26 Name Notation Informal Defn. Example Restriction A|S Rows S of A put to- gether A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 10 1 0 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 A|{1,3} = [ 0 0 1 1 0 0 1 0 ] Identity Im 0\u00E2\u0080\u0099s everywhere except for diagonal I3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 00 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Identity Complement Icm 1\u00E2\u0080\u0099s everywhere except for diagonal Ic3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 11 0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Tower Tm 1\u00E2\u0080\u0099s on the upper-right corner and 0\u00E2\u0080\u0099s on the lower left corner. T3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 1 10 0 1 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Complete Km All possible columns K2 = [ 0 1 0 1 0 0 1 1 ] Complete of sum k Kkm All columns of column sum k K23 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 01 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 27 Name Notation Informal Defn. Example Sub- Configuration F \u00E2\u0089\u00BA G There is a row and col- umn permutation of F which is a submatrix of G [ 1 0 0 1 ] \u00E2\u0089\u00BA \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 10 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB [ 1 0 0 1 ] \u00E2\u008A\u0080 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 11 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Avoid Avoid(m,F) The set of m-rowed simple matrices which avoid all F \u00E2\u0088\u0088 F . Avoid ( 2, [ 1 0 ]) = {[ 0 0 ] , [ 1 1 ] , [ 0 1 0 1 ]} Forb forb(m,F) Maximum number of columns of a matrix in Avoid(m,F). forb ( m, [ 1 0 ]) = 2 Ext ext(m,F) Set of matrices in Avoid(m,F) with exactly forb(m,F) columns ext ( 2, [ 1 0 ]) = {[ 0 1 0 1 ]} Laminar Con- figuration N/A \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 A \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 01 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Table 1.5: Definitions 28 1.6 History 1.6.1 Extremal Combinatorics and Set Theory Extremal Combinatorics deals with problems of finding the maximum or minimum size of a combinatorial class. As such, the path taken by the study of Extremal Combinatorics is filled with alleyways, short roads with many stop signs and quite a few landmarks. The reason for the sinuous nature of this field is that coming up with extremal combinatorial problems is extremely easy, but coming up with answers to said problems often turns out to be very hard. Very similar problems can have vastly different solutions. It is impossible to pinpoint exactly when the first time such questions were studied, but some (like [Juk01]) argue it was Euler who first studied such problems systematically. The last few decades however have seen an explosion of problems of such ilk, one of the reasons being that the hungry monster of Computer Science has posed and keeps posing many such questions with practical applications. Extremal Combinatorics (at least maximization problems) often involves a race to provide better and better upper bounds (which are generally accomplished by theoretical arguments), and better and better lower bounds (which are generally accomplished by constructions). The field of Forbidden Configurations is no different and we often try to \u00E2\u0080\u009Csandwich\u00E2\u0080\u009D forb(m,F) by providing simple matrices with no configuration F \u00E2\u0088\u0088 F and then using a theoretical argument for the upper bound. Many different problems have been studied by a diverse collection of mathematicians. Here we mention a few examples of problems and theorems. Theorem 1.6.1 [Man07] Let G = (V,E) be a graph on n vertices with the property that there is no triangle. Then |E| \u00E2\u0089\u00A4 n2/4. A generalization came from Tura\u00CC\u0081n. Theorem 1.6.2 (Tura\u00CC\u0081n theorem)[Tur41] Let G = (V,E) be a graph on n vertices such that G does not contain a subgraph isomorphic to Kk. Then, |E| \u00E2\u0089\u00A4 k \u00E2\u0088\u0092 2 k \u00E2\u0088\u0092 1 \u00C2\u00B7 n2 2 = ( 1\u00E2\u0088\u0092 1 k \u00E2\u0088\u0092 1 ) \u00C2\u00B7 n 2 2 . 29 And further generalization is due to Erdo\u00CC\u008Bs and Stone, asking for the maximum number of edges that avoids a given graph H. This question was answered asymptotically by Erdo\u00CC\u008Bs, Stone, and Simonovits. Theorem 1.6.3 [ES46] [ES66] (Erdo\u00CC\u008Bs-Stone-Simonovits) Given a number n and a graph H, let forb(n,H) denote the maximum number of edges of a graph in n vertices with no H as a subgraph. Let \u00CF\u0087(H) denote the chromatic number of H. Then for every \u000F > 0 there exists N such that for all n \u00E2\u0089\u00A5 N we have( 1\u00E2\u0088\u0092 1 \u00CF\u0087(H)\u00E2\u0088\u0092 1 \u00E2\u0088\u0092 \u000F ) n2 2 \u00E2\u0089\u00A4 forb(n,H) \u00E2\u0089\u00A4 ( 1\u00E2\u0088\u0092 1 \u00CF\u0087(H)\u00E2\u0088\u0092 1 + \u000F ) n2 2 The related problem of Zarankiewicz asks for the maximum number of edges from a given complete bipartite graph for which a smaller given complete bipartite graph is avoided. A bound was given by Ko\u00CC\u008Bva\u00CC\u0081ri, So\u00CC\u0081s and Tura\u00CC\u0081n ([KST54]). A better bound was given by Fu\u00CC\u0088redi in [Fu\u00CC\u0088r96]. We use this result in our investigations in Chapter 7. There is a rich class of results involving intersecting families (i.e. every two sets in the family intersect). The following are some highlights. Theorem 1.6.4 Let A be an intersecting family on [n]. Then |A| \u00E2\u0089\u00A4 2n\u00E2\u0088\u00921. Theorem 1.6.5 [EKR61] (Erdo\u00CC\u008Bs, Ko, Rado) Let A be an intersecting k-uniform family on [n]. Then |A| \u00E2\u0089\u00A4 (n\u00E2\u0088\u00921 k\u00E2\u0088\u00921 ) . A generalization of this theorem to t-intersecting families is due to Ahlswede and Kacha- trian ([AK97]) who completely characterized the extremal families. A stability result by Anstee and Keevash ([AK06]) was obtained for certain values of the parameters. This was used to establish the asymptotics of forb(m,F ) for k \u00C3\u0097 2 configurations F . 30 Here is a foundational antichain result. Theorem 1.6.6 [Spe28] (Sperner\u00E2\u0080\u0099s Theorem) Let A be a set system on [n] for which there are no A,B \u00E2\u0088\u0088 A such that A \u00E2\u008A\u0086 B. Then |A| \u00E2\u0089\u00A4 ( n dn/2e ) . The following problem is one of many in the field of Ramsey Theory. Many generalizations of this problem also exist and there are many interesting results. Problem 1.6.7 [Ram30] Given a number k, find the maximum number of vertices n for a graph G such that neither G nor Gc contain Kk. By [Ram30], it is known that such number n exists for any k. The full Ramsey Theorem considers colouring all t-sets of [n] using ` colours. The Theorem states that for every k there is n such that any such graph on n vertices has a full monochromatic k \u00E2\u0080\u0098clique\u00E2\u0080\u0099. We may use this, together with the idea of Section 2.2 to conclude that for m large enough there is a clique (of a fixed wanted size) of rows of the matrix A for which the same possibility of \u00E2\u0080\u009CWhat Is Missing\u00E2\u0080\u009D occurs. We now give a very small sampling of extremal problems in many other areas of combi- natorics. In graph theory, Problem 1.6.8 Given a graph G, what is the minimum number of colors one needs in order to colour the vertices of G so that two vertices who share an edge do not have the same colour? It is well-known that 4 colours is enough for any planar graph [AHK77]. For general graphs, the number of colours needed is called the chromatic number. To additive combinatorics, 31 Problem 1.6.9 [TV06] Given an Abelian group G, what is the maximum size of a sum-free set A \u00E2\u008A\u0086 G? (sum-free means there are no a, b, c \u00E2\u0088\u0088 A with a+ b = c). In computational geometry, Problem 1.6.10 [O\u00E2\u0080\u0099R87] (Art Gallery Problem) Given a polygon P , what is the mini- mum number of lights needed to fully illuminate the interior of the polygon? As the reader might have realized by now, there are probably more problems in extremal combinatorics than there are mathematicians (find the minimum number of mathematicians to state all extremal combinatorics problems?) and so we could go on and on. 1.6.2 Forbidden Configurations The field of Forbidden Configurations began when Vapnik and Chervonenkis, Sauer, Perles and Shelah independently proved Theorem 1.3.29, each for different purposes. The theorem was proved first by Vapnik and Chervonenkis in 1968 in [VC68]. Sauer and Bollobas attribute the original problem to Erdo\u00CC\u008Bs. This theorem and the related concepts of VC-dimension and shattered sets have applications in fields as diverse as Machine Learning and Pattern Recognition ([BEHW89], [Vap00], [WD81]), Probability ([Ste78]), Combinatorial Geometry ([Ver05], [Mat02]), Extremal Set Theory ([MZ07], [BKS05]), etc. The general question: \u00E2\u0080\u009CFor a {0, 1}-matrix F , what is the maximum number of columns a simple {0, 1}-matrix A can have so that A doesn\u00E2\u0080\u0099t contain a row and column permutation of F as a submatrix\u00E2\u0080\u009D was first posed by Anstee in [Ans85]. Since then, many people have studied this question. The first paper studying this problem in a systematic way is [AGS97]. Both asymptotic and exact bounds were considered for small forbidden configurations (small in the number of rows). A large number of exact bounds have been proven in [AFS01], [AK07], [ABS11], [AK10]. A particular 4\u00C3\u00972 configuration is given in [ABS11] for which finding an exact bound is highly unlikely. A clearer explanation is in [AK10]. In a private communication, Dukes has obtained tight bounds on the leading coefficient of the associated quadratic bound. 32 Conjecture 1.4.1 arose from the various investigations of asymptotic bounds. Product constructions were introduced in [AGS97]. The importance of three building blocks I, Ic and T were also noted in results by Balogh and Bolloba\u00CC\u0081s [BB05]. The reader might note that I, Ic and T arise repeatedly in proofs, such as in the results of Section 5.3, and product con- structions arise even in exact bounds, such as in the results of Section 4.1.3. Conjecture 1.4.1 was first stated in [AS05], but Anstee already believed that forbidden configuration bounds would be \u00CE\u0098(mk) for some integer k (that depended on F ) long before that. Since then, much of the progress in asymptotic forbidden configurations has been guided by this conjecture. 33 Chapter 2 Basic Techniques We have a number of powerful techniques that work in many cases and that we will use them repeatedly in this thesis. A careful look at the particular properties of each family of configurations we wish to study is typically required. We will describe some of these techniques in generality here and we will refer to them when used to solve particular examples. 2.1 Standard Induction Let F be a family of configurations and let A \u00E2\u0088\u0088 Avoid(m,F). We wish to do induction on m, but if we delete a row r from A, we might run into trouble: the resulting matrix after the deletion might not be simple. Let Cr = Cr(A) be the matrix that consists of the m \u00E2\u0088\u0092 1-rowed columns that have multiplicity 2 in the matrix that results from deleting row r from A. If we permute the rows and columns of A (i.e. we take a representative of the configuration A) so r becomes the first row, the columns of A \ {row r} can be divided into four blocks: A = r [ 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 Br Cr Cr Dr ] . (2.1.1) where Br = Br(A) are the columns that appear with a 0 on row r, but don\u00E2\u0080\u0099t appear with a 1, Dr = Dr(A) are the columns that appear with a 1 but not a 0, and Cr are the columns that appear with both. We call this the standard decomposition of A. Note that [Br|Cr|Dr] is simple and since F \u00E2\u008A\u0080 A, we have that F \u00E2\u008A\u0080 [Br|Cr|Dr]. So [Br|Cr|Dr] \u00E2\u0088\u0088 Avoid(m\u00E2\u0088\u0092 1,F). This means any upper bound on \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 (as a function of m), 34 automatically yields an inductive upper bound on \u00E2\u0080\u0096A\u00E2\u0080\u0096: \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 forb(m\u00E2\u0088\u0092 1,F) + \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 We now study the structure of Cr. Note that [0 1]\u00C3\u0097 Cr is in A. Definition 2.1.1 We say a configuration H is an inductive child of a configuration F if F \u00E2\u0089\u00BA [ 0 ... 0 1 ... 1 H H ] . Note that if H is an inductive child of F and F \u00E2\u008A\u0080 A, then H \u00E2\u008A\u0080 Cr. Therefore if we define HF to be the minimal elements of the family of inductive children of F under order \u00E2\u0089\u00BA, we know Cr \u00E2\u0088\u0088 Avoid(m\u00E2\u0088\u0092 1,HF). Proposition 2.1.2 Let F be a family of configurations. Then forb(m,F) \u00E2\u0089\u00A4 m\u00E2\u0088\u00921\u00E2\u0088\u0091 i=1 forb(i,HF). Proof: Let A \u00E2\u0088\u0088 ext(m,F). Then we know that for any row r, forb(m,F) = \u00E2\u0080\u0096A\u00E2\u0080\u0096 = \u00E2\u0080\u0096Cr\u00E2\u0080\u0096+ \u00E2\u0080\u0096[Br|Cr|Dr]\u00E2\u0080\u0096 \u00E2\u0089\u00A4 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096+ forb(m\u00E2\u0088\u0092 1,F) \u00E2\u0089\u00A4 forb(m\u00E2\u0088\u0092 1,HF) + forb(m\u00E2\u0088\u0092 1,F) \u00E2\u0089\u00A4 m\u00E2\u0088\u00921\u00E2\u0088\u0091 i=1 forb(i,HF) This concludes the proof. \u0004 Since this proposition gives an upper bound on forb(m,F) with respect to forb(m,HF), and HF consists of smaller configurations (but perhaps more of them), we may repeat this process and find a bound instead on forb(m,HHF ), and so on. 35 Given F , constructing HF by hand is easy. We have a computer program that does this for us, but it almost never gets used since it\u00E2\u0080\u0099s so easy to do it by hand. The inductive children of a configuration must have eithr the same number of rows, or one less that the original. Then we must look at columns which get \u00E2\u0080\u009Crepeated\u00E2\u0080\u009D. Perhaps an example would help to clarify this. Example 2.1.3 The inductive children of F = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 10 0 1 1 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB are [ 0 0 1 1 1 1 0 1 ] , [ 0 0 1 0 0 1 ] , and \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 1 10 1 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . These are obtained by deleting a row of F and only taking one for each column that appears with both a 0 and a 1 in the deleted row of F , as well as taking the repeated columns of F only once. \u0004 Sometimes this bound is not enough because forb(m,HF) is too large. What we actually need in order to proceed as above by induction is that \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 is small for some choice of r, not necessarily that forb(m,HF) is small. Often it is the case that we must search for the row r with the least amount of repetition, one for which \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 is as small as possible. If we can prove that for every A \u00E2\u0088\u0088 Avoid(m,F) there must always be a row r with \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 being \u00E2\u0080\u009Csmall enough\u00E2\u0080\u009D, we may appeal to induction and proceed as above. There is another method we might use when \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 is too large. We may delete a limited number of columns (without deleting any row) before proceeding to do induction. For example, if A \u00E2\u0088\u0088 Avoid(m,F), we might select some columns U from A, so that A = [A\u00E2\u0080\u00B2 |U ] which satisfy the property that \u00E2\u0080\u0096U\u00E2\u0080\u0096 is small, and Cr(A\u00E2\u0080\u00B2) is also small (and therefore we might do induction on A\u00E2\u0080\u00B2). In this thesis we also use a new method in order to prove the results of Section 5.3 and Section 7.6 that involves considering only \u00E2\u0080\u009Cessential\u00E2\u0080\u009D rows (in some sense). 36 Definition 2.1.4 For a matrix A and a row r, let L(r) be a minimal subset of the rows of Cr(A) such that Cr|L(r) is a simple configuration. This involves some choice. For each row r we fix this choice. This concept turns out to be quite useful in our investigations, and it arose by considering deleting \u00E2\u0080\u009Cnon-essential\u00E2\u0080\u009D rows of Cr(A) and looking at the structure of the remaining rows. In the next section we will give an alternate way to study the structure of a matrix A \u00E2\u0088\u0088 Avoid(m,F). 2.2 What Is Missing? Let F be a (finite) family of forbidden configurations and let t be the maximum multiplicity of any column in any F \u00E2\u0088\u0088 F . In other words, t := max{\u00CE\u00BB(\u00CE\u00B1, F ) : \u00CE\u00B1 is a column, and F \u00E2\u0088\u0088 F}. Suppose we have a {0, 1}-matrix A \u00E2\u0088\u0088 Avoid(m,F). Given s \u00E2\u0088\u0088 N, consider all s-tuples of rows from A, and for each s-tuple of rows S, consider the matrix A|S formed from rows S of A as in Definition 1.3.10. Without any restriction, A|S could have all 2s possible columns, each with \u00E2\u0080\u009Chigh\u00E2\u0080\u009D multi- plicity. But with the restriction that F \u00E2\u008A\u0080 A for each F \u00E2\u0088\u0088 F , in particular F \u00E2\u008A\u0080 A|S, so some columns have to be missing: we can\u00E2\u0080\u0099t have more than t of all 2s columns, or else we would definitely have all F \u00E2\u0088\u0088 F as subconfigurations. That is, some columns have multiplicity 0 and some must have multiplicity less than t. Perhaps an example might clarify this idea. Suppose F consists of a single configuration F := \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 2 \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 10 1 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , so in this case, t = 2. Let A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 1 0 0 1 0 0 0 1 1 1 0 1 0 1 1 0 0 1 1 1 0 0 0 1 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . 37 For S = {2, 3, 4} we see that A|S = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 0 1 1 1 0 10 1 1 0 0 1 1 1 0 0 0 1 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . In A|S, the columns (1, 0, 0)T and (0, 0, 1)T have multiplicity 0, the columns (0, 0, 0)T , (1, 1, 1)T , (0, 1, 1)T and (1, 1, 0)T have multiplicity 1, and the columns (0, 1, 0)T and (1, 0, 1)T have multiplicity 2. Now imagine what would happen if all columns had multiplicity 2 in A|S instead. Then F would be a subconfiguration of A|S, which would be a contradiction. So some columns must have multiplicity less than 2. This motivates the following definition. Definition 2.2.1 Given a matrix A, a number s \u00E2\u0088\u0088 N and an s-tuple S of the rows of A, we say an s-rowed column \u00CE\u00B1 is absent if \u00CE\u00BB(\u00CE\u00B1,A|S) = 0. We say it is in short supply if \u00CE\u00BB(\u00CE\u00B1,A|S) < t. We say \u00CE\u00B1 is in long supply if \u00CE\u00BB(\u00CE\u00B1,A|S) \u00E2\u0089\u00A5 t. In the example, we can conclude that for any A \u00E2\u0088\u0088 Avoid(m,F ), in each triple of rows (a, b, c) of A there is an ordering (x, y, z) of (a, b, c), for which the columns marked by \u00E2\u0080\u009Cno\u00E2\u0080\u009D must be absent, the columns marked with < 2 must be in short supply and the rest may potentially be in long supply. no no no x y z \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB or < 2 < 2 < 2 x y z \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB or no no < 2 < 2 x y z \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Of course if there are no columns of sum 1 in A|S (the first case), then F \u00E2\u008A\u0080 A|S. The same is true if all columns of sum 2 are in short supply (the second case). The third case might be a little harder to see, but if we take a look at the columns potentially in long supply, we see why: absent short supply long supply no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , < 2 < 2\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 l.s. l.s. l.s. l.s.\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 38 Clearly F is not a subconfiguration: no matter how many times we repeat each column marked in long supply, if we are only allowed to have the columns marked in short supply only once. Notice that in our example, since A does not have F as a subconfiguration, in A|S we see that the third case is the one that occurs, with row order (x, y, z) being (2,3,1), so A|S satisfies no no < 2 < 2\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Some effort is required to determine What Is Missing when we avoid all F \u00E2\u0088\u0088 F for a given F . In the case above, it is straightforward to check the list of 3 cases is complete. In this particular example s = 3 and the number of rows of F was also 3, but s and the number of rows of F do not need to be equal. When s is less than the number of rows of F , every column is in long supply. We can choose s to be anything, but s being the number of rows of F is often used. Larger s provides more information, but there is a trade off: it\u00E2\u0080\u0099s often harder to analyze such information. 2.3 Implications Sometimes while studying the set of possibilities for What Is Missing from an 3-tuple of rows {x, y, z}, we find that one of the possibilities has this restriction: < t < t x y z \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Notice that this means in particular that in rows x, y there are at most 2t \u00E2\u0088\u0092 2 columns that have a 0 in row x and a 1 in row y: < t < t x y z \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB =\u00E2\u0087\u0092 \u00E2\u0089\u00A4 2t\u00E2\u0088\u0092 2 x y [ 0 1 ] 39 This observation motivates the following definition. Definition 2.3.1 Given a matrix A and a function f : N\u00C3\u0097N\u00E2\u0086\u0092 N, we say for a row x and a row y that we have the implication x\u00E2\u0086\u0092 y, if the following is satisfied on the pair of rows x, y: \u00E2\u0089\u00A4 f(t) x y [ 0 1 ] (2.3.1) Notice that x\u00E2\u0086\u0092 y means that if in some column of A there is a 0 in row x, then there is usually a 0 in row y, except perhaps for f(t) columns. Definition 2.3.2 We say a column violates an implication x \u00E2\u0086\u0092 y if it has a 0 in row x and a 1 in row y. Thus, x \u00E2\u0086\u0092 y means there are at most f(t) columns that violate the implication. We call implications that never get violated pure implications, and implications that get violated at least once impure implications. Proposition 2.3.3 Let A be a {0, 1}-matrix and consider the directed graph G, where the vertices are the rows, and the arrows are the implications. Suppose we had an implication x\u00E2\u0086\u0092 y and we also had a path of implications x = x0 \u00E2\u0086\u0092 x1 \u00E2\u0086\u0092 x2 \u00E2\u0086\u0092 ...\u00E2\u0086\u0092 xn = y. Then we may conclude that if a column of A violates x \u00E2\u0086\u0092 y, it must also violate an implication of the form xi\u00E2\u0088\u00921 \u00E2\u0086\u0092 xi for some i with 1 \u00E2\u0089\u00A4 i \u00E2\u0089\u00A4 n. Proof: Indeed, if a column \u00CE\u00B1 has a 0 in row x and a 1 in row y, consider the smallest index i for which \u00CE\u00B1 has a 1 in row i. Then the column must have a 0 in row i \u00E2\u0088\u0092 1 and therefore violates xi\u00E2\u0088\u00921 \u00E2\u0086\u0092 xi. \u0004 Given A, using this technique we might be able in some cases to select just some small set I of implications, so that if a column of A violates any implication, then it must necessarily violate an implication in our set I. The number of columns violating any implication will 40 then be at most f(t) \u00C2\u00B7 |I|. The power of implications comes from the fact that if |I| and f(t) are small enough, even if the total number of implications is large, we can delete every column that violates any implication, thus making the implication pure. The result is that columns previously marked as being \u00E2\u0080\u009Cin short supply\u00E2\u0080\u009D are now completely absent. This is a powerful technique, because many times we are able to find an upper bound on forb(m, [G|H]) with G,H simple with no columns in common, and we wish to find an upper bound on forb(m, [G|t \u00C2\u00B7 H]). Considering a matrix A that has no [G|t \u00C2\u00B7 H], we are able to delete at most f(t) \u00C2\u00B7 |I| columns from A, and then this new matrix won\u00E2\u0080\u0099t have [G|H]. So under these assumptions, we are able to conclude that \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 f(t) \u00C2\u00B7 |I|+ forb(m, [G|H]). 41 Chapter 3 Computer Program Developed In this chapter we will describe a C++ program we used extensively in the results that follow. We give a description of the algorithms and data structures. Our code computes the following tasks: Sub-Configuration: Answers the question of whether or not a configuration F is a sub- configuration of a configuration A. Conjecture: Determines the asymptotic bound predicted by Conjecture 1.4.1 for a given configuration F . In other words, it finds X(F ). Classification: Once we know how to find X(F ), given a certain number of rows, this program finds all boundary cases. What Is Missing? Given s and a family of configurations F , this program finds the list of What Is Missing in each s-tuple of rows if we forbid F . Finding forb: Given F and a small value of m (specifically, m \u00E2\u0089\u00A4 5), this program computes forb(m,F). Guessing forb: For m = 6, 7, 8, 9, this program uses local search (in particular, a Genetic Algorithm among others) to guess the extremal matrices ext(m,F). In the subsequent sections we\u00E2\u0080\u0099ll deal with all these problems and describe our own approach to these tasks. All these have been implemented in C++ (and some of them in sage as well) and are available for download from http://www.math.ubc.ca/\u00E2\u0088\u00BCanstee/ For some of these tasks, complexity is unfortunately doubly exponential in the number of rows (for What Is Missing, Finding forb, Classification), while for others (Sub-Configuration, 42 Conjecture) it is merely exponential in the number of rows. In any case, we only deal with these problems for small configurations, and even for such cases it is often the case we aren\u00E2\u0080\u0099t able to use the information given by the computer to prove results, so better algorithms would not necessarily result in new results in Forbidden Configurations. 3.1 Representation of a Configuration We are interested in an efficient representation for configurations, in order to perform the tasks described above. In the progress of our investigations, we have had various versions of the program. We will record here how the program works based on the posted version, and recorded for posterity in the above link. Various things were done in a different manner, but we have mainly improved usability and speed with each subsequent version. Each version of the program was tested against many different configurations for correctness, and some tasks were implemented in sage (http://www.sagemath.org/) as well, in order to check the answers when they were too large to check by hand. For the \u00E2\u0080\u009CWhat Is Missing\u00E2\u0080\u009D calculation it is easy to check that each possibility, if satisfied, indeed implies that the given configurations are avoided, but there is no easy way to check that the list of possibilities is complete. First of all, we explain how the program stores configurations. Most of what we want the program to do involves performing a huge number of configuration comparison operations, which is testing whether or not a configuration F is a subconfiguration of a configuration A. As a first approach it would seem as if, for this task, we would be required to test each row and column permutation of F against each submatrix of A. This is of course a very slow way to do this. A simple trick to speed up the computations is to keep the columns of a configuration always in some canonical order. Then, to test whether or not a configuration F is contained in another A, we just need to permute rows of F and take subsets S of rows of A and place the columns of A|S in canonical order. Most of the tasks we described above involve checking whether or not a given (fixed) configuration F is a subconfiguration of a vast number of configurations A. In particular, any pre-processing we do on F can be considered as almost free. For example, finding all row permutations of F and storing them would need to be done once for each configuration F , and not at all for configurations A. After many attempts, it seems that the best (fastest) way to store a configuration that would make many of the other tasks reasonably fast is this: Maintain an array of integers 43 where the indices of the array, written in binary, are the columns of the configuration, and the actual numbers of the array represent the number of times a column appears. That is to say, a configuration F in m rows is represented by an array (C++ vector) F of size 2m. For a number \u00CE\u00B1, consider the binary representation of \u00CE\u00B1 and consider it as a column with m rows. If necessary, put enough 0\u00E2\u0080\u0099s at the beginning of the binary representation in order to have the required m bits. The number F[\u00CE\u00B1] (the \u00CE\u00B1-th number of the array) represents the number of times that column \u00CE\u00B1 appears in configuration F . In the implementation, we use an array of unsigned characters instead of integers, since we never need a configuration with the same column repeated more than 255 times. An unsigned character consists of 1 byte (8 bits). For example, the array F = [1, 0, 0, 2, 0, 1, 0, 1] represents the following configuration (notice it has 3 rows, since the array has size 8 = 23): F = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 0 1 10 1 1 0 1 0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . To see this, remember we start from 0. There is a one in position 0 = 000b, meaning the colum (0, 0, 0)T gets repeated one time. A two in position 3 = 011b, a one in position 5 = 101b and a one in position 7 = 111b. The columns of this matrix are the representations of these numbers in binary form. An observant reader might complain that this has the disadvantage that it requires storing 2m bytes, and if F doesn\u00E2\u0080\u0099t have many columns, most of those will be 0\u00E2\u0080\u0099s. But it\u00E2\u0080\u0099s a minor disadvantage, because even at 10 rows we would only need 1024 bytes, and we usually have configurations for which the number of rows is 5 or less (32 bytes). Perhaps this would become more of an issue with configurations with a high number of rows, but for those configurations, most of our tasks would require too much time to be of any practical use. We came to this representation after an implementation which represented columns as an array of bits (C++ bitset) and storing them into an ordered tree-like structure (C++ STL multiset). This might be a more natural implementation, but profiling the code made clear that the program was spending most of its time counting how many columns of a certain type appeared in a configuration, and was also spending a considerable amount of time navigating the tree. Explicitly storing the number of times each column appears, and making that number instantly accessible by storing it in an array (for random access) gives a very noticeable speedup and allows us to consider larger problems. By representing columns 44 as numbers, we can do a lot of preprocessing and compute large tables in which we have almost instant access time. For example, consider the following problem, which has to be done many times for our tasks: Given a column \u00CE\u00B1 and a subset S (represented by an integer as written in binary), what column is \u00CE\u00B1S? This is relatively slow to compute, but we can fill out a table by preprocessing to speed up any further access to it. Since we do this a few million times, the investment is sound. The other advantage is that it becomes immediately clear how to compare two configu- rations with the same number of rows to see if one is a column-permutation submatrix of the other; check if for any column (index) the integer at position c of the first array is bigger than that of the second array. To check if F is a subconfiguration of A, we would need to find all permutations of the rows of F (which we need to do just once per configuration). 3.2 Subconfigurations Suppose F and A are configurations and we want to decide if F \u00E2\u0089\u00BA A. Then for every s-tuple of rows S (where s is the number of rows of F ), we can extract from A the configuration A|S easily with our pre-stored table of columns and subsets. Once we\u00E2\u0080\u0099ve done this for each column of A and found A|S, then for each permutation of rows of F , we check if every column \u00CE\u00B1 in the array corresponding to configuration F appears less than or equal to the corresponding number for column \u00CE\u00B1 in the array of A|S. We can check every subset S like this. If at any point this is so, we can return true. There are a few speedups. Sometimes it\u00E2\u0080\u0099s immediately obvious a configuration can\u00E2\u0080\u0099t be contained in another. For example, if there are more 1\u00E2\u0080\u0099s in F than in A, or if F has more columns or rows than A, then F \u00E2\u008A\u0080 A. 3.3 Determining X(F) Given a configuration F , we wish to find X(F ). In other words, we wish to find the conjec- tured asymptotic bound for forb(m,F ). We may make a simplification using Lemma 1.4.2 and assume the multiplicity of any column of F is at most 2. First, suppose we wanted to test whether or not there exists r such that configuration F 45 is contained in the product Pr(a, b, c) = Ir \u00C3\u0097 ...\u00C3\u0097 Ir\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 a times \u00C3\u0097 Icr \u00C3\u0097 ...\u00C3\u0097 Icr\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 b times \u00C3\u0097Tr \u00C3\u0097 ...\u00C3\u0097 Tr\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8 c times . Building this object with r = R as calculated in Lemma 1.4.2 would be prohibitively slow. Instead, we build a set X of subconfigurations from PR(a, b, c) such that if F \u00E2\u0089\u00BA PR(a, b, c), then F \u00E2\u0089\u00BA X for some X \u00E2\u0088\u0088 X . Notice that if F \u00E2\u0089\u00BA PR(a, b, c), then the rows of F get \u00E2\u0080\u009Cpartitioned\u00E2\u0080\u009D into a+ b+ c parts (a part can be empty), where each part belongs to a factor of the product PR(a, b, c). Because of Lemma 1.4.2, we can assume each column appears at most twice. Given s \u00E2\u0088\u0088 N, consider the following matrices: AI(s) = [ 0s 0s Is ] , AIc(s) = [ 1s 1s I c s ] , AT (s) = [ Ts Ts ] . We see that an s-rowed configuration F with each column repeated at most twice is contained in Im for some large m, if and only if F \u00E2\u0089\u00BA AI(s). We can then consider all partitions of rows of F and see if each part is contained in the corresponding AI , AIc or AT . For example, to test whether F = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 1 0 1 1 1 0 0 0 0 1 1 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB is contained in I \u00C3\u0097 T \u00C3\u0097 T , we would partition the rows of F in three parts. In this case, F has five rows, so consider, for example, the following partition of 5: (2, 2, 1), for example. Consider the following representatives: AI(2) = [ 0 0 1 0 0 0 0 1 ] AT (2) = [ 0 0 1 1 1 1 0 0 0 0 1 1 ] AT (1) = [ 0 0 1 1 ] , and build a 5-rowed matrix A := AI(2)\u00C3\u0097AT (2)\u00C3\u0097AT (1). If F \u00E2\u0089\u00BA A, then F \u00E2\u0089\u00BA I \u00C3\u0097 T \u00C3\u0097 T . If we do this for every possible partition of 5, we get the desired result. To find X(F ) we can build a tree of possibilities of products and return the largest for which F not a subconfiguration of a product of this form, observing that if F is a 46 subconfiguration of a product Pr(a, b, c), then it will be a subconfiguration in any product Pr(a \u00E2\u0080\u00B2, b\u00E2\u0080\u00B2, c\u00E2\u0080\u00B2) with a\u00E2\u0080\u00B2 \u00E2\u0089\u00A5 a, b\u00E2\u0080\u00B2 \u00E2\u0089\u00A5 b and c\u00E2\u0080\u00B2 \u00E2\u0089\u00A5 c. 3.4 Boundary Cases to Classify Configurations We wish to find all boundary cases (Definition 1.4.3) for a given number of rows s and a number k using the computer. We use the program described in the previous section to find X(F ) for many different F . The method we use is very straightforward: start adding columns, one by one. Build a tree of configurations, where the children of a configuration F are the ones that consist of F plus a column. Find X(F ) for each configuration in the tree. Store all those configurations F for which X(F ) = k, and then find only the maximal and minimal configurations in the ordering \u00E2\u0089\u00BA. If at some point we add a column and the bound jumps to k + 1 or higher, discard and go to the next configuration. Columns will be repeated at most twice because of Lemma 1.4.2. Unfortunately this method is very slow because the same configuration is searched mul- tiple times, since each configuration may have many representatives. To get rid of repetition we might check for equivalence of configurations against everything we have stored so far. But checking if two configurations are equivalent is usually slow, so doing it every time is also very slow. What seems to work best is to do check for equivalence, but only up to a point. For example, we can consider all pairs of columns, test those and only take one representative of each equivalence class. Then from each pair, start building the tree as described above. After that, it will be relatively unlikely that two configurations we search are equivalent, so the amount of repetition will be relatively low. Of course, much repetition will still occur, but much less than in the original tree. Notice that it isn\u00E2\u0080\u0099t as critical that classifying configurations be a fast calculation. We need to do it once for every s and k, but no more. Once we know the maximal and minimal quadratics for five rows, we never need to calculate them again. Other calculations, such as finding X(F ) or What Is Missing, have to be performed for each configuration (or family) we wish to study, so decreasing the running time is more of a priority in those cases since faster programs allow us to study bigger configurations. 47 3.5 Finding What Is Missing and Forbidden We describe the part of the program whose input is a family of configurations F and a number s, and its output is the list of possibilities for columns absent or in short supply. This computation has been the most useful for the thesis. To find a list of possibilities of What Is Missing in s rows after forbidding F \u00E2\u0088\u0088 F , we present the problem in a complementary way and instead find what can be present. To find this we may start with St = t \u00C2\u00B7 Ks (where t is the maximum multiplicity of a column in any configuration of F) and remove columns from it doing breadth first search, to find all the maximal configurations A for which F \u00E2\u008A\u0080 A. Then the {0, 1}\u00E2\u0088\u0092complements of such A\u00E2\u0080\u0099s are the list of What Is Missing. This is very slow, since the search space could have 22 ts configurations. But we can speed up the calculations. For example, by carefully choosing which columns we start our search with (i.e. removing unnecessary columns from St). The main speedup for this program comes from choosing a different starting point by considering each column sum separately in the following manner. For a sequence (t0, t1, ..., ts) \u00E2\u0088\u0088 Ns, consider S := [t0 \u00C2\u00B7K0s | t1 \u00C2\u00B7K1s | ... | ts \u00C2\u00B7Kss ]. Instead of making ti = t, we can make ti the biggest number a column of column sum i appears in any configuration F . Of course, since configurations F \u00E2\u0088\u0088 F might have less than s rows, each column might count for many different column sums, in all the ways it could be filled. In other words, if F has k rows, we consider the s-rowed configuration F \u00C3\u0097 Ts\u00E2\u0088\u0092k and then count how many times each column appears. Then for each column sum take the maximum, and then take the maximum over all configurations F \u00E2\u0088\u0088 F . Perhaps an example would be useful. Suppose s = 4 and F consist of the following two configurations: F1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 11 0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB and F2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 0 0 0 0 1 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB We wish to find a starting point S for the search. We are searching then for t0, t1, t2, t3 and t4. As instructed above, since F1 only has 3 rows, it acts as F1 \u00C3\u0097 T1 = F1 \u00C3\u0097 [0 1] for the purpose of considering column sums. We can deduce that t0 = 0, since there are no columns of column sum 0. Since F1 \u00C3\u0097 T1 48 with a 0 on the bottom contains columns of column-sum 1, but no repeated columns of column sum 1, we can set t1 = 1. F2 has a column of sum two with multiplicity two, so t2 = 2. And because of F1, we have both t3 = 1 and t4 = 1. Then instead of starting with 2 \u00C2\u00B7K4, which has 32 columns, we may start with the following matrix: S = [K14 | 2 \u00C2\u00B7K24 | K34 | K44 ] = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 100011110011000011101 010011001100110011011 001000111100001110111 000100000011111101111 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , which has only 22 columns. The search space has size 222; 1024 times smaller than 232. This alone provides a massive reduction for most families F . Using Lemma 1.4.2, if the multiplicity of a column is 3 or more, we can usually assume it is 2 for our purposes. We only distinguish between columns absent, those in short supply and those in long supply. Once we have the list of subconfigurations A of S such that F \u00E2\u008A\u0080 A, we take only the maximals with respect to order \u00E2\u0089\u00BA. What Is Missing can be obtained by considering S \u00E2\u0088\u0092 A. For the example above, the computer gives us the list of What Is Missing in about one second. P0 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P1 = no no < 2 no < 2 no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P2 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 49 P3 = no < 2 < 2 no < 2 < 2 no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P4 = no no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P5 = no no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P6 = no no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P7 = < 2 < 2 < 2 no < 2 < 2 no < 2 no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 50 P8 = no no < 2 no no no no < 2 no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P9 = no no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P10 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P11 = no no no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P12 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 51 P13 = no no no no no no < 2 no < 2 no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P14 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB In practice checking configurations with s \u00E2\u0089\u00A4 4 is almost instantaneous, s = 5 takes, depending on the configuration, anywhere from a few minutes to a couple of hours, and with s = 6 it\u00E2\u0080\u0099s typically hopeless, although it can be done if for example the configuration only has columns of column sum 3 and is simple, since 2( 6 3) is still a reasonable number. Finally, note that finding forb(m,F) is a subproblem of this, when s = m. Start with the complete matrix Km and remove columns one by one until we stop having F \u00E2\u0088\u0088 F . Perform breadth-first on the tree of column deletions in order to search for the configuration with the most number of columns for which no F \u00E2\u0088\u0088 F is a subconfiguration. Algorithm 3.5.1 Here is some pseudo-code to find What Is Missing (WIM). Input: A family of configurations F , a number s Output: A list of possibilities for What Is Missing for i = 0 to s do ti := max{\u00CE\u00BB(\u00CE\u00B1, F \u00C3\u0097 Ts\u00E2\u0088\u0092k) : \u00CE\u00B1 column of column sum i and F \u00E2\u0088\u0088 F with k rows} end for S := [t0 \u00C2\u00B7K0s | t1 \u00C2\u00B7K1s | ... | ts \u00C2\u00B7Kss ] List := \u00E2\u0088\u0085 for all s-rowed K \u00E2\u0089\u00BA S do if F \u00E2\u008A\u0080 K then Add K to List end if 52 end for List = maximals(List) ListWIM := {S \u00E2\u0088\u0092K : K \u00E2\u0088\u0088 List} return ListWIM 3.6 Guessing Forb Consider F a family of (small) configurations and m a (small) fixed integer. Suppose we wish to to find (or rather, guess) forb(m,F) using the computer. This approach has helped considerably with the proofs of 3 exact bounds (described in Section 4.1 and Section 4.3). For these results, once we had an extremal matrix that avoids F it was relatively straightforward to construct a proof of this fact. We defer the details of the proofs to the subsequent sections. For now, we will describe the methods used to provide us with what seems to be a good and dependable guess of forb(m,F). The idea is to consider all the 2m columns in some order and add them one by one into a matrix A, making sure at each step we don\u00E2\u0080\u0099t create any F \u00E2\u0088\u0088 F as a configuration. The order in which to add columns is what will determine the size of \u00E2\u0080\u0096A\u00E2\u0080\u0096 at the end of the process. To do this, enumerate all the columns and for each permutation of [2m] find the number of columns that would be added while avoiding all F \u00E2\u0088\u0088 F if we were to add them in that order. We call the columns that would get added in this procedure good columns and the columns that get discarded bad columns, with respect to the given permutation. We wish then to find a permutation that maximizes the number of good columns. So the search space has size (2m)!, which is too big to search exhaustively, but our experiments suggest local search can often find the correct answer when m isn\u00E2\u0080\u0099t too large. We\u00E2\u0080\u0099ll describe three methods. Perhaps this explanation could benefit by an example. Suppose we wanted to forbid F = [ 1 0 0 1 ] 53 and suppose m = 3. Consider all eight 3-rowed columns in the following order: 1 2 3 4 5 6 7 8\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Then consider the permutation (4, 1, 3, 6, 5, 8, 2, 7). We start adding columns in the order given by this permutation. If adding a certain column would rise to a copy of F , then don\u00E2\u0080\u0099t add it and continue to the next one. This is how it would work for this permutation: 1. Add column 4. A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 2. Add column 1: A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 00 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 3. Can\u00E2\u0080\u0099t add column 3. 4. Add column 6: A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 10 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 5. Can\u00E2\u0080\u0099t add column 5. 6. Add column 8: A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 10 0 0 1 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 7. Can\u00E2\u0080\u0099t add column 2. 8. Can\u00E2\u0080\u0099t add column 7. We end up with 4 columns, with the good columns being {4, 1, 6, 8} and the bad columns being {3, 5, 2, 7}. 54 3.6.1 Brute Force Greedy Search The brute force method does the following: \u00E2\u0080\u00A2 Choose a permutation at random. \u00E2\u0080\u00A2 Separate into good and bad columns. \u00E2\u0080\u00A2 Count the number of good columns. \u00E2\u0080\u00A2 Repeat, while keeping track of the \u00E2\u0080\u009Cbest\u00E2\u0080\u009D so far (i.e. the one with the most number of good columns) The strength of this method is that we may do this thousands of times in a relatively short time. This method is good for simple configurations in which there are many different ways to achieve the bound, but in our experience, it fails to find the optimal bound in many cases. An easy bound on the probability p of finding the best configuration in a single try is the following. Let f = forb(m,F). Then p \u00E2\u0089\u00A5 (2 m \u00E2\u0088\u0092 f + 1)( 2m f ) . Indeed, if A \u00E2\u0088\u0088 ext(m,F) and gi (for i \u00E2\u0088\u0088 {1, 2, ..., f}) is any permutation of the columns of A and bi (for i \u00E2\u0088\u0088 {1, 2, ..., (2m \u00E2\u0088\u0092 f)}) is a permutation of the columns that are not in A, we see that for any j \u00E2\u0088\u0088 {0, 1, ..., (2m \u00E2\u0088\u0092 f)} any permutation of the form: (g1g2...gf\u00E2\u0088\u00921b1, b2, ..., bj, gf , bj+1, ..., b2m\u00E2\u0088\u0092f ) gives rise to a matrix in ext(m,F), since by separating good columns from bad columns, as described in the previous section, we see that at least we are allowed to add g1, g2, ..., gf\u00E2\u0088\u00921 to the good columns without interruption, and we must be allowed to add to the good columns at least one of b1, b2, ..., bi or gf . The above bound might not be very accurate, as many other permutations might give rise to extremal matrices, but at least it grounds the problem. 3.6.2 Hill Climbing We describe a method that improves over brute force. Start with some permutation and separate the 2m columns into good and bad columns. Then for each column b in bad, form a 55 new permutation by putting b at the beginning, but leaving all others in place. This ensures that the chosen column b is selected. From all the possibilities for choice of b, choose the best one, that is, the one that gives the most columns in good. If there are ties, pick one at random. Repeat this process until there is no improvement. In our example, we would have to consider all the following permutations: 1. (3, 4, 1, 6, 5, 8, 2, 7) 2. (5, 4, 1, 3, 6, 8, 2, 7) 3. (2, 4, 1, 3, 6, 5, 8, 7) 4. (7, 4, 1, 3, 6, 5, 8, 2) In this case all of them give size 4, but in general some might be better than others. Local search as described above gets stuck very quickly, but it does perform better than brute force. Algorithm 3.6.1 Here is some pseudo-code to perform hill climbing. This code gives up if it gets stuck. It\u00E2\u0080\u0099s easy to modify it to to be able to \u00E2\u0080\u009Cwalk\u00E2\u0080\u009D while being stuck, and if there is no improvement after, say, 20 iterations, stop. Input: A family of configurations F , a number m, a permutation of 2m, \u00CF\u0083. Output: A configurations in Avoid(m,F) that is thought to be extremal. stuck := false Find good(\u00CF\u0083) and bad(\u00CF\u0083) while not stuck do for all b \u00E2\u0088\u0088 bad(\u00CF\u0083) do \u00CF\u0083b := (b, \u00CF\u0083 \ b) Separate \u00CF\u0083b into good(\u00CF\u0083b) and bad(\u00CF\u0083b). end for \u00CF\u0086 := argmax{|good(\u00CF\u0083b)| : b \u00E2\u0088\u0088 bad(\u00CF\u0083)} if |good(\u00CF\u0086)| > |good(\u00CF\u0083)| then \u00CF\u0083 \u00E2\u0086\u0090 \u00CF\u0086 else stuck = true end if 56 end while return \u00CF\u0083 3.6.3 Genetic Algorithm An even better way to search the space is using a Genetic Algorithm. The idea is to mimic evolution. We maintain a population of \u00E2\u0080\u0098individuals\u00E2\u0080\u0099 and assign \u00E2\u0080\u0098fitness\u00E2\u0080\u0099 to them in some way (in our case, the number of \u00E2\u0080\u0098good\u00E2\u0080\u0099 columns). Then pick two at random, but giving higher probability to those with higher fitness. Call them father and mother. Then combine them in some way to produce offspring, hopefully with better results than either father or mother. Do this for many generations. There are many ways to combine permutations of course. The one we found that works well is as follows: 1. For both father and mother, separate the columns into good and bad. 2. Take a random number of the good part of mother, and consider all columns from the start up to the chosen random number. 3. Permute the entries of father so that the numbers in the chosen part of mother are in the same order as those in mother. This is better shown with an example. Suppose we had a father and a mother like this: father = (2, 3, 6, 1 | 7, 4, 8, 5) and mother = (5, 3, 8, 1, 4 | 7, 2, 6) with the numbers shown before the vertical line being the good part and the numbers shown after the vertical line being the bad part. Pick a random entry in the good part of mother. For example, pick 1 and look at the numbers that appear (in mother) to the left of the picked number. In this case, (5, 3, 8, 1). In father, select these numbers. father = (2,3, 6,1|7, 4,8,5) Make child by shuffling the selected entries in father so that they match the order of mother. child = (2,5, 6,3, 7, 4,8,1). 57 And finally, separate the columns of child into good and bad. This approach has given very good results in our experience. Algorithm 3.6.2 Here is some pseudo-code to perform genetic search as described in this section. After some empirical experimentation, we find that using a population size of 40 and 200 generations are good numbers. Input: A family of configurations F , a number m Output: A list of configurations in Avoid(m,F) that are thought to be extremal. Define Population to be a list 40 random permutations of 2m. for i = 0 to 200 do for all \u00CF\u0083 \u00E2\u0088\u0088 Population do Separate \u00CF\u0083 into good(\u00CF\u0083) and bad(\u00CF\u0083) columns. end for Define NewGeneration :=10 best from Population. while |NewGeneration| < 40 do Pick father and mother from Population {Pick random permutations \u00CF\u0083 according to how big good(\u00CF\u0083) is} Mix father and mother to produce child Add child to NewGeneration end while Population\u00E2\u0086\u0090 NewGeneration end for 58 Chapter 4 Exact Bounds 4.1 Two 3x4 Exact Bounds A list of 3\u00C3\u0097 4 configurations for which the exact bounds are not known are listed in [AK10]. We solve two of them, and give conjectured bounds for the rest in Section 8.1.3. 4.1.1 Introduction We study the following configurations V,W (where forb(m,V ) and forb(m,W ) weren\u00E2\u0080\u0099t pre- viously known), and compare to the common submatrix X (where forb(m,X) was found in [ABS11]). X = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , V = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 0 01 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , W = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We used our Genetic Algorithm to seek extremal matrices A \u00E2\u0088\u0088 ext(m,V ) and A \u00E2\u0088\u0088 ext(m,W ) for small m. From these examples we guess the structure of extremal matrices in general and then we are subsequently able to prove these matrices are indeed extremal. Guessing such structures would have been challenging without the help of the Genetic Al- gorithm. Theorem 4.1.1 [ABS11] Let m \u00E2\u0089\u00A5 3. Then forb(m,X) = (m 2 ) + ( m 1 ) + ( m 0 ) + 1. 59 Note that X \u00E2\u0089\u00BA V and X \u00E2\u0089\u00BA W . We initially thought (before using the Genetic Algorithm) that forb(m,V ) = forb(m,W ) = forb(m,X). Related results are in [ABS11], [AK06]. The structure of the apparently extremal matrices generated by the Genetic Algorithm provided the strategy to tackle the bounds for forb(m,V ) and forb(m,W ). Interestingly, the Genetic Algorithm was used again in each example in the inductive proof to guess forb(m,HV ) and forb(m,HW ). 4.1.2 The Bound for W Recall that W = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We can use the computer to compute forb(m,W ) for m \u00E2\u0089\u00A4 5 as described in Section 3.5. We then use the Genetic Algorithm to compute guesses for forb(m,W ) for m = 6, 7, 8 and also guess the structure of the extremal matrices. We then proceed to prove these guesses. Theorem 4.1.2 Let m \u00E2\u0089\u00A5 2. Then forb(m,W ) = (m 2 ) + ( m 1 ) + ( m 0 ) +m\u00E2\u0088\u0092 2. In order to prove this we proceed using the Standard Induction of Section 2.1: Let A \u00E2\u0088\u0088 Avoid(m,W ). If we could find some row r for which the number of repeated columns \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m+ 1, then we would be done: \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m+ 1 + ( m\u00E2\u0088\u0092 1 2 ) + ( m\u00E2\u0088\u0092 1 1 ) + ( m\u00E2\u0088\u0092 1 0 ) + (m\u00E2\u0088\u0092 1)\u00E2\u0088\u0092 2 = ( m 2 ) + ( m 1 ) + ( m 0 ) +m\u00E2\u0088\u0092 2. So we may assume that \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A5 m+ 2 for every r. The minimal inductive children of W are: G1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , G2 = [1 1 0 0 0 0 1 1 ] , G3 = [ 1 1 1 1 1 1 0 0 ] . 60 Given that Cr(A) \u00E2\u0088\u0088 Avoid(m \u00E2\u0088\u0092 1, {G1, G2, G3}), under these assumptions the following Lemma establishes that \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 = (m\u00E2\u0088\u0092 1) + 3 = m+ 2. Lemma 4.1.3 Let m \u00E2\u0089\u00A5 4. Then forb(m, {G1, G2, G3}) = m+ 3. Proof: For the lower bound forb(m, {G1, G2, G3}) \u00E2\u0089\u00A5 m + 3 an example (which was again found using our Local Search strategies) suffices. Consider the matrix A = [0m | K1m | 1m | \u00CE\u00B1], where \u00CE\u00B1 is any other column. Clearly A \u00E2\u0088\u0088 Avoid(m, {G1, G2, G3}) and \u00E2\u0080\u0096A\u00E2\u0080\u0096 = m + 3. To prove the upper bound, we proceed by induction on m. Let A \u00E2\u0088\u0088 Avoid(m, {G1, G2, G3}). Then, if we forbid {G1, G2, G3}, below are the 16 possible cases of What Is Missing on each quadruple of rows, found using the program described in Section 3.5. The following list is complete because the search is exhaustive. no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 61 no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 62 no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 63 no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB We check this list to see that there are at most seven columns present on four rows (at least nine of sixteen are absent) and so forb(4, {G1, G2, G3}) = 7. Now consider m \u00E2\u0089\u00A5 5. It\u00E2\u0080\u0099s easy to check by considering every quadruple of rows that there is a row and a column we can delete from A and keep the remaining (m\u00E2\u0088\u0092 1)-rowed matrix A\u00E2\u0080\u00B2 simple. Then by induction, \u00E2\u0080\u0096A\u00E2\u0080\u00B2\u00E2\u0080\u0096 \u00E2\u0089\u00A4 (m \u00E2\u0088\u0092 1) + 3 = m + 2 and then \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 \u00E2\u0080\u0096A\u00E2\u0080\u00B2\u00E2\u0080\u0096 + 1 \u00E2\u0089\u00A4 m + 3. To find such a row and column, look at the columns marked \u00E2\u0089\u00A4 1 and > 1, and see that there is a row we can delete such that the only repeat (if there is one) has one of the columns marked \u00E2\u0089\u00A4 1. We used the help of the free software sage (http://www.sagemath.org/), but it could also be done by hand. For example, for the first possibility, \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1 i j k ` \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , deleting the row of A corresponding to row ` and the column of A corresponding to the fifth column above (0, 0, 0, 1)T (if it exists), keeps the remaining matrix simple. In all cases above one can delete the final row (together with at most one column in short supply). Thus \u00E2\u0080\u0096C\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m+ 3. \u0004 We need a more detailed lemma about an m\u00C3\u0097 (m+3) matrix in Avoid(m, {G1, G2, G3}), one that was predicted using our Genetic Algorithm. Lemma 4.1.4 Let A \u00E2\u0088\u0088 Avoid(m, {G1, G2, G3}) with m \u00E2\u0089\u00A5 3 and \u00E2\u0080\u0096A\u00E2\u0080\u0096 = m + 3. Then K1m \u00E2\u0089\u00BA A. Moreover, the remaining three columns are 0m and two additional columns \u00CE\u00B1, \u00CE\u00B2 with \u00CE\u00B1 < \u00CE\u00B2 (meaning that on each row for which \u00CE\u00B1 has a 1, \u00CE\u00B2 also has a 1). Proof: We proceed by induction on m. We checked all cases with m = 3, 4 using a computer. 64 Assume A \u00E2\u0088\u0088 Avoid(m, {G1, G2, G3}) with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = m + 3 and m \u00E2\u0089\u00A5 5. From our proof of Lemma 4.1.3, there is a row and a column from A we can delete to obtain a (m\u00E2\u0088\u00921)\u00C3\u0097(m+2) simple matrix A\u00E2\u0080\u00B2. We may assume K1m\u00E2\u0088\u00921 \u00E2\u0089\u00BA A\u00E2\u0080\u00B2 by induction. Assume we deleted the last row from A to obtain A\u00E2\u0080\u00B2 and that the deleted column was the last column of A. If we restrict ourselves to the first m\u00E2\u0088\u00921 rows, the deleted column has to be a repeat of one of the columns of A\u00E2\u0080\u00B2, else we would have an (m \u00E2\u0088\u0092 1) \u00C3\u0097 (m + 3) simple matrix contradicting Lemma 4.1.3. At this point the proof is finished save for a case analysis on each of the possible columns to repeat. Aside from the column of zeros, there are two columns \u00CE\u00B1, \u00CE\u00B2 which aren\u00E2\u0080\u0099t in K1m\u00E2\u0088\u00921. Given \u00CE\u00B1 < \u00CE\u00B2, we call \u00CE\u00B1 the small column and \u00CE\u00B2 the big column. We consider 3 different types of rows: \u00E2\u0080\u00A2 Row type 1: Both \u00CE\u00B1, \u00CE\u00B2 has 0 in the row. \u00E2\u0080\u00A2 Row type 2: Column \u00CE\u00B2 has a 1 and \u00CE\u00B1 has a 0 in the row. \u00E2\u0080\u00A2 Row type 3: Both \u00CE\u00B1, \u00CE\u00B2 has 1 in the row. There may not be any rows of type 1, but there has to be at least one row of type 2 (in order to differentiate between \u00CE\u00B1 and \u00CE\u00B2) and at least two rows of type 3 (in order to differentiate between \u00CE\u00B1 and a column of column-sum 1. Consider the generic rows below. We\u00E2\u0080\u0099ve included the appropriate parts of the copy of K1m\u00E2\u0088\u00921 and the column of 0\u00E2\u0080\u0099s. The entries marked c1, c2, . . . , c8, r1, ..., r4 are the entries of the deleted row and column. \u00CE\u00B1 \u00CE\u00B2 0 1 0 0 0 0 0 r1 type 1 0 0 1 0 0 0 1 r2 type 2 0 0 0 1 0 1 1 r3 type 3 0 0 0 0 1 1 1 r4 type 3 c1 c2 c3 c4 c5 c6 c7 c8 . Of course there might be many rows of each of the types 1,2,3, but there is no loss of generality if we focus on these rows. There have to be at least two rows of type 3 so it is possible to have two rows which correspond to the entries r3, r4. We have to be careful because row r1 might not exist. There are some cases for which column gets repeated. In each case we attempt to find either G1, G2 or G3. The fact that A has no G1 means A is laminar, as in Definition 1.3.27. 65 The following case analysis is probably much easier as an exercise for the reader than it is to either write or read about. Case 1: 0m\u00E2\u0088\u00921 is the repeated column. Then we have 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 0 c2 c3 c4 c5 c6 c7 1 . So either K1m \u00E2\u0089\u00BA A or some of c2, c3, c4, c5 are 1. If c2 = 1 then c6 = 0 and c7 = 0 in order to have a laminar matrix. But then we have G2 in the last and next-to-last rows. So we may assume c2 = 0. If c3 = 1 then c5 = 0, c6 = 0 and c7 = 1 by the laminar property and we have then 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 0 0 1 c4 0 0 1 1 . But then we have G2 in the last two rows. We may assume then that c3 = 0. If c4 = 1 then both c6 and c7 have to be 1, and so we get 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 0 0 0 1 c5 1 1 1 , which has G3 in the last two rows. This completes Case 1. Case 2: The repeated column has column sum 1. Then there are three sub-cases, de- pending on the position of the 1 in the new column. Let r be the row on which, other than the last row, the new column has a 1. 66 Subcase 2a: r is of type 1. We have 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 c1 0 c3 c4 c5 c6 c7 1 , which contains G2 in the first two rows. Subcase 2b: r is of type 2. We have 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 1 1 1 0 c1 c2 0 c4 c5 c6 c7 1 , which contains G2 in the second and third rows. Subcase 2c: r is of type 3. We have 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 1 1 1 0 c1 0 c3 c4 c5 c6 c7 1 , which contains G3 in the third and fourth row. Case 3: The repeated column is the small column \u00CE\u00B1. Then we have this: 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 1 0 1 1 1 0 0 0 0 1 1 1 1 c1 c2 c3 c4 c5 0 c7 1 . So c7 has to be 1 in order to have a laminar matrix. If either c4 or c5 were 0, then we 67 would have G3 in the last row together with one of the next-to-last rows. So both have to be 1. But this contradicts the fact that we have a laminar matrix. Case 4: The repeated column is the big column \u00CE\u00B2: Then we have this: 0 1 0 0 0 0 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 1 0 0 0 0 1 1 1 1 c1 c2 c3 c4 c5 c6 0 1 . This yields G3 in the second and third rows. This completes all cases. We\u00E2\u0080\u0099ve concluded that K1m \u00E2\u0089\u00BA A. We deduce that, apart from the columns of K1m and 0m, A has two other columns \u00CE\u00B1 and \u00CE\u00B2. Since G2 \u00E2\u008A\u0080 A we deduce that either \u00CE\u00B1 < \u00CE\u00B2 or \u00CE\u00B2 < \u00CE\u00B1. \u0004 Proof of Theorem 4.1.2: We use induction on m. The result is true for m = 2, 3 so we may assume m \u00E2\u0089\u00A5 4. Let A \u00E2\u0088\u0088 Avoid(m,W ). Apply the decomposition (2.1.1). If \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m + 1, then we can apply the Standard Induction Section 2.1 to establish the bound for \u00E2\u0080\u0096A\u00E2\u0080\u0096. So assume \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A5 m+2 for all choices of r. By Lemma 4.1.3, we deduce that \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 = m + 2 for every row r, and by Lemma 4.1.4, we have that K1m\u00E2\u0088\u00921 \u00E2\u0089\u00BA Cr(A) also for every row r. Thus K2m \u00E2\u0089\u00BA A, since all columns of column sum 1 in Cr(A) appear with a 1 in row r (and this happens for every row r). We also have [K1m | K0m] \u00E2\u0089\u00BA A. Now in every triple of rows of K2m we have the matrix G1 once in every ordering of the triple. Given that W = 2 \u00C2\u00B7G1, the columns of A of column sum at least 3 have no configuration G1. We appeal to Lemma 4.1.5 below to deduce that the number of columns in A of column sum at least 3 is at most m\u00E2\u0088\u0092 2. Then \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 ( m 2 ) + ( m 1 ) + ( m 0 ) +m\u00E2\u0088\u0092 2, which yields the desired bound. \u0004 A quick counting argument reveals the following general result about laminar families which we use in the proof of Theorem 4.1.2. 68 Lemma 4.1.5 Let m \u00E2\u0089\u00A5 3 and let Z be a laminar family of subsets of [m] = {1, 2, ...,m} with the property that for all Z \u00E2\u0088\u0088 Z we have |Z| \u00E2\u0089\u00A5 3. Then |Z| \u00E2\u0089\u00A4 m\u00E2\u0088\u00922 and furthermore, this bound is tight (i.e. there exists a family Z for which |Z| = m \u00E2\u0088\u0092 2). Thus, if A \u00E2\u0088\u0088 Avoid(m,G1) satisfies that all column sums are at least 3, then \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m\u00E2\u0088\u0092 2. Proof: Let f(x) denote the size of the biggest laminar family of [x] with no sets of size less than or equal to 2. Recall that a laminar family is equivalent to a configuration which avoids G1. Assume A \u00E2\u0088\u0088 Avoid(m,G1) with the property that all column sums are at least 3. We wish to show that f(m) = m\u00E2\u0088\u0092 2. The family {[3], [4], . . . , [m]} has size m \u00E2\u0088\u0092 2, which proves f(m) \u00E2\u0089\u00A5 m \u00E2\u0088\u0092 2. We wish to prove f(m) \u00E2\u0089\u00A4 m\u00E2\u0088\u0092 2. Let Z be such that |Z| = f(m). We may assume [m] \u00E2\u0088\u0088 Z: if [m] /\u00E2\u0088\u0088 Z, observe that Z \u00E2\u0088\u00AA {[m]} is also a laminar family of bigger size. Suppose then that the next biggest set Z in Z has size k. We partition [m] into two disjoint sets: Z and [m]\Z. Every set Y \u00E2\u0088\u0088 Z satisfies either Y \u00E2\u008A\u0086 Z or Y \u00E2\u008A\u0086 [m]\Z or Y = [m]. This gives the recurrence f(m) \u00E2\u0089\u00A4 1 + f(k) + f(m\u00E2\u0088\u0092 k). If k 6= m \u00E2\u0088\u0092 1, then by induction f(k) = k \u00E2\u0088\u0092 2 and f(m \u00E2\u0088\u0092 k) = m \u00E2\u0088\u0092 k \u00E2\u0088\u0092 2, and so f(m) \u00E2\u0089\u00A4 1+k\u00E2\u0088\u00922+m\u00E2\u0088\u0092k\u00E2\u0088\u00922 = m\u00E2\u0088\u00923, a contradiction. When k = m\u00E2\u0088\u00921 we have f(m) \u00E2\u0089\u00A4 m\u00E2\u0088\u00922. Moreover if f(m) = m\u00E2\u0088\u0092 2 we observe that Z is \u00E2\u0080\u009Cequivalent\u00E2\u0080\u009D to {[3], [4], . . . , [m]}. \u0004 4.1.3 The Bound for V Recall that V = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 0 01 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Using the computer, we can prove by exhaustively looking at all the possibilities that forb(3, V ) = 8, forb(4, V ) = 13, and forb(5, V ) = 18. Using the Genetic Algorithm of Section 3.6, we obtained large matrices with no subconfiguration V which suggested to us that forb(6, V ) = 25, forb(7, V ) = 32, forb(8, V ) = 40. For m \u00E2\u0089\u00A5 6, this suggests forb(m,V ) = ( m 2 ) + ( m 1 ) + ( m 0 ) +3, two more than our first guess that forb(m,V ) = forb(m,X). 69 Theorem 4.1.6 Let m \u00E2\u0089\u00A5 6. Then forb(m,V ) = (m 2 ) + ( m 1 ) + ( m 0 ) + 3. The Genetic Algorithm also predicted the following structure of matrices in ext(m,V ). Recall the product \u00C3\u0097 defined in Definition 1.3.7. Consider a partition of the m rows into two disjoint sets, say U = {1, 2, . . . , u} and L = {u+ 1, u+ 2, . . . ,m}. Suppose |U | = u and |L| = ` with u+ ` = m. Let A have the following structure: A = U L \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0u\u00C3\u0097 0` 0u \u00C3\u0097 1` 0u \u00C3\u0097 K`\u00E2\u0088\u00921` 0u \u00C3\u0097 K`\u00E2\u0088\u00922` K1u \u00C3\u0097 1` K1u \u00C3\u0097 K`\u00E2\u0088\u00921` K2u \u00C3\u0097 1` 1u \u00C3\u0097 0` 1u \u00C3\u0097 1` \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . (4.1.1) We easily check that for A \u00E2\u0088\u0088 Avoid(m,V ) and 3 \u00E2\u0089\u00A4 u, ` \u00E2\u0089\u00A4 m\u00E2\u0088\u00923, \u00E2\u0080\u0096A\u00E2\u0080\u0096 = (m 2 ) + ( m 1 ) + ( m 0 ) +3. We will prove that A \u00E2\u0088\u0088 ext(m,V ) and hence establish Theorem 4.1.6. To prove this, consider A \u00E2\u0088\u0088 Avoid(m,V ) and apply the standard decomposition (2.1.1). The minimal inductive children of V are: H1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 01 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H2 = [1 1 0 0 0 0 1 1 ] , H3 = [ 1 1 0 0 1 1 0 0 ] Thus, Cr(A) \u00E2\u0088\u0088 Avoid(m \u00E2\u0088\u0092 1, {H1, H2, H3}). We used the computer again to conjecture a structure on a matrix in Avoid(m, {H1, H2, H3}). Lemma 4.1.7 Let m \u00E2\u0089\u00A5 4 and A \u00E2\u0088\u0088 Avoid(m, {H1, H2, H3}). We have \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m+ 2. Proof: Using the program described in Section 3.5, we find that one of the following must hold for each quadruple of rows of A: no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 70 no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 71 no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 72 no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 73 no no no no no no no no no no no no \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 \u00E2\u0089\u00A4 1 > 1\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB This verifies in particular that forb(4, {H1, H2, H3}) = 6 (at least 10 columns are absent in each of the twenty cases). We proceed as we did in Lemma 4.1.3 and verify that each of these possibilities yields one row (the final row in each case) and at most one column that we can delete from A, maintaining simplicity. This means that \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m + 2 by induction. \u0004 Lemma 4.1.8 Assume m \u00E2\u0089\u00A5 4. Let A \u00E2\u0088\u0088 Avoid(m, {H1, H2, H3}) with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = m + 2. Then there exists a partition U \u00E2\u008A\u0086 [m] and L = [m]\U with |U | = u \u00E2\u0089\u00A5 1 and |L| = ` = m\u00E2\u0088\u0092 u \u00E2\u0089\u00A5 1 so that if we permute rows, A = U L \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0u K 1 u 0u 0u \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 1` 1` K `\u00E2\u0088\u00921 ` 0` \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB or A = U L \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0u K 1 u 0u 1u \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 1` 1` K `\u00E2\u0088\u00921 ` 1` \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (4.1.2) Note that in the former case we must have ` \u00E2\u0089\u00A5 2 and in the latter u \u00E2\u0089\u00A5 2. Proof: We use induction on m. The computer is able to show that the result is true for m = 3. Assume m \u00E2\u0089\u00A5 4. Let A \u00E2\u0088\u0088 Avoid(m, {H1, H2, H3}). By our argument in Lemma 4.1.7, there is a row and a single column we can delete, leaving the remainder simple. Let A\u00E2\u0080\u00B2 be the resulting simple matrix. We may assume by induction that there exists disjoint sets U \u00E2\u0080\u00B2, L\u00E2\u0080\u00B2 such that |U \u00E2\u0080\u00B2| = a \u00E2\u0089\u00A5 1, |L\u00E2\u0080\u00B2| = b \u00E2\u0089\u00A5 1 where a + b = m\u00E2\u0088\u0092 1 so that after permuting rows and columns, A\u00E2\u0080\u00B2 = U \u00E2\u0080\u00B2 L\u00E2\u0080\u00B2 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0a K 1 a 0a 0a \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 1b 1b K b\u00E2\u0088\u00921 b 0b \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , or A\u00E2\u0080\u00B2 = U \u00E2\u0080\u00B2 L\u00E2\u0080\u00B2 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0a K 1 a 0a 1a \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 1b 1b K b\u00E2\u0088\u00921 b 1b \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We will assume b \u00E2\u0089\u00A5 2. Assume the last column (m + 2) and last row (m) of A is deleted to obtain A\u00E2\u0080\u00B2. After deleting row m, the last column of A must be one of the columns of A\u00E2\u0080\u00B2 74 given that \u00E2\u0080\u0096A\u00E2\u0080\u00B2\u00E2\u0080\u0096 = forb(m, {H1, H2, H3}). In order to avoid H1, H2 and H3 in A, we can show that we have the desired structure (4.1.1) in A (with either a or b one larger than before). We can make a few general comments about row m. If we have both a 0 and a 1 in row m under the columns containing K1a , then using the two columns containing the 0 and 1 and two rows of the U \u00E2\u0080\u00B2 together with row m, we obtain a copy of H1, a contradiction. Similarly we cannot have both a 0 and a 1 in row m under the columns containing Kb\u00E2\u0088\u00921b . It is also true that in row m we cannot have a 0 under K1a and a 1 under K b\u00E2\u0088\u00921 b else we find a copy of H1 in two columns containing 0 and 1 in row m and in a row of U \u00E2\u0080\u00B2, a row of L\u00E2\u0080\u00B2 and row m. We will consider the two cases that A\u00E2\u0080\u00B2 has either the column 0m\u00E2\u0088\u00921 or 1m\u00E2\u0088\u00921 together. Note that if a = 1, then A\u00E2\u0080\u00B2 has both 0m\u00E2\u0088\u00921 and 1m\u00E2\u0088\u00921. As in the proof of Theorem 4.1.2, we must do some case analysis for which column gets repeated. Let \u00CE\u00B3 be the last (repeated) column of A. Case 1: \u00CE\u00B3 = 0a \u00C3\u0097 1b. We deduce that column 0m\u00E2\u0088\u00921 of A\u00E2\u0080\u00B2 (if present) appears with a 0 in row m else we have the subconfiguration H1 in two rows of L \u00E2\u0080\u00B2 and row m. Similarly, if column 1m\u00E2\u0088\u00921 is present and a \u00E2\u0089\u00A5 2 then 1m\u00E2\u0088\u00921 appears with a 1 in row m else we have a copy of H1 in two rows of U \u00E2\u0080\u00B2 and row m. Now if we have 1\u00E2\u0080\u0099s in row m under both K1a and K b\u00E2\u0088\u00921 b , then we have the desired structure with U = U \u00E2\u0080\u00B2 and L = L\u00E2\u0080\u00B2 \u00E2\u0088\u00AA {m}. Similarly, if we have 0\u00E2\u0080\u0099s in row m under both K1a and under K b\u00E2\u0088\u00921 b then we have the desired structure with U = U \u00E2\u0080\u00B2 \u00E2\u0088\u00AA {m} and L = L\u00E2\u0080\u00B2. Thus we may assume we have 1\u00E2\u0080\u0099s under K1a and 0\u00E2\u0080\u0099s under K b\u00E2\u0088\u00921 b . Recall that either A \u00E2\u0080\u00B2 has 0m\u00E2\u0088\u00921, or A\u00E2\u0080\u00B2 has 1m\u00E2\u0088\u00921 but in that case a \u00E2\u0089\u00A5 2. We have two subcases. Subcase 1a: A\u00E2\u0080\u00B2 has 0m\u00E2\u0088\u00921 (so A has 0m). If a = 1 we note that A\u00E2\u0080\u00B2 has 1m\u00E2\u0088\u00921 (and therefore we are in Subcase 1b). Else we find a copy of H3 in A in a row of L \u00E2\u0080\u00B2 and row m in the column 0m of A, a column from 0a\u00C3\u0097Kb\u00E2\u0088\u00921b \u00C3\u0097 01 with a 0 in the chosen row of L\u00E2\u0080\u00B2, the column with 0a \u00C3\u0097 1b \u00C3\u0097 01 and a column from K1a \u00C3\u0097 1b+1. Subcase 1b: A\u00E2\u0080\u00B2 has 1m\u00E2\u0088\u00921 (so A has 1m) and a \u00E2\u0089\u00A5 2. We have a \u00E2\u0089\u00A5 2 and find a copy of H3 in A in a row of U \u00E2\u0080\u00B2 and row m in the column 1m of A, a column from K1a \u00C3\u0097 1b+1 with a 1 in the chosen row of U \u00E2\u0080\u00B2, the column with 0a \u00C3\u0097 1b \u00C3\u0097 01 and a column from 0a \u00C3\u0097Kb\u00E2\u0088\u00921b \u00C3\u0097 01. This completes Case 1. 75 Case 2: \u00CE\u00B3 = 0a \u00C3\u0097 \u00CE\u00B2b, where \u00CE\u00B2b \u00E2\u0088\u0088 Kb\u00E2\u0088\u00921b . Given that 0a\u00C3\u0097\u00CE\u00B2b is repeated in A on rows [m\u00E2\u0088\u00921], we deduce that it appears both with a 1 and with a 0 on row m. Assume any other column 0a\u00C3\u0097\u00CE\u00B2\u00E2\u0080\u00B2b of A\u00E2\u0080\u00B2 (with \u00CE\u00B2\u00E2\u0080\u00B2b \u00E2\u0088\u0088 Kb\u00E2\u0088\u00921b ) has a 0 in row m. Then we find a copy of H1 in row m and the two rows of L\u00E2\u0080\u00B2 where \u00CE\u00B2b and \u00CE\u00B2\u00E2\u0080\u00B2b differ and in the column of A containing 0a\u00C3\u0097\u00CE\u00B2\u00E2\u0080\u00B2b and one of the two columns of A containing 0a\u00C3\u0097\u00CE\u00B2b which differs from the first column in row m. Case 3: \u00CE\u00B3 = \u00CE\u00B1a \u00C3\u0097 1b, where \u00CE\u00B1a \u00E2\u0088\u0088 K1a. For a \u00E2\u0089\u00A5 2 we may follow the argument of the pre- vious case and find a copy of H1. Given a = 1, we have that A \u00E2\u0080\u00B2 contains 0m\u00E2\u0088\u00921 as well as \u00CE\u00B1a \u00C3\u0097 1b = \u00CE\u00B11 \u00C3\u0097 1m\u00E2\u0088\u00922 = 1m\u00E2\u0088\u00921. We deduce that A has 1m and 1m\u00E2\u0088\u00921 \u00C3\u0097 01. Thus we can find a copy of H3 in a row of U \u00E2\u0080\u00B2 together with a row of L\u00E2\u0080\u00B2, in the two columns with 1m\u00E2\u0088\u00921 in A\u00E2\u0080\u00B2, the column with 0m\u00E2\u0088\u00921 in A\u00E2\u0080\u00B2 and a column of 01 \u00C3\u0097Kb\u00E2\u0088\u00921b selected in order to have a 0 on the chosen row of L\u00E2\u0080\u00B2. Case 4: \u00CE\u00B3 = 0a \u00C3\u0097 0b. We find H3 in two rows of L\u00E2\u0080\u00B2 since b \u00E2\u0089\u00A5 2. Case 5: \u00CE\u00B3 = 1a \u00C3\u0097 1b. If a \u00E2\u0089\u00A5 2, we can find H3 in two rows of U \u00E2\u0080\u00B2. In case a = 1, we know 0m\u00E2\u0088\u00921 as well as 1m\u00E2\u0088\u00921 are in A\u00E2\u0080\u00B2. We find H3 using a row of U \u00E2\u0080\u00B2 and a row of L\u00E2\u0080\u00B2 where we choose a column of 0a \u00C3\u0097 Kb\u00E2\u0088\u00921b that has a 0 in the chosen row of L\u00E2\u0080\u00B2, plus 0m\u00E2\u0088\u00921 of A\u00E2\u0080\u00B2, 1m\u00E2\u0088\u00921 \u00C3\u0097 0 and 1m\u00E2\u0088\u00921 \u00C3\u0097 1. This completes the proof or Lemma 4.1.8. \u0004 Proof of Theorem 4.1.6: We use induction on m for m \u00E2\u0089\u00A5 6. We established by computer that forb(5, V ) = 18 (which is smaller than the bound of Theorem 4.1.6). Noting that forb(5, {H1, H2, H3}) = 7, we deduce using Section 2.1 that forb(6, V ) \u00E2\u0089\u00A4 forb(5, V ) + forb(5, {H1, H2, H3}) = 18 + 7 = 25 and so forb(6, V ) = 25, because of construction (4.1.1). Thus, we may assume m \u00E2\u0089\u00A5 7. By induction, assume forb(m\u00E2\u0088\u0092 1, V ) = (m\u00E2\u0088\u00921 2 ) + ( m\u00E2\u0088\u00921 1 ) + ( m\u00E2\u0088\u00921 0 ) + 3. Let A \u00E2\u0088\u0088 Avoid(m,V ) with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = forb(m,V ). Apply the standard decomposition (2.1.1) to A for some row r. If 76 \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m, we obtain \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096+ forb(m\u00E2\u0088\u0092 1, V ) \u00E2\u0089\u00A4 m+ ( m\u00E2\u0088\u0092 1 2 ) + ( m\u00E2\u0088\u0092 1 1 ) + ( m\u00E2\u0088\u0092 1 0 ) + 3 = ( m 2 ) + ( m 1 ) + ( m 0 ) + 3 Thus, we may assume that for every r we have \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A5 m+ 1. Using Lemma 4.1.7 (with m replaced by m\u00E2\u0088\u00921), we may assume \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 = m+1 for each r. Then using Lemma 4.1.8 we can assume Cr(A) has the structure of (4.1.2) for every r so that every Cr(A) partitions [m]\r rows into sets Ur, Lr with |Ur|, |Lr| \u00E2\u0089\u00A5 2. Note also that the only difference between the two possible structures is a column of 0\u00E2\u0080\u0099s or a column of 1\u00E2\u0080\u0099s neither of which is used in the case analysis below. Furthermore, we will prove that there is a partition of the rows [m] of A into U,L where Ur = U\r and Lr = L\r. Take two rows, say s and t. Consider Cs(A) and Ct(A) as determined by (2.1.1) by setting r = s and r = t. Applying Lemma 4.1.8 when considering Cs(A) and Ct(A) we obtain the partitions Us, Ls, Ut, Lt (Upper and Lower) of rows. Remember that Cs(A) and Ct(A) both appear twice in A with 0\u00E2\u0080\u0099s and 1\u00E2\u0080\u0099s in rows s and t respectively. We now define partitions U \u00E2\u0080\u00B2s = Us\t, L\u00E2\u0080\u00B2s\t, U \u00E2\u0080\u00B2t\s, L\u00E2\u0080\u00B2t\s so that U \u00E2\u0080\u00B2s \u00E2\u0088\u00AAL\u00E2\u0080\u00B2s = [m]\{s, t} = U \u00E2\u0080\u00B2t \u00E2\u0088\u00AAL\u00E2\u0080\u00B2t. We assumed m \u00E2\u0089\u00A5 7 and so |[m]\{s, t}| \u00E2\u0089\u00A5 5. Hence we may assume that at least one of U \u00E2\u0080\u00B2s and L\u00E2\u0080\u00B2s has size at least 3. Without loss of generality, assume |U \u00E2\u0080\u00B2s| \u00E2\u0089\u00A5 3. Let X = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , Y = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 00 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Consider the following three cases: |U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 L\u00E2\u0080\u00B2t| \u00E2\u0089\u00A5 3: We can find V in rows U \u00E2\u0080\u00B2s\u00E2\u0088\u00A9L\u00E2\u0080\u00B2t in A (since A contains two copies of K13 in each triple of rows of U \u00E2\u0080\u00B2s and two copies of K 2 3 in each triple of rows of L \u00E2\u0080\u00B2 t). |U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 L\u00E2\u0080\u00B2t| = 2: Then |U \u00E2\u0080\u00B2s\u00E2\u0088\u00A9U \u00E2\u0080\u00B2t| \u00E2\u0089\u00A5 1, and so we can find V in A|U \u00E2\u0080\u00B2s by taking two rows of U \u00E2\u0080\u00B2s\u00E2\u0088\u00A9L\u00E2\u0080\u00B2t together with any row in the intersection U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 U \u00E2\u0080\u00B2t . We find Y as a submatrix in any row order (A contains two copies of K13 in each triple of rows of U \u00E2\u0080\u00B2 s) and we also have X as a submatrix whose first two rows are from U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9L\u00E2\u0080\u00B2t and the last one from U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9U \u00E2\u0080\u00B2t . 77 This yields V . |U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 L\u00E2\u0080\u00B2t| = 1: We have |U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 U \u00E2\u0080\u00B2t| \u00E2\u0089\u00A5 2, and so we can find V in A|U \u00E2\u0080\u00B2s by taking the row of U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 L\u00E2\u0080\u00B2t together with two rows in the intersection U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 U \u00E2\u0080\u00B2t . We find Y as a submatrix in any row order (A contains two copies of K13 in each triple of rows of U \u00E2\u0080\u00B2 s) and we also have X as a submatrix whose first row is U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 L\u00E2\u0080\u00B2t and last two rows are from U \u00E2\u0080\u00B2s \u00E2\u0088\u00A9 U \u00E2\u0080\u00B2t . This yields V . This means that U \u00E2\u0080\u00B2s \u00E2\u008A\u0086 U \u00E2\u0080\u00B2t , but then |U \u00E2\u0080\u00B2t| \u00E2\u0089\u00A5 3 and so analogously U \u00E2\u0080\u00B2t \u00E2\u008A\u0086 U \u00E2\u0080\u00B2s. So U \u00E2\u0080\u00B2s = U \u00E2\u0080\u00B2t , and then L\u00E2\u0080\u00B2s = L \u00E2\u0080\u00B2 t. The same conclusion will hold if |L\u00E2\u0080\u00B2s| \u00E2\u0089\u00A5 3. Thus for all s, t \u00E2\u0088\u0088 [m], U \u00E2\u0080\u00B2s = U \u00E2\u0080\u00B2t , and then L\u00E2\u0080\u00B2s = L \u00E2\u0080\u00B2 t. Using m \u00E2\u0089\u00A5 4, we now may deduce that there is a partition U,L of [m] so that for any r, Ur = U\r and Lr = L\r This proves that the partition for each Cr is really a global partition. Let |U | = u and |L| = `. We may argue u, ` \u00E2\u0089\u00A5 2 since for example if |U \u00E2\u0080\u00B2r| \u00E2\u0089\u00A5 1 and U \u00E2\u0080\u00B2r = {s} then U \u00E2\u0080\u00B2s \u00E2\u0088\u00AA {s} \u00E2\u008A\u0086 U and we have |U | \u00E2\u0089\u00A5 2. Note that for every row r, we have that [0 1] \u00C3\u0097 Cr(A) \u00E2\u0089\u00BA A. We deduce A contains the following columns: B = U L \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0u\u00C3\u0097 0` 0u \u00C3\u0097 1` 0u \u00C3\u0097 K`\u00E2\u0088\u00921` 0u \u00C3\u0097 K`\u00E2\u0088\u00922` K1u \u00C3\u0097 1` K1u \u00C3\u0097 K`\u00E2\u0088\u00921` K2u \u00C3\u0097 1` 1u \u00C3\u0097 1` \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . (4.1.3) We have included the column of 0\u00E2\u0080\u0099s and the column of 1\u00E2\u0080\u0099s since such columns can be added to any matrix without creating V . What other columns might we add to this? For u \u00E2\u0089\u00A5 3, matrix B contains \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 0 01 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB in any triple of rows or U in any row order. So (A\u00E2\u0088\u0092B)|U must not contain the configuration (1, 1, 0)T , else A has subconfiguration V . Similarly for ` \u00E2\u0089\u00A5 4, (A \u00E2\u0088\u0092 B)|L must not contain the configuration (1, 0, 0)T . Thus, for u, ` \u00E2\u0089\u00A5 3, all columns of (A \u00E2\u0088\u0092 B) are in [0u | K1u | 1u] \u00C3\u0097 [0` | K`\u00E2\u0088\u00921` | 1`]. The only column not already in B is 1u \u00C3\u0097 0` which is a column of the hypothesized structure (4.1.1). Thus, without loss of generality, we need only consider the case u = 2, ` \u00E2\u0089\u00A5 5. Let U = {a, b} and consider any two rows c, d \u00E2\u0088\u0088 L. We know B contains K1u \u00C3\u0097 [1` | K`\u00E2\u0088\u00921` ] and 78 [0u | K1u]\u00C3\u0097K`\u00E2\u0088\u00921` . So B has: a 0 0 1 0 0 1 b 1 1 0 c 1 1 0 0 0 1 d 1 1 0 . Note we can interchange a with b and c with d. To avoid V we must not have columns in (A\u00E2\u0088\u0092B) with a 1 1 b 0 c 0 1 d 0 . Thus, the only possible columns of A\u00E2\u0088\u0092B are a 0 1 0 1 1 b 0 0 1 1 1 L \u00CE\u00B1 1` 1` 0` 1` . where \u00CE\u00B1 is any column. Recall that since ` \u00E2\u0089\u00A5 3, any such \u00CE\u00B1 must avoid configuration (1, 0, 0)T . All these columns are already in B, except for 12 \u00C3\u0097 0`, which together with B completes the hypothesized structure (4.1.1). The desired bound follows. \u0004 Interestingly, the structure of (4.1.1) falls short of the bound in the case u = 2. 4.2 Exact Bound for Ten Products This section is dedicated to proving an exact bound. The following four matrices are all 2\u00C3\u0097 2 simple matrices (up to row and column permutations). Let I2 = [ 1 0 0 1 ] T2 = [ 1 1 0 1 ] U2 = [ 0 0 0 1 ] V2 = [ 1 0 1 0 ] . We note forb(m, {I2, T2, U2, V2}) = 1. Define {I2, T2, U2, V2} \u00C3\u0097 {I2, T2, U2, V2} = {X \u00C3\u0097 Y : X, Y \u00E2\u0088\u0088 {I2, T2, U2, V2}} as the 10 79 possible products of these matrices (note some of the 16 are equivalent). Theorem 4.2.1 We have forb(m, {I2, T2, U2, V2} \u00C3\u0097 {I2, T2, U2, V2}) = m+ 3. Proof: Use the notation F = {I2, T2, U2, V2}\u00C3\u0097{I2, T2, U2, V2}. We establish the lower bound by construction. Let \u00CE\u00B1 = 1m\u00E2\u0088\u00921\u00C3\u009701. The m\u00C3\u0097(m+3) matrix A consisting of [0m | I | \u00CE\u00B1 | 1m] avoids all configurations in F , hence forb(m,F) \u00E2\u0089\u00A5 m+ 3. We use induction on m for the upper bound. We verified forb(4,F) = 7 using the computer program described in Section 3.5. To prove the bound for m \u00E2\u0089\u00A5 5, we will proceed by induction on m. For an m-rowed matrix A that doesn\u00E2\u0080\u0099t contain any configuration in F it suffices by induction to show there exists a row r for which \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A4 1, using the standard decomposition as in (2.1.1). If this were so, we could delete row r and perhaps one column (one instance of the column forming Cr) from A, keeping the remaining matrix simple. This would yield forb(m,F) \u00E2\u0089\u00A4 1 + forb(m\u00E2\u0088\u0092 1,F) = 1 + (m\u00E2\u0088\u0092 1) + 3 = m+ 3 as desired. Let us proceed by contradiction. Suppose then that for every row r, \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A5 2. We then have at least two columns \u00CE\u00B1 and \u00CE\u00B2 in C1(A). The matrix A would look like this 1 [ 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 \u00CE\u00B1 \u00CE\u00B2 \u00CE\u00B1 \u00CE\u00B2 ] . But \u00CE\u00B1 and \u00CE\u00B2 must differ in some row. Without loss of generality, assume they differ on row 2, and suppose \u00CE\u00B12 = 0 and \u00CE\u00B22 = 1. We will prove that \u00CE\u00B1 and \u00CE\u00B2 must be complements of each other. Suppose otherwise and suppose they had something in common, say in row 3. The first four rows of A would look like this: 1 2 3 4 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 0 1 0 1 a a a a b c b c \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . for some values of a, b, c (we are using the fact that the matrix has at least 4 rows). Then in 80 rows 1 and 3 and rows 2 and 4 we get that this matrix contains 1 3 [ 0 1 a a ] \u00C3\u0097 2 4 [ 0 1 b c ]. which is a configuration of F (for any a, b, c), so we conclude \u00CE\u00B2 = \u00CE\u00B1. Now C2(A) must have two repeated columns, say \u00CE\u00B3 and \u00CE\u00B4. As argued above, \u00CE\u00B4 = \u00CE\u00B3. Here is part of the matrix A: \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 0 1 1 0 0 1 10 0 0 0 1 1 1 1 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We have abused notation and refer to \u00CE\u00B1 and \u00CE\u00B3 on m \u00E2\u0088\u0092 2 rows as \u00CE\u00B1 and \u00CE\u00B3 again. This abuse will continue throughout this proof. Since \u00CE\u00B1 and \u00CE\u00B3 have to differ somewhere, we can assume \u00CE\u00B13 = a, and \u00CE\u00B33 = a. Since \u00CE\u00B1 and \u00CE\u00B3 must differ somewhere, we can assume \u00CE\u00B14 = b and \u00CE\u00B34 = b. Furthermore, since we have at least 5 rows, we can then write the selected columns of A where the columns are given labels below to indicate the source of the column.\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 a a a a a a a a b b b b b b b b d c d c d c d c \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 . There are two cases. Either d = c or d = c. So we either have 81 (d = c) : \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 a a a a a a a a b b b b b b b b d d d d d d d d \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 or (d = c) : \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 1 1 1 0 0 1 1 0 0 1 1 a a a a a a a a b b b b b b b b d d d d d d d d \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 \u00CE\u00B1 \u00CE\u00B3 . These yield the following configurations in F respectively: (d = c) : 2 4 [ 0 1 b b ] \u00C3\u0097 3 5 [ a a d d ], (d = c) : 2 3 [ 0 1 a a ] \u00C3\u0097 4 5 [ b b d d ]. This is a contradiction to \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 2 and hence for m \u00E2\u0089\u00A5 5, there must be some row r for which \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A4 1. The bound is achieved by induction. \u0004 4.3 Critical Substructures In view of Remark 1.3.21, we know that G \u00E2\u0089\u00BA F implies forb(m,G) \u00E2\u0089\u00A4 forb(m,F ). So given F , it is a natural question to try to find minimal configurations G \u00E2\u0089\u00BA F such that forb(m,F ) = forb(m,G). In this section we give a conjecture for all such subconfigurations of Kk and prove our conjecture for k = 4. Remember that by Theorem 1.3.29 we have that forb(m,Kk) = ( m k\u00E2\u0088\u00921 ) + ( m k\u00E2\u0088\u00922 ) + ...+ ( m 0 ) . Definition 4.3.1 Let G be a configuration. We say G \u00E2\u0089\u00BA F is a critical substructure if forb(m,G) = forb(m,F ). We give a conjecture that has been verified for k = 2, 3 and we verify it for k = 4 in Proposition 4.3.3, Proposition 4.3.7 and Proposition 4.3.9. 82 Conjecture 4.3.2 Let k be given. Then the minimal critical substructures of Kk are the k + 3 configurations 2 \u00C2\u00B7 1k\u00E2\u0088\u00921, 2 \u00C2\u00B7 0k\u00E2\u0088\u00921 and K`k for 0 \u00E2\u0089\u00A4 ` \u00E2\u0089\u00A4 k. Previous results established this conjecture for k = 3. The fact that all these configura- tions are critical substructures of Kk isn\u00E2\u0080\u0099t hard to prove. The difficulty then lies in proving every critical substructure contains one of these as a configuration. We show that Conjecture 4.3.2 is equivalent to Conjecture 4.3.8 (for any k) and then prove Conjecture 4.3.8 for k = 4. The following proposition was proven by Fu\u00CC\u0088redi and Quinn [FQ83], and Gronau [Gro80]. Proposition 4.3.3 [FQ83][Gro80] For all `, k with 0 \u00E2\u0089\u00A4 ` \u00E2\u0089\u00A4 k we have forb(m,Kk) = forb(m, 2 \u00C2\u00B7 1k\u00E2\u0088\u00921) = forb(m, 2 \u00C2\u00B7 0k\u00E2\u0088\u00921) = forb(m,K`k). Notice in particular that this proposition answers the question posed in Example 1.3.15. We have I3 = K 1 3 and so forb(m, I3) = forb(m,K3) = ( m 2 ) + ( m 1 ) + ( m 0 ) . We now consider a shifting argument first used by Alon for this context in [Alo83]. Let A be a simple {0, 1}-matrix. We construct a shifted matrix A by performing the following operation repeatedly. Consider an entry of the matrix that has a 1 and make it into a 0 if the resulting matrix is still simple. Keep doing this until there is no entry with a 1 which can be made 0 with the matrix remaining simple. If a column \u00CE\u00B1 appears in A, then every column with 0\u00E2\u0080\u0099s in positions where \u00CE\u00B1 is 0 (and perhaps others) also appears in A. In other words, the associated family for the shifted matrix A is a downset (if a set is in the family, every subset of that set is in the family as well). Lemma 4.3.4 [Alo83] Let A be a simple {0, 1}-matrix and let A be a shifted version of A. For any set of rows S, we have that the number of different columns of A|S is at least the number of different columns of A|S. 83 Lemma 4.3.5 Let A \u00E2\u0088\u0088 ext(m,Kk). Then for any set S \u00E2\u0088\u0088 ( [m] k ) , we have that there is a k \u00C3\u0097 1 column \u00CE\u00B1 such that (Kk \u00E2\u0088\u0092 \u00CE\u00B1) \u00E2\u0089\u00BA A|S. Proof: Let A \u00E2\u0088\u0088 ext(m,Kk). Then for any set S \u00E2\u0088\u0088 ( [m] k ) , A|S has at most 2k \u00E2\u0088\u0092 1 different columns since it does not have Kk. Let A be a shifted version of A and so A|S has at most 2k\u00E2\u0088\u00921 different columns. Now the columns of A form a downset and so cannot have a column of sum k or larger. Now \u00E2\u0080\u0096A\u00E2\u0080\u0096 is forb(m,Kk) which is equal to the number of columns of sum k\u00E2\u0088\u0092 1 or smaller and so A consists of all columns of sum at most k\u00E2\u0088\u0092 1. Thus A|S has exactly 2k \u00E2\u0088\u0092 1 different columns (it must have at least 2k \u00E2\u0088\u0092 1 but cannot have 2k since it would contain Kk). Then A|S has exactly 2k\u00E2\u0088\u00921 different columns, establishing our result. \u0004 We establish the k-rowed critical substructures of Kk using the following Lemma. Lemma 4.3.6 Let B be an k\u00C3\u0097 (k+ 1) matrix consisting of one column of each column sum i for 0 \u00E2\u0089\u00A4 i \u00E2\u0089\u00A4 k. Let F = Kk \u00E2\u0088\u0092B. Assume m \u00E2\u0089\u00A5 k. Then forb(m,F ) < forb(m,Kk). Proof: Let A \u00E2\u0088\u0088 ext(m,F ). Assume forb(m,F ) = forb(m,Kk). Then also A \u00E2\u0088\u0088 ext(m,Kk). But then by Lemma 4.3.5 we have that there is a k\u00C3\u00971 column \u00CE\u00B1 so that A has Kk\u00E2\u0088\u0092\u00CE\u00B1. Now F is a configuration in Kk \u00E2\u0088\u0092 \u00CE\u00B1 (for any choice of \u00CE\u00B1), contradicting our assumption. Thus forb(m,F ) < forb(m,Kk). \u0004 Proposition 4.3.7 Let F be a minimal k-rowed critical substructure of Kk. Then F = K`k for some `. Proof: Consider any k-rowed critical substructure F of Kk. Then if there exists an ` such that K`k \u00E2\u0089\u00BA F , since we know forb(m,K`k) = forb(m,Kk), then F cannot be minimal unless F = K`k. Consider the case where K ` k \u00E2\u008A\u0080 F for all `. In this case F is contained in Kk\u00E2\u0088\u0092B for 84 some B a collection of columns with one column of each column sum. Using Lemma 4.3.6, we can conclude forb(m,F ) \u00E2\u0089\u00A4 forb(m,Kk \u00E2\u0088\u0092B) < forb(m,F ). Thus, F is not a critical substructure. \u0004 For (k\u00E2\u0088\u00921)-rowed critical substructures we have more work to do. To prove this conjecture, it would suffice to show that the only (k\u00E2\u0088\u00921)-rowed minimal critical substructures are 2 \u00C2\u00B70k\u00E2\u0088\u00921 and 2 \u00C2\u00B7 1k\u00E2\u0088\u00921. Given the previous Lemmas, we conclude Conjecture 4.3.2 is equivalent to the following: Conjecture 4.3.8 Let Fk\u00E2\u0088\u00921 = [0k\u00E2\u0088\u00921 | 2 \u00C2\u00B7K1k\u00E2\u0088\u00921 | 2 \u00C2\u00B7K2k\u00E2\u0088\u00921 | \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 | 2 \u00C2\u00B7Kk\u00E2\u0088\u00922k\u00E2\u0088\u00921 | 1k\u00E2\u0088\u00921]. Then there exists M so that for m \u00E2\u0089\u00A5M , forb(m,Fk\u00E2\u0088\u00921) < forb(m,Kk). Let A \u00E2\u0088\u0088 ext(m,Kk). A consequence of Lemma 4.3.5 is that for every S \u00E2\u0088\u0088 ( [m] k ) there is some choice of \u00CE\u00B1 for which Kk \u00E2\u0088\u0092 \u00CE\u00B1 \u00E2\u0089\u00BA A|S. Assume that \u00CE\u00B1 has p 1\u00E2\u0080\u0099s and (k \u00E2\u0088\u0092 p) 0\u00E2\u0080\u0099s. Then for some T \u00E2\u008A\u0086 S with |T | = k\u00E2\u0088\u0092 1, we have that for some choice of \u00CE\u00B2, Kk\u00E2\u0088\u00921\u00E2\u0088\u0092 \u00CE\u00B2 \u00E2\u0089\u00BA A|T , where \u00CE\u00B2 has either p 1\u00E2\u0080\u0099s and k \u00E2\u0088\u0092 p\u00E2\u0088\u0092 1 0\u00E2\u0080\u0099s or has p\u00E2\u0088\u0092 1 1\u00E2\u0080\u0099s and k \u00E2\u0088\u0092 p 0\u00E2\u0080\u0099s. Let C be a (k \u00E2\u0088\u0092 1)-rowed matrix with at most one column of each column sum and having column of 0\u00E2\u0080\u0099s , column of 1\u00E2\u0080\u0099s and for each 1 \u00E2\u0089\u00A4 i \u00E2\u0089\u00A4 k \u00E2\u0088\u0092 3, we have either a column of sum i or a column of sum i + 1. Then A|T has 2 \u00C2\u00B7Kk\u00E2\u0088\u00921 \u00E2\u0088\u0092 C. This handles k = 3 for which we can take C to consist of a column of 0\u00E2\u0080\u0099s and a column of 1\u00E2\u0080\u0099s. We can handle the case k = 4 as well. Proposition 4.3.9 Let m \u00E2\u0089\u00A5 6. Let F3 = [03 | 2 \u00C2\u00B7K13 | 2 \u00C2\u00B7K23 | 13] as in Conjecture 4.3.8. Then forb(m,F3) < forb(m,K4). Proof: Let A \u00E2\u0088\u0088 ext(m,F3) and assume ext(m,F3) \u00E2\u008A\u0086 ext(m,K4). Consider any column \u00CE\u00B1 of [K0m | K1m | Km\u00E2\u0088\u00921m | Kmm ]. By extremality of A, [A | \u00CE\u00B1] has K4 as a subconfiguration, say on rows S. Then for any row j \u00E2\u0088\u0088 S with Rj := S \ {j}, we have that A|Rj contains 85 2 \u00C2\u00B7K3 \u00E2\u0088\u0092 \u00CE\u00B1|Rj . Selecting j \u00E2\u0088\u0088 S so that \u00CE\u00B1|Rj is either 13 or 03 we have then that A contains F3, a contradiction. So we deduce that [K 0 m | K1m | Km\u00E2\u0088\u00921m | Kmm ] \u00E2\u0089\u00BA A already and hence A contains K3 in every set of 3 rows. Let B consist of the remaining columns of A (not in [K0m | K1m | Km\u00E2\u0088\u00921m | Kmm ]). We deduce that B has no [K13 | K23 ]. Then \u00E2\u0080\u0096B\u00E2\u0080\u0096 \u00E2\u0089\u00A4 forb(m, [K13 | K23 ]) = ( m 2 ) + ( m 1 ) + ( m 0 ) . Thus \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 2m+ 2 + (m 2 ) + ( m 1 ) + ( m 0 ) . For m \u00E2\u0089\u00A5 6, we have 2m+ 2 < (m 3 ) , a contradiction. \u0004 In Section 8.1 we give some further ideas on how to deal with k \u00E2\u0089\u00A5 5. 86 Chapter 5 Three Asymptotic Bounds 5.1 Introduction When we are not able to obtain an exact bound on forb(m,F ) for some F , we might settle for asymptotic bounds. The research in this topic is often guided by Conjecture 1.4.1. In this chapter we prove three main results, each of which completes some part which would be required in order to establish Conjecture 1.4.1. In Section 5.2 we prove the quadratic asymptotic bound predicted by Conjecture 1.4.1 for the configuration F8(t), one of the three maximal 4-rowed configurations for which the conjecture predicts a quadratic bound. Here are these three configurations (called F6(t), F7(t), F8(t) for historical reasons). F6(t) = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 1 1 0 0 0 1 1 0 0 0 1 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 1 1 0 0 0 1 0 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F7(t) = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 1 1 1 0 0 1 0 0 0 0 1 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 0 0 1 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 87 F8(t) := \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 1 1 0 0 1 1 0 0 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . As of this writing, quadratic bounds for F6(t) and F7(t) have not been found. Note that both F6(t) and F7(t) contain the following: t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . It is not known (but The Conjecture predicts it) whether or not the above matrix has a quadratic bound for t \u00E2\u0089\u00A5 3, but for t = 2 and t = 1, the quadratic bound was proven by Anstee in [Ans90]. The methods described in the following chapters have so far failed to produce results for these other configurations. There are some cases in their respective lists of What Is Missing which we don\u00E2\u0080\u0099t know how to deal with. Then in Section 5.3 we prove the bound for F7, one of the nine maximal 5-rowed config- urations below which are predicted to be quadratic by Conjecture 1.4.1. F3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 1 0 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 0 1 0 0 0 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 0 0 0 1 0 0 0 1 1 0 0 0 1 0 1 1 1 1 0 1 1 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F6 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 0 1 0 1 0 0 1 0 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F7 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F8 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 0 0 0 0 1 0 0 1 0 0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 88 F9 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 0 1 0 1 0 0 0 0 1 0 1 0 1 1 1 1 0 1 1 0 1 1 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F10 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 0 1 0 1 1 1 1 0 1 0 1 1 0 0 0 1 0 1 1 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB F11 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 0 1 0 1 0 0 1 0 0 0 1 0 0 1 0 0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB It is not known whether or not any of the other eight boundary configurations will satisfy the conjecture. Finally, in Section 5.4 we use the result about F7 to classify all 6-rowed quadratic con- figurations by proving the unique boundary case: G6\u00C3\u00973 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . 5.2 Quadratic Bound for a 4-rowed Configuration Let F8(t) be the following 4\u00C3\u0097 (4 + 2t) configuration (as in the Introduction) F8(t) := \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 1 1 0 0 1 1 0 0 t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Theorem 5.2.1 Let t \u00E2\u0089\u00A5 1 be given. Then forb(m,F8(t)) is \u00CE\u0098(m2). More precisely, forb(m,F8(t)) \u00E2\u0089\u00A4 12tm2. Furthermore, F8(t) is a boundary quadratic case. We have several ingredients to the proof. The first is our Standard Induction given in Section 2.1: We find the inductive children HF8(t). By Standard Induction, it suffices then to prove that forb(m,HF8(t)) is \u00CE\u0098(m). We then find What Is Missing as in Section 2.2 in a 89 triple of rows if HF8(t) is avoided. Lastly, we use Implications, as described in Section 2.3, to delete a linear number of columns from a matrix A \u00E2\u0088\u0088 Avoid(m,HF8(t)) so that Cr(A) becomes constant. First, let us calculate HF8(t\u00E2\u0080\u00B2) for some number t\u00E2\u0080\u00B2. Let A \u00E2\u0088\u0088 Avoid(m,F8(t\u00E2\u0080\u00B2)) and consider Cr(A). The fact that A contains no configuration F8(t \u00E2\u0080\u00B2) means Cr(A) doesn\u00E2\u0080\u0099t have any of the following three configurations, for t = b t\u00E2\u0080\u00B2+1 2 c+ 1: H1(t) = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 00 1 0 0 t \u00C2\u00B7 \u00EF\u00A3\u00AB\u00EF\u00A3\u00AC\u00EF\u00A3\u00AD 1 00 1 1 1 \u00EF\u00A3\u00B6\u00EF\u00A3\u00B7\u00EF\u00A3\u00B8 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H2(t) = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 00 1 1 1 t \u00C2\u00B7 \u00EF\u00A3\u00AB\u00EF\u00A3\u00AC\u00EF\u00A3\u00AD 1 00 1 0 0 \u00EF\u00A3\u00B6\u00EF\u00A3\u00B7\u00EF\u00A3\u00B8 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H3(t) = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 11 1 0 0 1 1 0 0 t \u00C2\u00B7 \u00EF\u00A3\u00AB\u00EF\u00A3\u00AC\u00EF\u00A3\u00AD 0 11 1 0 0 \u00EF\u00A3\u00B6\u00EF\u00A3\u00B7\u00EF\u00A3\u00B8 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . So we may conclude that HF8(t) = {H1(t), H2(t), H3(t)}. We now focus our attention to matrices A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}). We make the following bold claim: Lemma 5.2.2 Let t be given. Then forb(m, {H1(t), H2(t), H3(t)}) \u00E2\u0089\u00A4 12tm. Note that Theorem 5.2.1 is not equivalent to the previous lemma is false, and this is indeed the case for F6(t) and F7(t), for which we know the bound for the inductive children is quadratic and not linear. The proof of Lemma 5.2.2 appears at the end of this subsection. But by using this lemma we are ready to prove Theorem 5.2.1. Proof of Theorem 5.2.1 : Let A \u00E2\u0088\u0088 Avoid(m,F8(t)). We simply use induction as in Proposition 2.1.2 (replacing t by t+1 2 + 1) using Lemma 5.2.2 to deduce \u00E2\u0080\u0096A\u00E2\u0080\u0096 is linear and hence forb(m,F8(t)) is O(m 2). The fact that F8(t) is a boundary case follows from the constructions in Conjecture 1.4.1. If \u00CE\u00B1 \u00E2\u0088\u0088 F8(0), then \u00CE\u00B1 has column sum 1 or 3, but then [F8(t) |\u00CE\u00B1] \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 I. Consider then the possibilities for \u00CE\u00B1 not in F8(1). If \u00CE\u00B1 consists of all 1\u00E2\u0080\u0099s or three 1\u00E2\u0080\u0099s or two 1\u00E2\u0080\u0099s except on the first two rows then each pair of rows of [F8(1) |\u00CE\u00B1] has a column of two 1\u00E2\u0080\u0099s and so [F8(1) |\u00CE\u00B1] is not in Im/3 \u00C3\u0097 Im/3 \u00C3\u0097 Im/3. This also handles the complementary case, i.e. where \u00CE\u00B1 is all 0\u00E2\u0080\u0099s or one 1 or two 1\u00E2\u0080\u0099s on the last two rows using Icm/3 \u00C3\u0097 Icm/3 \u00C3\u0097 Icm/3. There are two remaining cases: \u00CE\u00B1 having two 1\u00E2\u0080\u0099s in the first and fourth rows or in the second and fourth rows. Then [F8(1) |\u00CE\u00B1] has the 2\u00C3\u0097 2 matrix I2 on each pair 90 of rows and so [F8(1) |\u00CE\u00B1] is not in Tm/3 \u00C3\u0097 Tm/3 \u00C3\u0097 Tm/3. Thus forb(m, [F8(1) |\u00CE\u00B1]) is \u00E2\u0084\u00A6(m3). \u0004 To prove Lemma 5.2.2, we will need some additional Lemmas and properties. 5.2.1 What Is Missing? The following are all the possibilities of columns that are either missing or in short supply on three rows if we forbid H1(t), H2(t), H3(t). This was computed using the C++ program referred to in Chapter 3. Checking that if a triple of rows satisfies each Pi, then configurations H1(t), H2(t), H3(t) are avoided is quite easy, but the computer is used to avoid the enormous amount of work that would be required to establish that the list is complete. Lemma 5.2.3 Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}). For each triple of rows (x, y, z) satisfies (at least) one of the 21 cases P1, P2, ..., P21 described below for some ordering of (x, y, z). The cases are: P1 = no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P2 = < t < t no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P3 = < t < t no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P4 = < t < t < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P5 = < t < t < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P6 = no < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 91 P7 = no < t < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P8 = no < t < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P9 = < t < t < t < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P10 = < t < t < t < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P11 = no < t < t < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P12 = no < t < t < t < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P13 = no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P14 = < t no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P15 = no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P16 = < t no < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P17 = < t no < t no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P18 = < t < t no < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 92 P19 = no < t no < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , P20 = no < t no < t\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P21 = no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Proof: By exhaustive computer search as described in Section 3.5. \u0004 5.2.2 Case Analysis We now proceed to do some case analysis of the 21 cases mentioned in Lemma 5.2.3. The first trick to discard some cases involves attempting to do induction one more time. For some of the 21 cases, if they happened to occur in A we may apply the Standard Induction again. Definition 5.2.4 We say that a row r of A is non-essential if \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 4t. The motivation for this definition is that if we could find a non-essential row of A, we could use Standard Induction as in Section 2.1 for the case where we are forbidding {H1(t), H2(t), H3(t)} to prove Lemma 5.2.2 (in fact \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 12t would suffice). Lemma 5.2.5 If A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) has a triple of rows (i, j, k) that satisfies one of P2, P4, P8, P9, P10, P12, P17, P18 and P19, then there is a non-essential row r of A. Proof: If we analyze the columns that could be in long supply for each of the cases, we see in each case that one of the rows of A isn\u00E2\u0080\u0099t necessary to distinguish between columns in long supply. 93 Perhaps an example would be useful. The other cases are similar. Suppose A is missing P2 in rows i, j, k, in that order. So A satisfies the following from rows i, j, k: P2 = < t < t no no i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Let us analyze the columns that could be in long supply (denote l.s.). These columns are: l.s l.s l.s l.s i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B011 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B010 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We can see that \u00E2\u0080\u0096Ck(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 2t, and therefore row k is non-essential. The same happens for the other cases: in each of them, there is a row r, like row k, for which \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 \u00E2\u0089\u00A4 4t. \u0004 If we assume there are no non-essential rows then we may restrict our attention to matrices which for all triples of rows satisfy one of the cases P1, P3, P5, P6, P7, P11, P13, P14, P15, P16, P20 or P21. We will now use the technique of Implications described in Section 2.3 to delete a linear number of columns from A (without deleting any row) in order to obtain a matrix A\u00E2\u0080\u00B2 for which \u00E2\u0080\u0096Cr(A\u00E2\u0080\u00B2)\u00E2\u0080\u0096 is bounded by a constant (for any row r). First we give a lemma which is purely a property of directed graphs. Lemma 5.2.6 Let G be a directed graph on m vertices. Then we can colour the edges of G using three colours (blue, red and green) in such a way that for vertices r, a, b we have that G satisfies the following properties: (R) There are at most 2m red edges. (B) If r \u00E2\u0086\u0092 a and r \u00E2\u0086\u0092 b are blue, then neither a\u00E2\u0086\u0092 b nor b\u00E2\u0086\u0092 a (of any colour). (G) If a\u00E2\u0086\u0092 b is green, there is a blue-red path from a to b. 94 Proof: The idea for this colouring came from an idea first introduced by Anstee and Sali in [AS05], although the actual colouring is different. We provide an algorithmic proof. 1. Divide G into strongly connected components X1, X2, ..., Xk ordered in a way consistent with the order given by the acyclic ordering (so that if i < j, there might be a path between a vertex of Xi and a vertex of Xj, but there is no path back). 2. Pick a strongly connected component Xi. It is a well known property of directed graphs that there is a strongly connected subgraph Yi of Xi that uses all the vertices of Xi and the number of edges is at most 2|Xi|. For every edge of Xi, see whether it is in Yi or not. If it is, colour it with red, and if it isn\u00E2\u0080\u0099t, colour it with green. 3. Colour every remaining edge with blue. Notice that currently the only property that may not be satisfied is (B). We will change some of the blue ones to green (leaving the red ones intact) until we get the desired property, but never breaking (R) nor (G). Notice also that red edges always stay in the same strongly connected component, while blue edges always go to a higher level. To make this statement precise, define a level function \u00CE\u00BB : V (G)\u00E2\u0086\u0092 N as \u00CE\u00BB(v) := i if v \u00E2\u0088\u0088 Xi. We have the property that if v \u00E2\u0086\u0092 u is a red edge, then \u00CE\u00BB(v) = \u00CE\u00BB(u), and if v \u00E2\u0086\u0092 u is a blue edge, then \u00CE\u00BB(v) < \u00CE\u00BB(u). This property will be preserved during all steps of the colouring algorithm. In particular, it is true when applying steps 1 through 3. 4. Go through all the strongly connected components and for each component go through each vertex. Suppose we are at vertex v. Look at the set of blue edges coming out of v. Say their endpoints are v1, v2, ..., vd. 5. If there is an edge vi \u00E2\u0086\u0092 vj (of any colour) and v \u00E2\u0086\u0092 vi and v \u00E2\u0086\u0092 vj are (still) blue, paint v \u00E2\u0086\u0092 vj with green. It is easy to check that step 5 preserves property (G). We only need to prove that there is a blue-red path from v to vj. We know there is a blue-red path Pvi,vj from vi to vj by (G), and since v \u00E2\u0086\u0092 vi is blue, we can consider the path v \u00E2\u0086\u0092 vi plus Pvi,vj . This can be done as long as Pvi,vj doesn\u00E2\u0080\u0099t contain v \u00E2\u0086\u0092 vj, and indeed it can\u00E2\u0080\u0099t, because red edges always stay in the same connected component, while blue edges always go to a higher level, and since 95 v \u00E2\u0086\u0092 vi is blue and the path Pvi,vj is blue-red, \u00CE\u00BB(v) < \u00CE\u00BB(vi) \u00E2\u0089\u00A4 \u00CE\u00BB(vj). This implies that Pvi,vj cannot contain vertex v. \u0004 Recall our definition of implications of Section 2.3. Lemma 5.2.7 Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) have no non-essential rows. Form the directed graph G on m vertices whose edges are the implications in A and colour G using Lemma 5.2.6. Then we can delete at most 4tm columns from A so that all red implications are pure. Proof: There are at most 2m red edges and there are at most 2t columns that violate any given implication, hence there are at most 4tm columns that violate red implications. We can delete at most 4tm columns to make the red implications pure. \u0004 If a column violates a green implication, it must also violate an implication in a blue-red path, so it must violate either a blue or a red implication. So if we manage to purify the blue implications, no column could violate a green implication either. We will devote some time to proving there are at most 4tm columns that violate at least one blue implication. Lemma 5.2.8 Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) with no non-essential rows (i.e. for every row r, we have \u00E2\u0080\u0096Cr(A)\u00E2\u0080\u0096 > 4t). Colour the associated implications graph as in Lemma 5.2.6. In any triple of rows r, ri, rj where r \u00E2\u0086\u0092 ri and r \u00E2\u0086\u0092 rj are blue and impure, then either P16 or P21 is satisfied. Proof: By Lemma 5.2.5, we know that in any triple of rows one of P1, P3, P5, P6, P7, P11, P13, P14, P15, P16, P20, P21 has to be satisfied on the triple r, ri, rj. 96 Having the implications r \u00E2\u0086\u0092 ri and r \u00E2\u0086\u0092 rj means that the following is satisfied in the triple of rows r, ri, rj for some 0 \u00E2\u0089\u00A4 a < 2t: < 2t\u00E2\u0088\u0092 a < 2t\u00E2\u0088\u0092 a = a r ri rj \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB We can go through each of the remaining cases (except P16 and P21) and observe that the implications r \u00E2\u0086\u0092 ri and r \u00E2\u0086\u0092 rj are already not violated. In each case we will find a contradiction by finding either a non-essential row, contradict- ing the hypothesis, or ri \u00E2\u0086\u0092 rj (or rj \u00E2\u0086\u0092 ri), which is a contradiction to the fact that r \u00E2\u0086\u0092 ri and r \u00E2\u0086\u0092 rj are blue. For each case Pi, we number the rows of Pi by 1,2,3 as they appear in our listing of What Is Missing. Note that we can\u00E2\u0080\u0099t have have two implications a \u00E2\u0086\u0092 b and b \u00E2\u0086\u0092 a (yields a non-essential row). There are in fact at most two implication on the three rows r, ri, rj. Here is a quick check for each case: P1: If r corresponds to row 1 of P1, then we get either ri \u00E2\u0086\u0092 rj or rj \u00E2\u0086\u0092 ri, a contradiction. If r corresponds to row 2 we get the same contradiction. And if r corresponds to row 3, then one of the rows ri and row rj is non-essential. P3: Already has the implication 1\u00E2\u0086\u0092 2, so row r must correspond with row 1, but then the row corresponding to row 3 of P3 will be non-essential. P5: Already has 1\u00E2\u0086\u0092 3 and 2\u00E2\u0086\u0092 3, regardless of ordering we\u00E2\u0080\u0099ll have the contradiction. P6: Already has the implication 1\u00E2\u0086\u0092 2. If we set r to correspond to 1, then we also get the implication 2\u00E2\u0086\u0092 3. P7: Already has 2\u00E2\u0086\u0092 3 and 1\u00E2\u0086\u0092 3, so no matter how we set row r we\u00E2\u0080\u0099ll have the contradiction. P11: Already has 2\u00E2\u0086\u0092 3 and 1\u00E2\u0086\u0092 3. P13: The columns involved in the implications already have been marked with \u00E2\u0080\u0098no\u00E2\u0080\u0099, so they never get violated anyway. P14: Already has 1 \u00E2\u0086\u0092 3. Then row r must correspond to row 1 of P14 but then row r becomes non-essential. 97 P15: Already has 1 \u00E2\u0086\u0092 3. Then row r must correspond to row 1 of P15 but then row r becomes non-essential. P20: Already has 1 \u00E2\u0086\u0092 3. Then row r must correspond to row 1 of P20 but then row r becomes non-essential. Hence we must have either P16 or P21 on any triple r, ri, rj. \u0004 Lemma 5.2.9 Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) with no non-essential rows, whose implication graph is coloured to satisfy the conditions R,B,G of Lemma 5.2.6. We may delete at most 4tm columns from A so that no blue implication is violated in what remains. Proof: We will prove something a bit stronger: for every row r, the number of columns that violate a blue implication coming out of r is bounded by a 4t. Take a row r and consider Bluer, the induced subgraph on the blue children of r. That is, Bluer = {s \u00E2\u0088\u0088 G : r \u00E2\u0086\u0092 s is blue }. We will assume |Bluer| \u00E2\u0089\u00A5 3. If |Bluer| \u00E2\u0089\u00A4 2, we have at most 4t columns that violate the blue implications out of r. Let Bluer = {r1, ..., r`}. Notice that if a triple of rows r, ri, rj with r \u00E2\u0086\u0092 ri and r \u00E2\u0086\u0092 rj impure and blue satisfies either P16 or P21 then in particular it must satisfy this: < t no < 2t r ri rj \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB which means that in a column where row r is 0 and row rj is 1, then row ri is 1. Restrict our attention to the submatrix of A given as [BrCr] in (2.1.1). We use the notation row(ri) to denote the set given by row ri considered as an incidence vector (but restricting to the submatrix [BrCr]), we have row(rj) \u00E2\u008A\u0086 row(ri). Every pair of rows in Bluer then must have one contained in the other (under the zeros of row r), which means we can order the sets row(r1), row(r2), ..., row(r`) into an ascending chain. Therefore we can separate the columns that have a zero on row r into three categories. The first, C0 consists of the columns with all the entries in rows r1, r2, ..., r` being 0. The 98 second category, C1 consists of all columns with all the entries in rows r1, r2, ..., r` being 1. And the last, C, consists of columns that start with some number of zeros and end with ones, like this: r r1 ... ri ri+1 ... r` \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 ... 0 1 ... 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We deal with these three categories separately. Columns in C0: These columns already don\u00E2\u0080\u0099t violate any implication r \u00E2\u0086\u0092 ri. Columns in C: Rows r1 and r`, in addition to satisfying row(r1) \u00E2\u008A\u0086 row(r`), must also satisfy < t r r1 r` \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B000 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , which means the number of columns with 0 in row r, 0 in row r1 and 1 in row r` is at most t\u00E2\u0088\u0092 1. This means |C| < t. Columns in C1: We may use the fact that each triple r, ri, rj satisfies < 2t r ri rj \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B001 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , so C1 < 2t as well. In conclusion, for each row r, we can delete 3t columns, and then every blue implication r \u00E2\u0086\u0092 ri is pure. We repeat this for every row r, and by deleting at most 3tm columns of A, every blue implication is pure. \u0004 99 After these column deletions every blue implication is pure and we may now assume every implication is pure: No column violates either blue or red implications, which means no column violates any green implications. We\u00E2\u0080\u0099ve managed to delete only a linear number of columns of A without deleting any row, and now no implication gets violated. 5.2.3 Linear Bound for the Inductive Children We are now ready to prove Lemma 5.2.2. Proof of Lemma 5.2.2 : We will show that forb(m, {H1(t), H2(t), H3(t)}) \u00E2\u0089\u00A4 12tm. Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}). By Proposition 2.1.2 as described above, we may assume A has no non-essential rows. For every triple of rows of A, we choose Pi if Pi is satisfied in that triple (other Pj might be satisfied as well, but pick one for every triple). This yields a map p : S3(A) \u00E2\u0086\u0092 {Pi : i \u00E2\u0088\u0088 {1, 3, 5, 6, 7, 11, 13, 14, 15, 16, 20, 21}} (by Lemma 5.2.5) where S3(A) is the set of triples of rows of A. Appealing to Lemma 5.2.7 and Lemma 5.2.9 we can delete at most 8tm columns and conclude that all implications associated to one of the Pi in the image of S3(A) are pure. We now do induction again with a new hypothesis. We wish to show that for A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) satisfying that each triple of rows has a chosen satisfied condition Pi (for some i \u00E2\u0088\u0088 {1, 3, 5, 6, 7, 11, 13, 14, 15, 16, 20, 21}) and any implications arising from these chosen conditions is pure, then \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 4tm. We note that any submatrix of A satisfies the same hypotheses. Thus it suffices to appeal to our induction argument Proposition 2.1.2 and show that A has a non-essential row. We will in fact show that row 1 is non-essential. Let A \u00E2\u0088\u0088 Avoid(m, {H1(t), H2(t), H3(t)}) satisfying that each triple of rows has a chosen satisfied condition Pi (for some i \u00E2\u0088\u0088 {1, 3, 5, 6, 7, 11, 13, 14, 15, 16, 20, 21}) and any implications arising from these chosen conditions is pure. Consider a triple of rows 1, r, s from A. In this triple, one of the 12 cases will have been chosen to be satisfied, so for the pair r, s in C1(A), two rows corresponding to two rows of one of the 12 Pi\u00E2\u0080\u0099s must be satisfied, since C1(A) consists of the repeated columns. Consider a (0,1)-row with n columns as the incidence vector of a subset of [n] = {1, 2, . . . , n}. We now use row(r) to denote row r in C1(A), since we\u00E2\u0080\u0099ve restricted our attention to this matrix. We show by the case analysis below that if two columns are absent on a pair of rows r, s, then either row(r) = \u00E2\u0088\u0085 or row(r) = [n], (or row(s) = \u00E2\u0088\u0085 or row(s) = [n]), or row(r) = row(s) or row(r) = row(s)c. If two columns are absent, then only two columns can be present. Thus, 100 1. If the two columns absent are no no r s [ 1 0 ] [ 1 1 ] or no no r s [ 0 1 ] [ 0 0 ] then row(r) = \u00E2\u0088\u0085 (row r is 0\u00E2\u0080\u0099s) in the former, or row(r) = [n] (row r is 1\u00E2\u0080\u0099s) in the latter. 2. If the columns missing are no no r s [ 0 1 ] [ 1 0 ] then row(r) = row(s). 3. If the columns missing are no no r s [ 0 0 ] [ 1 1 ] then row(r) = row(s)c. We may check each case P1, P3, P5, P6, P7, P11, P13, P14, P15, P16, P20, P21 to find that two columns are absent for each pair of rows of C1(A), except for P6 and P14 when row 1 of A corresponds to row 3 of P6 or row 2 of P14, In the case when 1, r, s form a P6 or a P14, and row 1 of A corresponds to row 3 of P6 or row 2 of P14, we have (for some order of r and s) no < t r s [ 0 1 ] [ 1 0 ] which means row(s) \u00E2\u008A\u0086 row(r), and the difference row(r) \ row(s) is at most t. Construct the following coloured semi-directed graph: \u00E2\u0080\u00A2 The vertices are the rows r of C1(A) with row(r) 6= \u00E2\u0088\u0085 and row(r) 6= [n]. \u00E2\u0080\u00A2 Place a purple edge between two rows r, s if row(r) = row(s). \u00E2\u0080\u00A2 Place a yellow edge between two rows r, s if row(r) = row(s)c. 101 \u00E2\u0080\u00A2 Place a directed edge r \u00E2\u0086\u0092 s if row(r) \u00E2\u008A\u0086 row(s). If some rows are equal, we will treat them as being just one row. So we can take the quotient of the graph over the purple edges and work in the new graph. If two yellow edges share a vertex, the non-shared vertices must have a purple edge between them, because the complement of the complement is itself. Since we did the quotient over purple edges, we can assume no two yellow edges share a vertex. So we are left with only directed and yellow edges. We will prove there are no yellow edges. We proceed by contradiction. Suppose we have a yellow edge between rows r1 and r2 so that row(r1) = row(r2) c. If there is no other row then the matrix has at most 2 columns and we are done. Assume r is another row, different from r1 or r2. Consider the edge between r and r1 and between r and r2. Let us analyze the four possibilities. Clearly it can\u00E2\u0080\u0099t be yellow or purple. \u00E2\u0080\u00A2 If r \u00E2\u0086\u0092 r1 and r \u00E2\u0086\u0092 r2, then row(r) \u00E2\u008A\u0086 row(r1) and row(r) \u00E2\u008A\u0086 row(r2) contradicts row(r1) = row(r2) c if row(r) 6= \u00E2\u0088\u0085. So we conclude row(r) = \u00E2\u0088\u0085, contradicting our construction. \u00E2\u0080\u00A2 If r \u00E2\u0086\u0092 r1 and r2 \u00E2\u0086\u0092 r, then row(r2) \u00E2\u008A\u0086 row(r1), a contradiction. \u00E2\u0080\u00A2 If r1 \u00E2\u0086\u0092 r and r \u00E2\u0086\u0092 r2, then row(r1) \u00E2\u008A\u0086 row(r2), a contradiction. \u00E2\u0080\u00A2 If r1 \u00E2\u0086\u0092 r and r2 \u00E2\u0086\u0092 r, then we have that row(r) contains both a set and its complement. This means row(r) = [n] contradicting our construction. Every pair of rows r, s has a directed edge and therefore we have a tournament. We note that the graph has no directed cycles (since a directed edge means containment of rows) and hence it is a transitive tournament. This in particular yields a path that goes through all the vertices (a total ordering of the rows). We have more information: A directed edge only occurs in cases P6 and P14, when row 1 of A corresponds to row 3 of P6 or row 2 of P14. In these two cases, when a row r contains row s, we also have that we get that rows r and s differ in at most t columns. And since the first row in the path (the one with the least number of ones) and the last (the one with the most number of ones) have to differ in at most t places, there must be at most t+ 2 columns in C1(A), and so row 1 is non-essential, which proves the lemma. \u0004 102 5.3 Quadratic Bound for a 5-rowed Configuration Previous work of Ryan, reported in [Ans], computed nine 5-rowed simple matrices F which by Conjecture 1.4.1 should be boundary cases and for which forb(m,F ) should be \u00CE\u0098(m2). One of them, named F7 in [Ans], is F7 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 1 0 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Note that F7 = F c 7 . Theorem 5.3.1 We have that forb(m,F7) is \u00CE\u0098(m 2). Moreover, for any 5 \u00C3\u0097 1 {0, 1}- column \u00CE\u00B1, forb(m, [F7 |\u00CE\u00B1]) is \u00E2\u0084\u00A6(m3). The proof uses Standard Induction (Section 2.1) and a linear bound for three smaller matrices in Lemma 5.3.2 which in a novel way uses Standard Induction. We give the proof of Theorem 5.3.1 from Lemma 5.3.2 in Section 2.1 and the proof of Lemma 5.3.2 in Section 5.3.3. 5.3.1 Applying Standard Induction Let A \u00E2\u0088\u0088 Avoid(m,F7) and apply the standard decomposition of (2.1.1) for r = 1. Our goal is to show \u00E2\u0080\u0096A\u00E2\u0080\u0096 is quadratic by showing that \u00E2\u0080\u0096C1(A)\u00E2\u0080\u0096 is linear. We find the inductive children of F7 (basically, delete each row of F7 in turn) and note that C1(A) cannot contain any of the configurations H1, H2, H3, H4, H5: H1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 1 0 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 0 0 0 1 0 1 0 1 0 0 1 0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 1 1 1 0 0 1 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , 103 H4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 1 1 1 1 0 1 1 1 0 0 1 1 1 0 0 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 1 0 1 1 1 0 1 0 1 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We observe that Hc3 = H3, H4 = H c 1, H c 2 = H5. Also H3 \u00E2\u0089\u00BA H1 (columns 2,3,5,6) and so H3 \u00E2\u0089\u00BA H4 and so we may ignore H1, H4. Standard Induction (Section 2.1) gives the bound forb(m,F7) < m\u00C2\u00B7forb(m, {H2, H3, H5}). The next lemma states that forb(m, {H2, H3, H5}) has a linear bound, which means forb(m,F7) has a quadratic bound. Lemma 5.3.2 We have that forb(m, {H2, H3, H5}) is O(m). We will prove Lemma 5.3.2 in Section 5.3.3. We can now prove that forb(m,F7) is quadratic. Proof of Theorem 5.3.1: The fact that forb(m,F7) is \u00E2\u0084\u00A6(m 2) comes directly out of the conjecture, as F7 \u00E2\u008A\u0080 I \u00C3\u0097 I. We show forb(m,F7) is O(m2) using induction on m. Consider A \u00E2\u0088\u0088 Avoid(m,F7) with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = forb(m,F7). Then using Proposition 2.1.2, we have forb(m,F7) = \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 m\u00E2\u0088\u00921\u00E2\u0088\u0091 i=1 forb(i, {H2, H3, H5}). Given that there is a constant c so that forb(i, {H2, H3, H5}) \u00E2\u0089\u00A4 ci by Lemma 5.3.2, we deduce the bound forb(m,F7) < c \u00C2\u00B7m(m\u00E2\u0088\u0092 1)/2 which is \u00CE\u0098(m2). Now consider any 5\u00C3\u00971 column \u00CE\u00B1. We immediately deduce that forb(m, [F7 |\u00CE\u00B1]) is \u00E2\u0084\u00A6(m3) for \u00CE\u00B1 having zero, one, four or five 1\u00E2\u0080\u0099s, or if \u00CE\u00B1 is a column in F7 (considered as a matrix). It is a computational exercise to show that every other \u00CE\u00B1 results in forb(m, [F7 |\u00CE\u00B1]) being \u00E2\u0084\u00A6(m3) and the computer program described in Section 3.4 indeed gave us this result. We give a proof here for completeness. We need only consider \u00CE\u00B1 having two 1\u00E2\u0080\u0099s since F c7 = F7. If \u00CE\u00B1 has 0\u00E2\u0080\u0099s on rows 2,3 then [F7 |\u00CE\u00B1] \u00E2\u008A\u0080 Ic \u00C3\u0097 Ic \u00C3\u0097 Ic (each pair of rows from the four rows 1,2,3,4 of [F |\u00CE\u00B1] has (0, 0)T ) or two 0\u00E2\u0080\u0099s on rows 1,4 then [F7 |\u00CE\u00B1] \u00E2\u008A\u0080 Ic \u00C3\u0097 Ic \u00C3\u0097 Ic (each pair of rows from the four rows 1,3,4,5 has (0, 0)T ) . This only leaves four columns, three of which are already in F7. Only 104 \u00CE\u00B1 = (0, 0, 1, 1, 0)T is not already in F7, and in such case [F7 |\u00CE\u00B1] \u00E2\u008A\u0080 T \u00C3\u0097T \u00C3\u0097T since every pair of rows from the four rows 1,2,3,4 has the 2\u00C3\u0097 2 configuration I2. \u0004 5.3.2 What Is Missing? Applying the technique of What Is Missing described in Section 2.2 to F = {H2, H3, H5}, we get the following lemma. Lemma 5.3.3 Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}). Then there are 13 possibilities Q0, Q1, . . . , Q12 for What Is Missing on each 4-set of rows. Q0 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q1 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q2 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q3 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q4 = no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q5 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 105 Q6 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q7 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q8 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q9 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q10 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q11 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q12 = no no no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Proof of Lemma 5.3.3: An exhaustive computer search by the program described in Section 3.5 yields the result. \u0004 106 5.3.3 Linear Bound for the Inductive Children The rest of the section is a proof of Lemma 5.3.2. Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}). We will use special features of H2, H3, H5 to obtain a linear bound on \u00E2\u0080\u0096A\u00E2\u0080\u0096. The forbidden configuration H3 is used most often in this proof. We will show \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 7m by induction on m. We analyze the 13 cases of Lemma 5.3.3 one by one and have special arguments for the three troublesome cases Q2, Q3, Q11. Lemma 5.3.4 Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}). Consider the standard decomposition (2.1.1) of A based on row r. Let L(r) 6= \u00E2\u0088\u0085 be a minimal set of rows such that Cr|L(r) is simple. Then each triple of rows {i, j, k} in L(r) yield a quadruple of rows {r, i, j, k} on which one of the cases Q2, Q3, Q11 occurs, with row r being the first row of each of the cases Q2, Q3, Q11 as given in Lemma 5.3.3. Proof: For each Qi we record pairs of rows containing \u00E2\u0080\u009Ca copy of K2\u00E2\u0080\u009D: namely in the columns marked absent we find r i j k no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 a e 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 b f 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 c g 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 d h 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Suppose A had these columns missing on the quadruple of rows r, i, j, k and that rows i, j, k belong to L(r). Then the simple matrix Cr from (2.1.1) has the four 3 \u00C3\u0097 1 columns (e, 0, 0)T , (f, 1, 0)T , (g, 0, 1)T and (h, 1, 1)T missing on the triple of rows {i, j, k}. We deduce that row i cannot belong to L(r), a contradiction. By analyzing the cases, we find that Q0, Q1, Q5, Q6, Q7, Q8, Q10, Q12 have 3 rows each pair of which have a \u00E2\u0080\u009CK2\u00E2\u0080\u009D and Q4, Q9 have two disjoint pairs of rows each with a \u00E2\u0080\u009CK2\u00E2\u0080\u009D. Thus in any of these cases, What Is Missing on a triple of rows in Cr will contain a copy of \u00E2\u0080\u009CK2\u00E2\u0080\u009D and so we can delete a row from Cr without disturbing simplicity of the remainder of Cr. In cases Q2, Q3, Q11, if we choose row r to be any row but the first row in each of the cases then there is a \u00E2\u0080\u009CK2\u00E2\u0080\u009D on the remaining triple. \u0004 We would like to show that for all A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}) we can choose row r so 107 that \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A4 7 as in (2.1.1). Then by Proposition 2.1.2 and induction, \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 7m. We will assume the contrary, namely that there is A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}) such that for every row r, \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 8. In each of the troublesome cases Q2, Q3, Q11, we end up with the following sets of columns missing on a triple of rows in Cr (arising from What Is Missing in A on a quadruple of rows involving r) and we name the cases correspondingly P2, P3, P11. Note the implicatoins arising from P3. P2 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.1) P3 : i j k no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 00 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB yielding ij k no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.2) P11 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 00 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.3) Lemma 5.3.5 Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}). Consider the standard decomposition (2.1.1) of A based on row r. Let L(r) 6= \u00E2\u0088\u0085 be a minimal set of rows such that Cr|L(r) is simple. Then each triple of rows {i, j, k} in L(r) is in one of the cases P2, P3 or P11. Moreover, if any triple in L(r) is in case P2, then all triples of rows of L(r) are in case P2. Similarly if any triple in L(r) is in case P3 (respectively P11), then all triples of rows are in case P3 (resp. P11). Proof: By Lemma 5.3.4, every triple of rows of L(r) satisfies one of P2, P3 or P11. A triple of rows {a, b, c} in case P3 can\u00E2\u0080\u0099t overlap with a triple of rows in case P2 (respectively P11) on two rows {a, b} since on the two rows {a, b} What Is Missing (by (5.3.2)) will extend to one 108 new column missing on the triple from P2 (resp. P11) yielding a \u00E2\u0080\u009CK2\u00E2\u0080\u009D. This would allow us to delete a further row from Cr|L(r) while preserving simplicity, a contradiction to the fact that L(r) is minimal with Cr|L(r) simple. Thus, if any triple of rows of L(r) is in case P3, then all triples of rows of L(r) are in case P3. Assume all triples of rows are in case P2 or P11. We can\u00E2\u0080\u0099t have a triple of rows in case P2 overlap with a triple of rows in case P11 on two rows as shown below. On the quadruple of rows we have marked \u00E2\u0080\u0098OK\u00E2\u0080\u0099 over the columns which can occur on the quadruple of rows. At most 6 columns can be present in Cr|L(r) and we note that we can delete the second or third row from Cr|L(r) and not affect simplicity of Cr|L(r), a contradiction. Hence such an overlap cannot occur. no no no no no no 1 1 0 \u00E2\u0088\u0097 \u00E2\u0088\u0097 \u00E2\u0088\u0097 1 0 1 1 0 0 0 1 1 0 1 0 \u00E2\u0088\u0097 \u00E2\u0088\u0097 \u00E2\u0088\u0097 0 0 1 OK OK OK OK OK OK 0 1 0 0 1 1 0 0 1 0 1 1 0 0 0 1 1 1 0 0 1 1 0 1 Given that each triple of the remaining rows of Cr rows must be in case P2 or P11, we must have all triples satisfy only one of the two. \u0004 Lemma 5.3.6 Assume all triples in L(r) are in case P3. Then the rows of Cr can be ordered so that each triple of rows a < b < c corresponds to a = i, b = j, and c = k in P3. Proof: In this case there is an ordering of the rows L(r) so that all triples are consistent with the ordering given. We had noted in (5.3.2) that having P3 on rows i, j, k in that order correspond to three columns, each on two rows, being absent. If we cannot find a consistent ordering of the rows of L(r), then on some pair of rows we will be missing two columns and this implies that one of the two rows can be deleted while preserving simplicity of Cr|L(r). This contradiction proves the result. \u0004 In view of Lemma 5.3.5, we will say L(r) is type i if each triple of rows in L(r) is in case Pi for i = 2, 3 or 11. Recall we assumed \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 8. We obtain M(r) from L(r) as follows 109 where the type of M(r) is the type of L(r). M(r) = { L(r) if L(r) is type 2 or 11 L(r)\{first and last row in ordering} if L(r) is type 3 (5.3.4) Note Cr|M(r) need not be simple. Lemma 5.3.7 Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}) with (2.1.1) applied for row r and M(r) from (5.3.4). (i) If M(r) is type 2, then Cr|M(r) must consist of [0|M(r)| I|M(r)|] and possibly column 1|M(r)| and no other column. Thus \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 2 \u00E2\u0089\u00A4 |M(r)| \u00E2\u0089\u00A4 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 1. In addition, columns of A|M(r) are from [0|M(r)| I|M(r)| 1|M(r)|]. (ii) If M(r) is type 11, then Cr|M(r) must consist of [Ic|M(r)| 1|M(r)|] and possibly column 0|M(r)| and no other column. Thus \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 2 \u00E2\u0089\u00A4 |M(r)| \u00E2\u0089\u00A4 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 1. In addition columns of A|M(r) are from [0|M(r)| Ic|M(r)| 1|M(r)|]. (iii) If M(r) is type 3, then Cr|M(r) must consist of [0|M(r)| T|M(r)| 1|M(r)|]. Thus |M(r)| = \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 3. In addition, columns of A|M(r) are from T|M(r)|. Proof: For M(r) being type 2, we observe that columns of Cr|M(r) must belong to [0|M(r)| I|M(r)| 1|M(r)|]. By minimality of L(r) (which is M(r)), we cannot delete any rows from Cr|M(r) and preserve simplicity. Thus all columns of [0|M(r)| I|M(r)|] must be present. A quick count reveals \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 2 \u00E2\u0089\u00A4 |M(r)| \u00E2\u0089\u00A4 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 1. Similarly for M(r) being type 11, Cr|M(r) must consist of [Ic|M(r)| 1|M(r)|], and possibly column 0|M(r)| and no other column. For M(r) being type 3 then, with the row ordering of Lemma 5.3.6, Cr|L(r) must consist of T|L(r)|. Hence Cr|M(r) must consist of [0|M(r)| T|M(r)| 1|M(r)|], 110 and so |M(r)| = \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0088\u0092 3. The restricted columns on Cr|M(r) extend to restricted columns on A|M(r) as follows. If M(r) is type 2 then for any H \u00E2\u008A\u0086M(r) with |H| = 3, the 6 forbidden columns on rows r\u00E2\u0088\u00AAH of Q2 yield the restrictions P2 of 3 forbidden columns on rows H of A. Thus the columns of A|M(r) are all contained in [0|M(r)| I|M(r)| 1|M(r)|]. In a similar way, if M(r) is type 11 then the columns of A|M(r) are all contained in [0|M(r)| Ic|M(r)| 1|M(r)|]. If L(r) is type 3 we noted Cr|L(r) is T|L(r)|. Indeed, by Lemma 5.3.6, Q3 has each triple i, j, k \u00E2\u0088\u0088 L(r) ordered consistent with the ordering of the rows of L(r) yielding T . We deduce the following columns are absent in A on rows i < j < k: i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB ij k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB The following two columns are also forbidden on the 4 rows r, i, j, k of A by Q3: \u00CE\u00B1 = r i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00CE\u00B2 = r i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Thus, using \u00CE\u00B1, under the 0\u00E2\u0080\u0099s in row r in [BrCr]|L(r) we may only have the columns of T|L(r)| plus one additional column consisting of all 0\u00E2\u0080\u0099s except a 1 in the last row of L(r). Similarly using \u00CE\u00B2, under the 1\u00E2\u0080\u0099s in row r in [CrDr]|L(r) we may only have the columns of T|L(r)| plus one additional column consisting of all 1\u00E2\u0080\u0099s except a 0 in the first row of L(r). Thus if M(r) is L(r) with the first and last row deleted then Cr|M(r) = [0T 1] and the columns of A|M(r) are contained in [TM(r)]. \u0004 Proof of Lemma 5.3.2: Let A \u00E2\u0088\u0088 Avoid(m, {H2, H3, H5}). Use the decomposition of A given in (2.1.1). Our procedure is as follows. We use Lemma 5.3.5 to deduce the possible cases we need to consider. Under the assumption that \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 8 for all rows r, we will establish by induction an infinite sequence r1, r2, r3, . . . and associated sets of rowsN(r1), N(r2), N(r3), . . . with |N(ri)| \u00E2\u0089\u00A5 4 for each i. The sets N(r) differ very little from L(r) and M(r). We are able to show that the sets N(r1)\r2, N(r2)\r3, . . ., N(ri)\ri+1 are all disjoint (see the beginning of Case 1a) and yet |N(rj)\rj+1| \u00E2\u0089\u00A5 3. This yields a contradiction (there are only m rows!) and so we may conclude that for some r, \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A4 7. Hence by our induction we deduce that 111 \u00E2\u0080\u0096A\u00E2\u0080\u0096 \u00E2\u0089\u00A4 7m. Assume for all rows r that \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 8 and hence find the sets M(r) with |M(r)| \u00E2\u0089\u00A5 5 (checking the three cases of Lemma 5.3.7). Let r1 be some row of A. We form M(r1). Note that if M(r1) was type 3 then we have deleted the first and last rows (in the ordering) from the originally determined L(r1). We determine the sets N(ri) from M(ri) as follows N(r) = { M(r) if M(r) is type 2 or 11 M(r)\ first row in ordering if M(r) is type 3 (5.3.5) Our general step commences with N(ri). We select a row ri+1 \u00E2\u0088\u0088 N(ri), making sure that when N(ri) is of type 3, we select the first row in the ordering of Lemma 5.3.6. We obtain M(ri+1) applying Lemma 5.3.4, Lemma 5.3.5, Lemma 5.3.6 and Lemma 5.3.7. Given our assumption that \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 8 we have |M(ri+1)| \u00E2\u0089\u00A5 5. Now by (5.3.5) we deduce |N(ri+1)| \u00E2\u0089\u00A5 4 in all cases. We hope identifying L(r),M(r), N(r) makes the proof clearer. To show the desired properties of the sets N(ri), we set up an inductive hypothesis concerning the structure of A. In what follows let Z denote a matrix of 0\u00E2\u0080\u0099s (or perhaps a matrix of no columns) and J denote a matrix of 1\u00E2\u0080\u0099s (or perhaps a matrix of no columns). The critical inductive structure is the following. The middle columns correspond to the columns of Cri as shown in (5.3.6). For each p with p < i with N(rp) of type 2 or 3 we have the structure shown in rows N(rp) \ rp+1. For each q with q < i with N(rq) of 11 we have the structure shown in rows N(rq) \ rq+1. We have three cases depending on the type of N(ri). When N(ri) is type 2: We have S = [0 I] or [0 I 1] and the columns of Ui and Vi are in [0 I 1]. When N(ri) is type 11: We have S = [I c 1] or [0 Ic 1] and the columns of Ui, Vi are in [0 Ic 1]. When N(ri) is type 3: We have S = [0T 1] and the columns of Ui, Vi are in T . 112 A = ri \u00E2\u0086\u0092 ... N(rp)\rp+1 { ... N(rq)\rq+1 { ... N(ri) { ... \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 ... Z W 0p Z Z W 1 p Z ... J W 0q J J W 1 q J ... Ui ZJ S S ZJ Vi ... ... ... ... ... ... \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA \u00EF\u00B8\u00B8\u00EF\u00B8\u00B7\u00EF\u00B8\u00B7\u00EF\u00B8\u00B8 Cri \u00EF\u00B8\u00B8\u00EF\u00B8\u00B7\u00EF\u00B8\u00B7\u00EF\u00B8\u00B8 Cri (5.3.6) We proceed to verify that we have the same inductive structure for ri+1. There will be cases to explore. It is helpful to display representatives of H2, H3, H5 that we will use in our arguments. For M(ri+1) type 2 or 11 we will use H2 = ri+1 s i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 1 0 0 0 0 1 1 0 1 0 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H3 = ri+1 s i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 0 0 0 1 1 1 0 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.7) H3 = ri+1 t i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 0 1 1 1 1 0 1 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H5 = ri+1 t i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 1 1 1 1 1 0 0 1 0 1 1 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.8) For M(ri+1) type 3 we will use H3 = ri+1 s i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 1 0 0 0 1 0 1 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H3 = ri+1 s i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 0 0 0 1 1 0 1 1 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.9) 113 H3 = ri+1 t i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 0 1 1 1 1 0 1 1 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H3 = ri+1 t i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 1 1 0 0 1 1 1 0 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB (5.3.10) Case 1: N(ri) is type 2. Begin with inductive structure of (5.3.6). Given N(ri) of type 2 we have S = [0 I] or [0 I 1]. Choose a row ri+1 \u00E2\u0088\u0088 N(ri). Now consider the decomposition (2.1.1) applied to A using row r = ri+1. Apply Lemma 5.3.4, Lemma 5.3.5, Lemma 5.3.6 and Lemma 5.3.7 to obtain M(ri+1). Case 1a: M(ri+1) is type 2. The columns of Cri+1 must appear once with a 0 in row ri+1 and once with a 1 in row ri+1. By Lemma 5.3.7 we know that columns of A|N(ri) are contained in [0 I 1]. The only columns of A|N(ri) which differ only in row ri+1 would be the column of 0\u00E2\u0080\u0099s and the column of all 0\u00E2\u0080\u0099s except a 1 in row ri+1. Thus the repeated columns of Cri+1 , when restricted to rows N(ri)\ri+1, must be all 0\u00E2\u0080\u0099s. By examining (5.3.6), the only columns of A which on rows N(ri) that have a single 1 (on row ri+1) respectively on the rows N(ri) are the columns which are Z in rows N(rp)\rp+1 for those p < i with N(rp) being type 2 or 3 and J in rows N(rq)\rq+1 for those q < i with N(rq) being type 11. We need to show that N(ri+1) is disjoint from N(rj)\rj+1 for all j < i+ 1. All columns in W 0 or W 1 of (5.3.6) are either all 0\u00E2\u0080\u0099s or all 1\u00E2\u0080\u0099s on the rows of N(ri) and so won\u00E2\u0080\u0099t give rise to columns of Cri+1 . We deduce that the columns of Cri+1 are all 0\u00E2\u0080\u0099s in rows N(rp)\rp+1 for those p < i with N(rp) being type 2 or 3 and all 1\u00E2\u0080\u0099s in rows N(rq)\rq+1 for those q < i with N(rq) being type 11. Recalling that we form L(ri+1) by deleting rows of Cri+1 while preserving simplicity, we deduce that L(ri+1) (and hence M(ri+1) and N(ri+1)) is disjoint from N(rj)\rj+1 for all j < i+ 1. This gives us the structure of Cri+1 given below in (5.3.11) where the two copies of Cri+1 occupy the central columns. To complete (5.3.11) we define W 0 and W 1 (likely different from those in (5.3.6) in the paragraph above). We choose from the columns of Bri+1 and Dri+1 , all columns which for some ` < i, where N(r`) is type 2 or 3 (and hence rows N(r`) is Z in Cri+1), have a 1 in some row of N(r`) or for some ` < i, with N(r`) is type 11 (and hence rows N(r`) is J in Cri+1), have a 0 in some row of N(r`). We identify such columns in Bri+1 as W 0 and such columns in Dri+1 as W 1. Moreover let W 0t (respectively W 1 t ) denote the submatrix of W 0 (respectively W 1) in rows N(rt)\rt+1 for t = 1, . . . , i or in rows M(rt) 114 for t = i+ 1. All remaining columns of Bri+1 and Dri+1 are all 0\u00E2\u0080\u0099s on rows of each N(r`) where N(r`) is type 2 or 3 and all 1\u00E2\u0080\u0099s on rows of each N(r`) where N(r`) is type 11 for ` < i. ri+1 \u00E2\u0086\u0092 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 ... N(rp)\rp+1 { Z W 0p Z Z W 1p Z ... N(rq)\rq+1 { J W 0q J J W 1q J ... N(ri)\ri+1 { Z W 0i Z Z W 1i Z M(ri+1) { Ui+1 W 0i+1 0 I 1 0 I 1 W 1i+1 Vi+1 ... ... (5.3.11) By Lemma 5.3.7 we know that columns of A|N(ri) are contained in [0 I 1] and so we deduce that columns of Ui+1, Vi+1 are in [0 I 1]. Our remaining goal is to show that W 0 i+1 = ZJ and W 1i+1 = ZJ to complete the induction. We will use the four forbidden matrices of (5.3.7), (5.3.8) which have been ordered and labelled to assist the reader in seeing the occurrence of the forbidden objects H2, H3, H5. Assume for some column \u00CE\u00B1 of W 0 that \u00CE\u00B1 has a 1 in row s \u00E2\u0088\u0088 N(rp)\rp+1 where N(rp) is type 2 or 3. We will give this first case in greater detail. All columns of Cri+1 have 0\u00E2\u0080\u0099s in the rows of N(rp) and in particular in row s. Given that M(ri+1) is type 2 or 11 we deduce Cri+1|M(ri+1) contains either I or Ic. Thus each pair of rows i, j \u00E2\u0088\u0088 M(ri+1) will contain [ 1 0 0 1 ] in each copy of Cri+1 . We find the following entries in A in the rows r, s, i, j where the left column comes from \u00CE\u00B1 and the remaining columns are from the two copies of Cri+1 : ri+1 s i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 1 1 0 0 0 0 a 1 0 1 0 b 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . If [ a b ] = [ 1 0 ] or [ 0 1 ] then we have a representative of H2 as noted in the left matrix of (5.3.7). Thus the column \u00CE\u00B1 which contains a 1 in some row s of W 0p must either be all 0\u00E2\u0080\u0099s or all 1\u00E2\u0080\u0099s on the rows M(ri+1). Assume for some column \u00CE\u00B2 of W 0 that \u00CE\u00B2 has a 0 in row t \u00E2\u0088\u0088 N(rq)\rq+1 where N(rq) is type 11. Using the left matrix of (5.3.8) we may argue as above that column 115 \u00CE\u00B2 must either be all 0\u00E2\u0080\u0099s or all 1\u00E2\u0080\u0099s on the rows M(ri+1). Given our choice of W 0, this is enough to show that W 0i+1 is ZJ . Assume for some column \u00CE\u00B1 of W 1 that \u00CE\u00B1 has a 1 in row s \u00E2\u0088\u0088 N(rp)\rp+1 where N(rp) is type 2 or 3 and hence we find 0\u00E2\u0080\u0099s in Cri+1 in row s. Hence by the right matrix in (5.3.7) we cannot have the matrix i j [ 1 0 ] in \u00CE\u00B1 for any choices i, j \u00E2\u0088\u0088 M(ri+1). As above, the column \u00CE\u00B1 is either all 1\u00E2\u0080\u0099s or all 0\u00E2\u0080\u0099s on the rows of M(ri+1). Similarly, using the right matrix of (5.3.8) , we can show that for any column \u00CE\u00B2 of W 1 that has a 0 in row t \u00E2\u0088\u0088 N(rq)\rq+1 where N(rq) is type 11 that \u00CE\u00B2 cannot have the matrix i j [ 1 0 ] in \u00CE\u00B1 for any choices i, j \u00E2\u0088\u0088 M(ri+1). Hence \u00CE\u00B2 is either all 0\u00E2\u0080\u0099s or all 1\u00E2\u0080\u0099s on the rows of M(ri+1). Thus W 1 i+1 = ZJ as desired. Setting N(ri+1) = M(ri+1) results in the same structure of (5.3.6) with ri replaced by ri+1 and S = [0 I] or [0 I 1]. Case 1b: M(ri+1) is type 11. We can use the argument of Case 1a if M(ri+1) is type 11 since any two rows of I c contain I2 allowing us to use the matrices of (5.3.7),(5.3.8) as above. We would obtain (5.3.6) with ri replaced by ri+1, N(ri+1) = M(ri+1) and S = [I c 1] or [0 Ic 1]. Case 1c: M(ri+1) is type 3. We follow the argument at the beginning of Case 1a) to obtain most of the structure of (5.3.12). Given that we form L(ri+1) by deleting rows of Cri+1 while preserving simplicity, we deduce that L(ri+1) (and hence M(ri+1)) is disjoint from N(rj)\rj+1 for all j < i + 1. We will use (5.3.9) and (5.3.10) and, arising from the left matrix of (5.3.10), we discover a row of M(ri+1) that must be deleted. ri+1 \u00E2\u0086\u0092 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 ... N(rp)\rp+1 { Z W 0p Z Z W 1p Z ... N(rq)\rq+1 { J W 0q J J W 1q J ... N(ri)\ri+1 { Z W 0i Z Z W 1i Z M(ri+1) { Ui+1 W 0i+1 0T 1 0T 1 W 1i+1 Vi+1 (5.3.12) Do not be concerned that Cri+1 as shown is not simple, as we have deleted two rows from L(ri+1) to obtain M(ri+1) which are not displayed here. As before, we note that by Lemma 5.3.7, the columns of Ui+1, Vi+1,W 0 i+1,W 1 i+1 are contained in T . Our goal to complete the induction is to show W 0i+1 = ZJ and W 1 i+1 = ZJ . We use the four forbidden matrices of 116 (5.3.9),(5.3.10). Given that Cri+1 |M(ri+1) = [0T 1], each pair of rows i, j \u00E2\u0088\u0088 M(ri+1) with i < j in the special row ordering of M(ri+1) will contain [ 0 1 1 0 0 1 ] in each copy of Cri+1 . If we have a column \u00CE\u00B1 of W 1 with a 1 in a row s \u00E2\u0088\u0088 N(rj)\rj+1 where N(rj) is type 2 or 3 and hence we find 0\u00E2\u0080\u0099s in columns of Cri+1 in row s. Hence by the right matrix in (5.3.9), \u00CE\u00B1 cannot have the submatrix i j [ 1 0 ] for each pair of rows i, j \u00E2\u0088\u0088M(ri+1) with i < j. Given that \u00CE\u00B1|M(ri+1) is a column in T , we deduce that column \u00CE\u00B1 is either all 1\u00E2\u0080\u0099s or all 0\u00E2\u0080\u0099s on the rows of M(ri+1). If we have a column \u00CE\u00B2 of W 1 with a 0 in a row t \u00E2\u0088\u0088 N(rj)\rj+1 where N(rj) is type 11, we find 1\u00E2\u0080\u0099s in row t of Cri+1 . Hence by the right matrix in (5.3.10), \u00CE\u00B2 cannot have the submatrix i j [ 1 0 ] for each pair of rows i, j \u00E2\u0088\u0088M(ri+1) with i < j. As above, the column \u00CE\u00B2 is either all 1\u00E2\u0080\u0099s or all 0\u00E2\u0080\u0099s on the rows of M(ri+1). This considers all columns of W 1 and so W 1i+1 = ZJ . If we have a column \u00CE\u00B1 of W 0 with a 1 in a row s \u00E2\u0088\u0088 M(rp)\rp+1 where M(rp) is type 2 or 3, we find 0\u00E2\u0080\u0099s in row s of Cri+1 . Hence by the left matrix in (5.3.9), \u00CE\u00B1 cannot have the submatrix i j [ 1 0 ] for each pair of rows i, j \u00E2\u0088\u0088 M(ri+1) with i < j and so the column \u00CE\u00B1 is either all 1\u00E2\u0080\u0099s or all 0\u00E2\u0080\u0099s on the rows of M(ri+1). If we have a column \u00CE\u00B2 of W 0 with a 0 in row t \u00E2\u0088\u0088 N(rq) where N(rq) is type 11 then we follow a different argument that we explain more carefully. For i, j \u00E2\u0088\u0088M(ri+1) with i < j, we find the entries as given below in the rows ri+1, t, i, j in the given column \u00CE\u00B2 (the column on the left) and selected columns of Cri+1 (on the right). ri+1 t i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 1 0 1 1 1 a 0 1 1 b 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB If [ a b ] = [ 1 1 ] then this yields H3 in A as noted in the left matrix in (5.3.10). Now \u00CE\u00B2|M(ri+1) is a column in T and yet cannot have the submatrix [ 1 1 ] . Thus \u00CE\u00B2 on the rows of M(ri+1) is either all 0\u00E2\u0080\u0099s or possibly the column of all 0\u00E2\u0080\u0099s except a single 1 in the first row of M(ri+1). It is for this case that we need to delete the first row of M(ri+1) to obtain N(ri+1) (as in (5.3.5)) so that on the rows N(ri+1), the matrix W 0 i+1 = ZJ . We now have obtained (5.3.6) with ri replaced by ri+1, and S = T . Case 2: N(ri) is type 11. We use the same argument as Case 1. When N(ri) is type 11 we would have to replace I by Ic in S in (5.3.6) and then proceed to M(ri+1) of type 2 or 11 (essentially Case 1a or 1b) or M(ri+1) of type 3 (essentially Case 1c). 117 Case 3: N(ri) is type 3. Begin with inductive structure of (5.3.6) where N(ri) is type 3 and S = [0 0T 1 1]. Now choose the first row ri+1 \u00E2\u0088\u0088 N(ri) using the ordering on N(ri). Now consider Standard Induction applied to A using row ri+1. We deduce that in rows N(ri)\ri+1, the repeated columns in Cri+1 are Z since for a column to be repeated it extension to row ri+1 with both a 0 and a 1 must be present in Cri+1 . Given that the repeated columns under the 1\u00E2\u0080\u0099s in row ri+1 must correspond to columns of a single 1 on rows N(ri)\ri+1 and by (5.3.6) that means we can deduce the structure of the other rows of the columns in Cri+1 . Note that in what follows I have rearranged the columns of Bri+1 and Dri+1 so that we have put in the columns of the Wj\u00E2\u0080\u0099s all columns which either have a 0 in a row of N(rj) where N(rj) is type 2 or 3 (and hence is Z in Cri+1), and all columns which have a 1 in a row of N(rj) where N(rj) is type 11 (and hence is J in Cri+1). This yields (5.3.11) or (5.3.12) . If M(ri+1) is type 2 we follow the same argument as in Case 1a) to deduce that W 0 i+1 and W 1i+1 have only constant columns. Similarly the case M(ri+1) is type 11 can use the argument of Case 1b) by switching I with Ic. In either case we set N(ri+1) = M(ri+1). If M(ri+1) is type 3, we follow the same argument as in Case 1c) and again may have to delete the first row of M(ri+1) to obtain N(ri+1) and yields (5.3.6) with ri replaces by ri+1. This concludes the induction and so have proven that we can find rows r1, r2, r3, . . . and disjoint sets |N(ri)\ri+1| \u00E2\u0089\u00A5 3 yielding a contradiction. As noted this proves the result. \u0004 We still have eight 5 \u00C3\u0097 6 simple F for which the conjecture predicts they are boundary cases with forb(m,F ) being O(m2). Given the complicated case analysis of this proof, it seems challenging to prove such bounds. One positive observation is that Lemma 5.3.5 may not be necessary. We were only interested in having a large set L(r), say |L(r)| \u00E2\u0089\u00A5 8, for which each triple is in a given case. We could appeal to Ramsey Theory [Ram30] and given a finite number of cases, we can identify a large (!) constant c so that if \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 c then there are say 8 rows such that every triple is in the same case and in the same row ordering. This would avoid appealing to the particular structures of cases P2, P3, P11 but is not advantageous for our proof. 5.4 Classification of 6-rowed Quadratic Bounds This section is devoted to proving a quadratic bound for the 6 \u00C3\u0097 3-rowed configuration G6\u00C3\u00973. We prove forb(m,G6\u00C3\u00973) is \u00CE\u0098(m2), and furthermore, we prove G6\u00C3\u00973 is the only 6-rowed 118 boundary quadratic case, therefore classifying all quadratic 6-rowed cases. The following theorem classifies all 6-rowed configurations F for which forb(m,F ) is \u00CE\u0098(m2) by giving the unique boundary case. Theorem 5.4.1 Let F be any 6-rowed configuration. Then forb(m,F ) is \u00CE\u0098(m2) if and only if F is a configuration in G6\u00C3\u00973 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Furthermore, if F \u00E2\u008A\u0080 G6\u00C3\u00973, then forb(m,F ) is \u00E2\u0084\u00A6(m3). Given the classification and Remark 1.3.22, we are not surprised that Gc6\u00C3\u00973 = G6\u00C3\u00973. Anstee and Keevash [AK06] established the asymptotic bounds for all k\u00C3\u00972 configurations, and in particular concluded that forb ( m, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 0 1 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB ) and forb ( m, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 1 0 0 1 0 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB ) are both \u00CE\u0098(m2). The proof of the second of these begins to use the full power of the proof in [AK06] and so it is interesting that Theorem 5.4.1 provides a generalization for both of them using an inductive proof (admittedly, a rather complicated one for Theorem 5.3.1) that is quite different than that in [AK06]. In order to prove Theorem 5.4.1, we will use three results. First, Lemma 5.4.2 is the \u00E2\u0080\u009Conly if\u00E2\u0080\u009D part of the theorem. The second, Lemma 5.4.3, generalizes Lemma 3.2 in [AK06]. Lastly, we will use the main result of the previous chapter, Theorem 5.3.1. 119 Lemma 5.4.2 Let F be a 6-rowed configuration such that F \u00E2\u008A\u0080 G6\u00C3\u00973. Then forb(m,F ) must be \u00E2\u0084\u00A6(m3). Proof: We may assume all of F \u00E2\u0080\u0099s columns have column sum 3, otherwise, if F had a column of column sum 4 or more, then F \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 I, and if F had a column sum of 2 or less, then F \u00E2\u008A\u0080 Ic \u00C3\u0097 Ic \u00C3\u0097 Ic. Without loss of generality, let the first column of F be (1, 1, 1, 0, 0, 0)T . With these assumptions, there are only a few cases left to check, and an exhaustive computer search revealed the lemma to be true. But we present here a more constructive proof, if for no other reason than to check the computer code. Note that the following 2-columned matrices have at least a cubic bound:\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 1 0 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 I, \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 1 0 0 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 T. This means that to in order to have F for which forb(m,F ) is not \u00E2\u0084\u00A6(m3), we must put together columns of sum 3 such that for each pair of columns, the number of rows where both columns have 1\u00E2\u0080\u0099s is either one or two. Here are all the possibilities for (the first) two columns having 1\u00E2\u0080\u0099s in (the first) two rows in common:\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 1 1 0 0 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 1 0 1 1 0 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 0 0 1 0 0 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 1 0 1 0 1 0 1 1 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 Ic \u00C3\u0097 Ic \u00C3\u0097 Ic \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 I = G6\u00C3\u00973 \u00E2\u008A\u0080 Ic \u00C3\u0097 Ic \u00C3\u0097 Ic \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 I . 120 The only other possibility is that each pair of columns has a 1 in only one row in common.\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 1 1 0 0 0 1 1 0 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 T. Thus, the only four-columned matrices F for which forb(m,F ) could be O(m2) have to contain G6\u00C3\u00973 in every three-columned subset. The only possibility is then\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 1 1 0 1 1 0 1 0 0 1 0 1 0 0 1 1 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00E2\u008A\u0080 I \u00C3\u0097 I \u00C3\u0097 T , which means forb(m,F ) is \u00E2\u0084\u00A6(m3) for the above matrix F . This concludes the lemma. \u0004 The following lemma generalizes Lemma 3.2 in [AK06]. Lemma 5.4.3 Let F = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B00 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 01 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 F \u00E2\u0080\u00B2 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . Then we can conclude that forb(m,F ) \u00E2\u0089\u00A4 forb ( m, [ 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 F \u00E2\u0080\u00B2 ]) + forb ( m, [ 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 F \u00E2\u0080\u00B2 ]) . Proof: Let A \u00E2\u0088\u0088 Avoid(m,F ) with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = forb(m,F ). Then permute the columns of A (take 121 another representative in the equivalence class) and write it as A = [ 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 A\u00E2\u0080\u00B2 A\u00E2\u0080\u00B2\u00E2\u0080\u00B2 ] . Note that A\u00E2\u0080\u00B2 and A\u00E2\u0080\u00B2\u00E2\u0080\u00B2 are simple. Since A\u00E2\u0080\u00B2 cannot have [ 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 F \u00E2\u0080\u00B2 ] as a subconfiguration, and A\u00E2\u0080\u00B2\u00E2\u0080\u00B2 cannot have [ 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 F \u00E2\u0080\u00B2 ] as a subconfiguration, the bound follows. \u0004 From the previous lemma, we note that G6\u00C3\u00973 has a row of 0\u00E2\u0080\u0099s and a row of 1\u00E2\u0080\u0099s, and therefore the quadratic bound for forb(m,G6\u00C3\u00973) would follow from quadratic bounds for forb(m,G) and forb(m,G\u00E2\u0080\u00B2), with G and G\u00E2\u0080\u00B2 obtained by removing the row of 1\u00E2\u0080\u0099s and the row of 0\u00E2\u0080\u0099s from G6\u00C3\u00973 respectively: G = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 0 1 0 1 0 0 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB and G \u00E2\u0080\u00B2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . We will prove more, as both are contained in the boundary case F7. Observe that G \u00E2\u0080\u00B2 = Gc as configurations. We are now ready to prove Theorem 5.4.1. Proof of Theorem 5.4.1: To prove forb(m,G6\u00C3\u00973) is O(m2) we use Lemma 5.4.3 and so we only need to prove forb(m,G) and forb(m,G\u00E2\u0080\u00B2) are both O(m2). We check that G \u00E2\u0089\u00BA F7 and G\u00E2\u0080\u00B2 \u00E2\u0089\u00BA F7. Now Theorem 5.3.1 shows that forb(m,F7) is O(m2). Applying Remark 1.3.21 yields the bound for G6\u00C3\u00973. Lemma 5.4.2 verifies that every configuration F not contained in G6\u00C3\u00973 has forb(m,F ) being \u00E2\u0084\u00A6(m3). \u0004 122 Chapter 6 Patterns and Splits 6.1 Patterns and Splits in 2-Dimensions We move away from the world of Forbidden Configurations to consider another extremal problem which will have applications to Forbidden Configurations (in Chapter 7), but no knowledge of Forbidden Configurations is required in order to understand this chapter. Instead of considering the maximum number of columns an m-rowed {0, 1}-matrix can have, we are going to consider the maximum number of 1\u00E2\u0080\u0099s an m\u00C3\u0097n {0, 1}-matrix can have subject to some property. These problems are about geometric patterns in a grid and are close relatives of Zarankiewicz\u00E2\u0080\u0099 problem [KST54],[Fu\u00CC\u0088r96] and the investigations of patterns in [FH92],[MT04],[Tar05],[KM07]. Consider the grid [m]\u00C3\u0097 [n] in the Euclidean 2-dimensional space. Let A \u00E2\u008A\u0086 [m]\u00C3\u0097 [n]. Any such subset can be represented by an m \u00C3\u0097 n {0, 1}-matrix A, where A has a 1 in position (x, y) iff (x, y) \u00E2\u0088\u0088 A. In order to give the following definitions, we find it convenient to talk about the subset A instead of the matrix A, but in our applications and proofs it becomes more convenient to talk about the matrix A. Since A and A are equivalent, we will switch back and forth. Sometimes it will be more convenient to use the language of grids and other times to use the language of matrices. Recall that \u00CF\u00831(A) denotes the number of 1\u00E2\u0080\u0099s of A. Observe that \u00CF\u00831(A) = |A|. We consider horizontal and vertical lines on integer values (i.e. y = ` or x = ` for some integer k). For a horizontal line y = `, we partition the points of the grid into two parts. The first part consists of those points which lie in the bottom region of the line (points (x, y) such that y < `) and the second part consists of points which lie above the line or in the line itself (points (x, y) with y \u00E2\u0089\u00A5 `). 123 Let p and q be numbers. If we consider p\u00E2\u0088\u0092 1 horizontal lines and q \u00E2\u0088\u0092 1 vertical lines in the plane, we naturally divide the plane into p \u00C2\u00B7 q rectangular regions. The horizontal lines can be represented by p \u00E2\u0088\u0092 1 numbers h1 < h2 < ... < hp\u00E2\u0088\u00921 and the vertical lines by q \u00E2\u0088\u0092 1 numbers v1 < v2 < ... < vq\u00E2\u0088\u00921. Set h0 = v0 = 1 and set hp = n, vq = m. Then the regions are of the form R(i, j) := [hi, hi+1)\u00C3\u0097 [vj, vj+1). Definition 6.1.1 Let p and q be numbers an let A \u00E2\u008A\u0086 [m]\u00C3\u0097 [n]. We say A has a (p, q)-split if there exist p vertical lines and q horizontal lines such that for every one of the pq regions R(i, j) we have R(i, j) \u00E2\u0088\u00A9 A 6= \u00E2\u0088\u0085. Below is an example of a 3, 3-split in A, where a 1 from each block is indicated\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB A 3,3 split Definition 6.1.2 Let NoSplit(m,n; p, q) denote the maximum number of 1\u00E2\u0080\u0099s in a m \u00C3\u0097 n {0, 1}-matrix that does not have a p, q-split. Here is a definition that is related to splits, but differs. Note that row and column order is important. Definition 6.1.3 Let F be a {0, 1}-matrix. We say a {0, 1} matrix A has F as a pattern if there is a submatrix G of F with F \u00E2\u0089\u00A4 G. That is, if the entry (i, j) is 1 in F then entry (i, j) is also 1. The following theorem was proven by Marcus and Tardos, but using different language. Theorem 6.1.4 Marcus and Klazar[KM07], Marcus and Tardos [MT04], Balogh, Bol- loba\u00CC\u0081s and Morris [BBM06]. Let k be given. Then there exists a constant ck such that NoSplit(n, n; k, k) \u00E2\u0089\u00A4 ckn. 124 The result in [MT04] involving forbidden permutation patterns implies the above result by choosing the permutation appropriately. Moreover the proof of [MT04] directly extends to the above result. The papers [KM07], [BBM06] note this as well as deriving higher dimension generalizations. While the constants involved in [MT04] are not optimal (in fact, they are very far from optimal), we can produce best possible constants for small values: Theorem 6.1.5 Let m,n be given with m,n \u00E2\u0089\u00A5 2. Then NoSplit(m,n; 2, q) = m+ (q \u00E2\u0088\u0092 1) \u00C2\u00B7 n\u00E2\u0088\u0092 (q \u00E2\u0088\u0092 1) and NoSplit(m,n; 3, q) = 2m+ (q \u00E2\u0088\u0092 1)n\u00E2\u0088\u0092 2(q \u00E2\u0088\u0092 1). Proof: For any m,n, p, q, an m\u00C3\u0097 n matrix A with (p\u00E2\u0088\u0092 1)m+ (q \u00E2\u0088\u0092 1)n\u00E2\u0088\u0092 (p\u00E2\u0088\u0092 1)(q \u00E2\u0088\u0092 1) 1\u00E2\u0080\u0099s can be constructed with 1\u00E2\u0080\u0099s in the first p\u00E2\u0088\u0092 1 rows and the first q \u00E2\u0088\u0092 1 columns. Then A has no p, q split. We show an example of this for m = 7, n = 6, p = 3 and q = 2.\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 1 0 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Of course the matrix shown above has no 3, 2-split. If we take any two horizontal lines and one vertical line, the bottom-right region will have no 1\u00E2\u0080\u0099s. This yields a lower bound for NoSplit(p, q;m,n). For p = 2, consider a matrix A\u00E2\u0080\u00B2 by first deleting the bottommost 1 from each column. Thus the bottom row has all 0\u00E2\u0080\u0099s. At most m 1\u00E2\u0080\u0099s were deleted. Then delete the q\u00E2\u0088\u00921 rightmost 1\u00E2\u0080\u0099s from each non-zero row. At most we delete (n\u00E2\u0088\u0092 1)(q \u00E2\u0088\u0092 1) 1\u00E2\u0080\u0099s. Then we have \u00CF\u00831(A) \u00E2\u0089\u00A4 \u00CF\u00831(A\u00E2\u0080\u00B2) +m+ (n\u00E2\u0088\u0092 1)(q \u00E2\u0088\u0092 1) Now, if \u00CF\u00831(A \u00E2\u0080\u00B2) > 0, pick a 1 from A\u00E2\u0080\u00B2. It must have q \u00E2\u0088\u0092 1 1\u00E2\u0080\u0099s to its right, and each of those must have a 1 below. This produces a 2, q split, a contradiction. For p = 3 we proceed in a similar way. Form A\u00E2\u0080\u00B2 by deleting from A the bottommost 1 from each column. Then delete the topmost 1 from each column. Note that the bottom row as well as the top row cannot have 1\u00E2\u0080\u0099s. Then delete the q\u00E2\u0088\u0092 1 rightmost 1\u00E2\u0080\u0099s in each non-zero 125 row. So \u00CF\u00831(A) \u00E2\u0089\u00A4 \u00CF\u00831(A\u00E2\u0080\u00B2) + 2m+ (n\u00E2\u0088\u0092 2)(q \u00E2\u0088\u0092 1) Now, if \u00CF\u00831(A \u00E2\u0080\u00B2) > 0, pick a 1 from A\u00E2\u0080\u00B2. It must have (q \u00E2\u0088\u0092 1) 1\u00E2\u0080\u0099s to its right, and each of those must have a 1 below and a 1 above. This produces a 3, q split, a contradiction. \u0004 This proof technique was introduced to the authors by Jozsef Solymosi as a curling technique (the winter sport of curling uses a strategy called \u00E2\u0080\u0098peeling\u00E2\u0080\u0099). We do not have good bounds for NoSplit(m,n; p, q) with p, q \u00E2\u0089\u00A5 4. We conjecture that NoSplit(m,n; 4, 4) = 3m + 3n + min(m,n) \u00E2\u0088\u0092 13. We can prove that NoSplit(m,n; 4, 4) \u00E2\u0089\u00A5 3m+ 3n+ min(m,n)\u00E2\u0088\u0092 13 by giving an example with no (4,4)-split. Here is the example for m = n = 8, but it can be easily generalized.\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 0 0 1 1 1 1 1 0 0 0 1 1 0 1 1 1 0 0 1 1 0 0 1 1 1 0 1 1 0 0 0 1 1 1 1 1 0 0 0 0 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB The construction above can be generalized for bigger p, q. We believe this to be the best possible construction, but have so far been unable to prove it. Conjecture 6.1.6 Let n, p be given. Then for p \u00E2\u0089\u00A5 4, NoSplit(n, n; p, p) = (3p\u00E2\u0088\u0092 5)n+O(p2) The lower bound is given by a construction like the one given above for p = 4, q = 4. 126 We use the following lemma about a particular 3, 3 split in Chapter 7. Lemma 6.1.7 Let A be a {0, 1}-matrix with \u00CF\u00831(A) > 4m\u00E2\u0088\u0092 4. Then A has a special 3,3 split for which the 1\u00E2\u0080\u0099s in rows are in the same line. In other words, A has nine 1\u00E2\u0080\u0099s that satisfy the following structure, 1\u00E2\u0086\u0090\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092 1 \u00E2\u0088\u0092\u00E2\u0086\u0092 1 \u00E2\u0086\u0091 1\u00E2\u0086\u0090\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092 1 \u00E2\u0086\u0092 1 \u00E2\u0086\u0093 1\u00E2\u0086\u0090\u00E2\u0088\u0092 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 . Proof: The proof is the same as Theorem 6.1.5. Form a matrix A\u00E2\u0080\u00B2 from A by deleting from A in turn the leftmost and rightmost 1\u00E2\u0080\u0099s in each row and then delete topmost and bottommost 1\u00E2\u0080\u0099s in each column. We have that \u00CF\u00831(A) \u00E2\u0089\u00A4 \u00CF\u00831(A\u00E2\u0080\u00B2) + 4m\u00E2\u0088\u0092 4. Hence \u00CF\u00831(A\u00E2\u0080\u00B2) > 0. Select a 1 in A\u00E2\u0080\u00B2. There is a 1 above and a 1 below. Then for each of these three 1\u00E2\u0080\u0099s, there is a 1 to the right and a 1 to the left. This yields the desired structure. \u0004 We also study a particular 2, 4 split. Lemma 6.1.8 There exists a {0, 1}-matrix A with \u00CF\u00831(A) being \u00E2\u0084\u00A6(m\u00CE\u00B1(m)), where \u00CE\u00B1(m) is the inverse Ackermann function, and which doesn\u00E2\u0080\u0099t have a 2, 4 split on which the topmost 1\u00E2\u0080\u0099s lie in the same row and the bottommost 1\u00E2\u0080\u0099s lie in the same row as well. In other words, there are no eight 1\u00E2\u0080\u0099s with the following structure: 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 \u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0088\u0092\u00E2\u0086\u0092 1 The following observation was suggested to us by Tardos. Observe that if A has a special 127 split like the one described above, then it must also have the pattern P = [ 1 0 1 0 0 1 0 1 ] The following proposition of Fu\u00CC\u0088redi and Hajnal provides a construction. Proposition 6.1.9 [FH92] There exists a {0, 1}-matrix A with no pattern P for which \u00CF\u00831(A) is \u00E2\u0084\u00A6(m\u00CE\u00B1(m)), where \u00CE\u00B1(m) denotes the inverse Ackermann function. Since the Ackermann function grows very quickly the inverse grows very slowly, but it still is bigger than a constant. This means m\u00CE\u00B1(m) is more than linear. 6.2 Patterns and Splits in d-Dimensions The papers [KM07],[BBM06] consider Theorem 6.1.4 generalized to d-dimensional arrays. Unfortunately, the notation for talking about these splits becomes admittedly cumber- some as we consider many dimensions, but the ideas remain simple. We use the following no- tation. Given integers n1, n2, . . . , nd we can consider the positions \u00E2\u0088\u008Fd i=1[ni] in an n1\u00C3\u0097n2\u00C3\u0097\u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7\u00C3\u0097 nd {0, 1}-array A. Our main interest is in the case n1 = n2 = \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 = nd. Let p1, p2, . . . , pd \u00E2\u0089\u00A5 2 be given. Assume we have d sets of indices I(j) = {r1(j), r2(j), . . . , rpj\u00E2\u0088\u00921(j)} for coordinate j, for j = 1, 2, . . . , d. We can form d sets R1(j), R2(j), . . . , Rpj(j) with \u00E2\u0088\u00AApji=1Ri(j) = [ni] as follows: R1(j) = {1, 2, . . . , r1(j)}, R2(j) = {r1(j) + 1, r1(j) + 2, . . . , r2(j)},..., Rpj(j) = {rpj\u00E2\u0088\u00921(j) + 1, rpj\u00E2\u0088\u00921(j) + 2, . . . , nj}. We generalize to many dimensions the notion of splits and NoSplit. Definition 6.2.1 We say A has a p1, p2, . . . , pd split if we can choose the sets as above and for each j \u00E2\u0088\u0088 [d] and for each possible choice t \u00E2\u0088\u0088 [pj] with R(j) = Rt(j), the \u00E2\u0088\u008Fd i=1 pj block A|R(1)\u00C3\u0097R(2)\u00C3\u0097\u00C2\u00B7\u00C2\u00B7\u00C2\u00B7\u00C3\u0097R(d) contains at least one 1. Perhaps an example would be useful to understand this rather cumbersome notation. 128 Example 6.2.2 The following matrix R1(1) R2(1) R3(1) R1(2) R2(2) \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 0 0 1 0 0 1 0 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB in [8] \u00C3\u0097 [8] has a 3,2 split, where p1 = 3, p2 = 2, and I(1) = {3, 6} and I(2) = {3}, and so R1(1) = {1, 2, 3}, R2(1) = {4, 5, 6}, R3(1) = {7, 8}, R1(2) = {1, 2, 3}, R2(2) = {4, 5, 6, 7, 8}, Definition 6.2.3 Let NoSplit(n1, n2, . . . , nd; p1, p2, . . . , pd) be the maximum number of 1\u00E2\u0080\u0099s in n1 \u00C3\u0097 n2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 nd {0, 1}-array that has no p1, p2, . . . , pd split. The following describes the asymptotic behavior of NoSplit. Theorem 6.2.4 Klazar and Marcus [KM07], Balogh, Bollaba\u00CC\u0081s and Morris [BBM06]. Let k, d be given. Then there exists a constant ck,d so that NoSplit( d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 n, . . . , n; d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 k, . . . , k) \u00E2\u0089\u00A4 ck,dn d\u00E2\u0088\u00921. We may also extend the argument in Theorem 6.1.5 to d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q splits of d-dimensional arrays. It is surprising that we get exact results here yet the results of [KM07] and [BBM06] do not have a reasonable bound for NoSplit(m,n; 4, 4). Theorem 6.2.5 Let B be the \u00E2\u0088\u008Fd i=1[ni] {0, 1}-array with 1\u00E2\u0080\u0099s in entries whose j coordinate is 1 or 2 for some j = 1, 2, . . . , d\u00E2\u0088\u00921 or whose dth coordinate is 1, 2, . . . or q\u00E2\u0088\u00921. The matrix B has no d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q split. Let A be any \u00E2\u0088\u008Fd i=1[ni] {0, 1}-array with no d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q split. Then \u00CF\u00831(A) \u00E2\u0089\u00A4 \u00CF\u00831(B), and hence for q = 3, NoSplit(n1, n2, . . . , nd; d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q) = \u00CF\u00831(B). 129 Proof: Let A be any \u00E2\u0088\u008Fd i=1[ni] {0, 1}-array with no d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q split. For each direction ei with i = 1, 2, . . . , d\u00E2\u0088\u0092 1, remove from A the two 1\u00E2\u0080\u0099s with the smallest and largest coordinate value xi. Finally in the direction ed, remove the largest q \u00E2\u0088\u0092 1 points in each line in the direction ed. Let A \u00E2\u0080\u00B2 be the resulting matrix. Now if A\u00E2\u0080\u00B2 has a 1 in position (y1, y2, . . . , yd) then we note that A has 1\u00E2\u0080\u0099s in positions (y1, y2, . . . , yd(j)) for j \u00E2\u0088\u0088 [q] where yd = yd(1) and yd(1) < yd(2) < \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 < yd(q). It is now straightforward to show that choosing indices I(1) = {y1 \u00E2\u0088\u0092 1, y1}, I(2) = {y2 \u00E2\u0088\u0092 1, y2}, ..., I(d\u00E2\u0088\u0092 1) = {yd\u00E2\u0088\u00921 \u00E2\u0088\u0092 1, yd} and I(d) = {yd(1), yd(2), . . . , yd(q \u00E2\u0088\u0092 1)} yields a d\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3, q split. We can show that \u00CF\u00831(B) \u00E2\u0089\u00A4 \u00CF\u00831(A)\u00E2\u0088\u0092 \u00CF\u00831(A\u00E2\u0080\u00B2), hence if \u00CF\u00831(A) > \u00CF\u00831(B), then A would have the desired split. \u0004 The following notation is helpful. Definition 6.2.6 Thinking of the positions in B as elements of [n]d, we let the coordinates of B be x1, x2, . . . , xd and for a position y \u00E2\u0088\u0088 [n]d we define xi(y) to be the value of coordinate xi in y. Let proji(B) denote the [n] d\u00E2\u0088\u00921 (d\u00E2\u0088\u0092 1)-dimensional {0, 1}-array C obtained from B by projecting in the direction ei (where ei is the d-dimensional {0, 1}-vector with a single 1 in coordinate xi). For each y \u00E2\u0088\u0088 [n]d we form yi\u00CC\u0084 in [n]d\u00E2\u0088\u00921 by deleting the ith coordinate of y and placing a 1 in a position yi\u00CC\u0084 of C if and only if there is at least one 1 in a position z \u00E2\u0088\u0088 [n]d of B with zi\u00CC\u0084 = yi\u00CC\u0084. We are able to use the proof technique of Theorem 6.1.5 to obtain the following result about arrangements of 1\u00E2\u0080\u0099s. Lemma 6.2.7 Let C be an (n/3)\u00C3\u0097 (n/3)\u00C3\u0097 (n/3) 3-dimensional {0, 1}-array with more than 6(n/3)2 1\u00E2\u0080\u0099s. Then there are twenty-seven 1\u00E2\u0080\u0099s as follows. There are three values a, b, c for x1 coordinate and each plane x1 = a, x1 = b and x1 = c of C contains nine points. The nine points in each plane form a special 3,3 split as in Lemma 6.1.7 with the central 1\u00E2\u0080\u0099s having the same x2, x3 coordinates in each of the three planes. Proof: Form a matrix C \u00E2\u0080\u00B2 from C by deleting from C in turn the top and bottom 1 in each line in direction x3, the top and bottom 1 in each line in the direction x2 and the top two 130 1\u00E2\u0080\u0099s in each line in the direction x1. We obtain \u00CF\u00831(C) \u00E2\u0089\u00A4 \u00CF\u00831(C \u00E2\u0080\u00B2) + 6(n/3)2. If C \u00E2\u0080\u00B2 has a 1 in position y1, we can find twenty-seven 1\u00E2\u0080\u0099s yielding a special 3,3,3 split as follows. There are 2 1\u00E2\u0080\u0099s of C in positions y2,y3 with x1(y1) < x1(y2) < x1(y3), x2(y1) = x2(y2) = x2(y3) and x3(y1) = x3(y2) = x3(y3). Then there are 1\u00E2\u0080\u0099s of C in positions xj, zj for j = 1, 2, 3, where x2(xj) < x2(yj) < x2(zj) and x1(xj) = x1(yj) = x1(zj), x3(xj) = x3(yj) = x3(zj). Now we obtain positions vj,v \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j for j = 1, 2, 3 and v = x,y, z with x3(v \u00E2\u0080\u00B2 j) < x3(vj) < x3(v \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ) and x1(v \u00E2\u0080\u00B2 j) = x1(vj) = x1(v \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ), x2(v \u00E2\u0080\u00B2 j) = x2(vj) = x2(v \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ). In particular there are three planes x1 = a, x1 = b, x1 = c each with nine 1\u00E2\u0080\u0099s and each plane has a special 3,3 split as in Lemma 6.1.7 with the central 1\u00E2\u0080\u0099s of each plane (namely y1,y2,y3) having the same x2, x3 coordinates and the horizontal direction corresponding to the x2 direction. \u0004 131 Chapter 7 Products In this chapter we will study another related extremal problem related to Conjecture 1.4.1. Instead of considering how many columns out of all possible columns we can have avoiding a configuration F , we now turn our attention to the problem of finding how many columns we can have out of only a particular, restricted set of columns, while avoiding F . For this we will make heavy use of splits and patterns of Chapter 6. At the end of this section we conclude with forbidden configuration bounds for certain families arising as products. 7.1 Introduction The following are the maximal 2-rowed simple submatrices of the matrices I, T, Ic. Let E1 = [ 0 1 0 0 0 1 ] , E2 = [ 0 1 1 0 0 1 ] , E3 = [ 1 0 1 0 1 1 ] Note that E2 = T2. Let T \u00E2\u0080\u00B2 m = Tm \u00E2\u0088\u0092 0m. That is, T \u00E2\u0080\u00B2m is the tower matrix Tm except for the column of 0\u00E2\u0080\u00B2s. We now give an analogous definition to forb. Definition 7.1.1 Let F be a family of configurations, and let P be an m-rowed {0, 1}- matrix. We define MaxChoiceCols(F , P ) = max{\u00E2\u0080\u0096A\u00E2\u0080\u0096 : A \u00E2\u0089\u00BA P and A \u00E2\u0088\u0088 Avoid(m,F)}. Notice that according to this definition, forb(m,F ) = MaxChoiceCols(F,Km). 132 Theorem 7.1.2 MaxChoiceCols(E1 \u00C3\u0097 E1, Im/2 \u00C3\u0097 Im/2) is \u00CE\u0098(m3/2). Theorem 7.1.3 MaxChoiceCols(E1 \u00C3\u0097 E2, Im/2 \u00C3\u0097 T \u00E2\u0080\u00B2m/2) \u00E2\u0089\u00A4 2m. Theorem 7.1.4 MaxChoiceCols(E2 \u00C3\u0097 E2, T \u00E2\u0080\u00B2m/2 \u00C3\u0097 T \u00E2\u0080\u00B2m/2) \u00E2\u0089\u00A4 2m. The bound of Theorem 7.1.2 is perhaps unexpected in view of Conjecture 1.4.1 but it is not a counterexample. The remaining three cases (E1\u00C3\u0097E3 in Im/2\u00C3\u0097 Icm/2 , E2\u00C3\u0097E3 in T \u00E2\u0080\u00B2m/2\u00C3\u0097 Icm/2 and E3\u00C3\u0097E3 in Icm/2 \u00C3\u0097 Icm/2) essentially follow by taking appropriate {0, 1}-complements. The proof of Theorem 7.1.4 is in Section 7.2, the proof of Theorem 7.1.2 is in Section 7.3 and the proof of Theorem 7.1.3 is in Section 7.4. Related results such as Theorem 7.1.5 MaxChoiceCols(E1 \u00C3\u0097 E2 \u00C3\u0097 E3, Im/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 \u00C3\u0097 Icm/3) is \u00CE\u0098(m2). are proved in Section 7.5. A central idea to studying these products is to encode columns of a p-fold product A1\u00C3\u0097A2\u00C3\u0097\u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7\u00C3\u0097Ap as entries in a p dimensional {0, 1}-array B whose ith coordinate is indexed by the columns of Ai. Then the problem of finding MaxChoiceCols(F,A1 \u00C3\u0097 A2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Ap) can be transformed to the problem of finding the maximum number of 1\u00E2\u0080\u0099s in a {0, 1}-array that avoids a certain pattern of 1\u00E2\u0080\u0099s. In Chapter 6 we gave results about patterns that we will use in this chapter. The following basic result is proven in Section 7.2. 133 Proposition 7.1.6 Let p, q, r, u, v, w be given positive integers. Define x+ = max{0, x}. The configuration given by the product F (u, v, w) = u\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 E1 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E1\u00C3\u0097 v\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 E2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E2\u00C3\u0097 w\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 E3 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E3 is contained in the product Pm(p, q, r) = p\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 Im \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Im\u00C3\u0097 q\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 T \u00E2\u0080\u00B2m \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2m\u00C3\u0097 r\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 Icm \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Icm for some m if and only if 2 ( (u\u00E2\u0088\u0092 p)+ + (v \u00E2\u0088\u0092 q)+ + (w \u00E2\u0088\u0092 r)+) \u00E2\u0089\u00A4 (p\u00E2\u0088\u0092 u)+ + (q \u00E2\u0088\u0092 v)+ + (r \u00E2\u0088\u0092 w)+. For example with u = 2, q = 3 and the rest being 0, Proposition 7.1.6 yields that E1 \u00C3\u0097 E1 \u00E2\u008A\u0080 T \u00E2\u0080\u00B2 \u00C3\u0097 T \u00E2\u0080\u00B2 \u00C3\u0097 T \u00E2\u0080\u00B2 and hence forb(m,E1 \u00C3\u0097 E1) is \u00E2\u0084\u00A6(m3). Proof: We note that any row from Ei contains [0 1] and also note that [0 1] \u00C3\u0097 [0 1] = K2. Since none of our product terms I, T \u00E2\u0080\u00B2, Ic contain K2 then two rows of F chosen from two different products of the u+v+w 2-rowed products, will necessarily contain K2. This implies that if F is contained in the (p+ q + r)-fold product p\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 I \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 I \u00C3\u0097 q\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 T \u00E2\u0080\u00B2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2\u00C3\u0097 r\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 Ic \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Ic, then each product I, T \u00E2\u0080\u00B2, Ic has at most 2 rows of F and if it has two rows then they come from the same 2-rowed product term Ei of F . Of the three matrices I, T \u00E2\u0080\u00B2, Ic, we note that we can find E1 only in I, E2 only in T \u00E2\u0080\u00B2 and E3 only in Ic. \u0004 We now consider forbidden families of configurations. It was noted in [AF86] that forb(m, {E1, E2, E3}) = 2. Balogh and Bolloba\u00CC\u0081s [BB05] have the much more general re- sult that for a given k, there is a constant ck such that forb(m, {Ik, T \u00E2\u0080\u00B2k, Ick}) = ck. Let {E1, E2, E3} \u00C3\u0097 {E1, E2, E3} denote the 6 possible 2-fold products whose terms are chosen from {E1, E2, E3}. We would like to compute forb(m, {E1, E2, E3} \u00C3\u0097 {E1, E2, E3}) but in the interest of a more tractable proof we consider I2 as a replacement for both 134 E1 and E3 (I c 2 = I2) and T \u00E2\u0080\u00B2 2 as replacement for E2. It is likely (but unknown) that forb(m, {E1, E2, E3} \u00C3\u0097 {E1, E2, E3}) is O(m3/2). One might ask the relationship of The- orem 7.1.7 to Conjecture 1.4.1. The Conjecture (which applies only for a single forbidden configuration) says that only product constructions are needed for best possible asymptotic bounds, but this case {I2 \u00C3\u0097 I2, I2 \u00C3\u0097 T \u00E2\u0080\u00B22, T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22} are simultaneously missing from all 1-fold products but not simultaneously missing from any 2-fold product of I, Ic and T . In particu- lar I\u00C3\u0097I avoids I2\u00C3\u0097T \u00E2\u0080\u00B22 and T \u00E2\u0080\u00B22\u00C3\u0097T \u00E2\u0080\u00B22 but does not avoid I2\u00C3\u0097I2 (Proposition 7.1.6). Surprisingly there is an O(m3/2) construction contained in I\u00C3\u0097 I and yet avoiding I2\u00C3\u0097 I2 (Theorem 7.1.2) and of course also avoiding I2 \u00C3\u0097 T \u00E2\u0080\u00B22, and T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22. The other 2-fold products I2 \u00C3\u0097 T \u00E2\u0080\u00B22 (The- orem 7.1.3) and T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22 (Theorem 7.1.4) behave as the conjecture might suggest. We note forb(m, {I2, T \u00E2\u0080\u00B22}) = 2 and the bounds of Theorem 7.1.2, Theorem 7.1.3 and Theorem 7.1.4 apply. In Section 7.6 we prove a rather surprising result in which the exponent turns out to be fractional, when in most other cases the exponents where always integral: Theorem 7.1.7 forb(m, {I2 \u00C3\u0097 I2, I2 \u00C3\u0097 T \u00E2\u0080\u00B22, T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22}) is \u00CE\u0098(m3/2). Let I2 \u00C3\u0097 I2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 0 0 1 1 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , I2 \u00C3\u0097 T \u00E2\u0080\u00B22 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 0 0 1 1 1 1 1 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 0 0 1 1 1 1 1 1 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . (7.1.1) We make use of our Standard Induction (Section 2.1) in a way similar to the way it was used in Section 5.3.3. 7.2 Submatrices of TxT In this section we\u00E2\u0080\u0099ll show how to exploit the results about splits in the context of forbidden configurations. Proof of Theorem 7.1.4 that MaxChoiceCols(E2 \u00C3\u0097 E2, T \u00E2\u0080\u00B2m/2 \u00C3\u0097 T \u00E2\u0080\u00B2m/2) \u00E2\u0089\u00A4 2m: Let F = E2\u00C3\u0097E2. Recall the ith column of T \u00E2\u0080\u00B2k is the column with 1\u00E2\u0080\u0099s in rows 1, 2, . . . , i and 0\u00E2\u0080\u0099s in the 135 remaining rows. Let A be an m-rowed submatrix of T \u00E2\u0080\u00B2m/2\u00C3\u0097T \u00E2\u0080\u00B2m/2. We can create an m/2\u00C3\u0097m/2 {0, 1}-matrix B from A by placing a 1 in position r, c if A has the column obtained from the rth column of T \u00E2\u0080\u00B2m/2 placed on top of the cth column of T \u00E2\u0080\u00B2 m/2 namely the column with 1\u00E2\u0080\u0099s only in rows 1, 2, . . . r and m+ 1,m+ 2, . . . ,m+ c. We note that \u00E2\u0080\u0096A\u00E2\u0080\u0096 is \u00CF\u00831(B). We claim that F \u00E2\u0089\u00BA A if and only if B has a 3, 3 split. The only way for a submatrix of T \u00E2\u0080\u00B2m/2\u00C3\u0097T \u00E2\u0080\u00B2m/2 to be a row and column permutation of F is to lie in rows r1, r2,m/2+c1,m/2+c2 for some choices 2 \u00E2\u0089\u00A4 r1 < r2 \u00E2\u0089\u00A4 m/2 and 2 \u00E2\u0089\u00A4 c1 < c2 \u00E2\u0089\u00A4 m/2 (using the argument of Proposition 7.1.6 and noting that first row of T \u00E2\u0080\u00B2m/2 is 1\u00E2\u0080\u0099s). We have that any two rows of T \u00E2\u0080\u00B2m/2 (not including the first) have a copy of E2. We note that the t th column of T \u00E2\u0080\u00B2 m/2 on rows r1, r2 (with r1 < r2) has r1 r2 t[ 0 0 ] for 1 \u00E2\u0089\u00A4 t < r1, r1 r2 t[ 1 0 ] for r1 \u00E2\u0089\u00A4 t < r2, and r1 r2 t[ 1 1 ] for r2 \u00E2\u0089\u00A4 t. Assume A has a copy of F in the 4 rows r1, r2,m/2 + c1,m/2 + c2. We discover that the nine columns of F would correspond to nine 1\u00E2\u0080\u0099s, one 1 in each of the nine blocks in the 3, 3 split of B given by I(1) = {r1 \u00E2\u0088\u0092 1, r2 \u00E2\u0088\u0092 1} and I(2) = {c1 \u00E2\u0088\u0092 1, c2 \u00E2\u0088\u0092 1} (notation from Chapter 6). Similarly a 3, 3 split of B yields a copy of F in A. We now appeal to the bound in Lemma 6.1.5. \u0004 An immediate generalization is the following. Lemma 7.2.1 We have MaxChoiceCols( d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 E2 \u00C3\u0097 E2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E2, d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 T \u00E2\u0080\u00B2m/d \u00C3\u0097 T \u00E2\u0080\u00B2m/d \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2m/d) is \u00CE\u0098(md\u00E2\u0088\u00921). Proof: We use the d-dimensional generalization of splits Theorem 6.2.4 where the d-fold product E2 \u00C3\u0097 E2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E2 will correspond to a d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 3, 3, . . . , 3 split. We have an exact bound from Theorem 6.2.5 if needed. \u0004 A further generalization considers the matrix Tk. 136 Lemma 7.2.2 We have that MaxChoiceCols( d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 Tk \u00C3\u0097 Tk \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Tk, d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 T \u00E2\u0080\u00B2m/d \u00C3\u0097 T \u00E2\u0080\u00B2m/d \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2m/d) is equal to NoSplit(m/d,m/d, . . . ,m/d; k + 1, k + 1, . . . , k + 1), and so is \u00CE\u0098(md\u00E2\u0088\u00921). Proof: We again use the d-dimensional generalization of splits Theorem 6.2.4 where the d-fold product Tk \u00C3\u0097 Tk \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 Tk will correspond to a d\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 k + 1, k + 1, . . . , k + 1 split. \u0004 A rather interesting version of Theorem 7.1.4 and Lemma 7.2.1 that uses the idea of \u00E2\u0080\u0098peeling\u00E2\u0080\u0099 from Theorem 6.1.5 is the following. Lemma 7.2.3 f(E2 \u00C3\u0097 E2, T \u00E2\u0080\u00B2m/p \u00C3\u0097 T \u00E2\u0080\u00B2m/p \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2m/p) \u00E2\u0089\u00A4 2 \u00C2\u00B7 4p\u00E2\u0088\u00922m. Proof: Let F = E2 \u00C3\u0097 E2. We consider A as an (m/p) \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 (m/p) p-dimensional (0,1)- array B as follows. Let x1, x2, . . . , xp be the p coordinate directions in B. The entries in coordinate direction xi are indexed by the columns of Tm/p in the given order. We note that |A| = \u00CF\u00831(B). We first handle the case p = 3. By Theorem 7.1.4, we have that for i = 1, 2, 3, \u00CF\u00831(proji(B)) < 2m. In fact if \u00CF\u00831(proji(B)) > 2m then we have a 3, 3 split in proji(B) and that yields F in A where no rows of F come from the ith term Tm/3 of the product and 2 rows of F come from another T \u00E2\u0080\u00B2m/3 and the other 2 rows of F come from remaining part T \u00E2\u0080\u00B2m/3. Now proceed to form a matrix B\u00E2\u0080\u00B2 from B by deleting from B in turn the top 1 in each line in the direction x3 and then deleting the bottom 1 in each line in the direction x2 and finally deleting the top two entries in each line in the direction x1. We have \u00CF\u00831(B) \u00E2\u0089\u00A4 \u00CF\u00831(B\u00E2\u0080\u00B2) + \u00CF\u00831(proj3(B)) + \u00CF\u00831(proj2(B)) + 2\u00CF\u00831(proj1(B)) \u00E2\u0089\u00A4 \u00CF\u00831(B\u00E2\u0080\u00B2) + 8m. 137 Let y1 be a 1 of B \u00E2\u0080\u00B2. Then, by our construction, there are 2 further 1\u00E2\u0080\u0099s of B in positions y2,y3 with x1(y1) < x1(y2) < x1(y3), x2(y1) = x2(y2) = x2(y3) and x3(y1) = x3(y2) = x3(y3). For each yj we will have two 1\u00E2\u0080\u0099s in positions y \u00E2\u0080\u00B2 j,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j of B where y \u00E2\u0080\u00B2 j agrees with yj except in coordinate x2 where x2(y \u00E2\u0080\u00B2 j) < x2(yj) and y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j agrees with yj except in coordinate x3 where x3(yj) < x3(y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ). Then these nine 1\u00E2\u0080\u0099s in B correspond to a copy of F in A as follows. We choose two coordinates a, b from x1 so that when we consider the columns of A corresponding to y1 (and y \u00E2\u0080\u00B2 1,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 1 respectively ), y2 (and y \u00E2\u0080\u00B2 2,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 2 resp.), y3 (and y \u00E2\u0080\u00B2 3,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 3 resp.) we have y1 y2 y3 a b [ 0 0 ] [ 1 0 ] [ 1 1 ] . For the next part note that column t of T \u00E2\u0080\u00B2m/3 has a 0 in row r if and only if t < r. Noting that x2(y \u00E2\u0080\u00B2 j) < x2(yj) = x2(yj) and that x3(y \u00E2\u0080\u00B2 j) = x3(yj) < x3(y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ), we choose a value c for x2 and a value d for x3 and so that in A, the columns corresponding to the 1\u00E2\u0080\u0099s yj,y \u00E2\u0080\u00B2 j,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j have yj y \u00E2\u0080\u00B2 j y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j m/3 + c 2(m/3) + d [ 1 0 ] [ 0 0 ] [ 1 1 ] . This yields a copy of F in A in rows a, b, c, d, a contradiction. We deduce that \u00CF\u00831(B \u00E2\u0080\u00B2) = 0 and hence \u00CF\u00831(B) \u00E2\u0089\u00A4 8m, concluding the proof for p = 3. For p \u00E2\u0089\u00A5 4, we proceed in a similar fashion. By induction on p, \u00CF\u00831(proji(B)) is at most 2 \u00C2\u00B7 4p\u00E2\u0088\u00923m. We form a matrix B\u00E2\u0080\u00B2 from B by deleting from B in turn the top 1 in each line in the direction x4 and then deleting the bottom 1 in each line in the direction x3 and then deleting the top 1 in each line in the direction x2 finally deleting the bottom 1 in each line in the direction x1. We have \u00CF\u00831(B) \u00E2\u0089\u00A4 \u00CF\u00831(B\u00E2\u0080\u00B2) + 4\u00E2\u0088\u0091 i=1 \u00CF\u00831(proji(B)) \u00E2\u0089\u00A4 \u00CF\u00831(B\u00E2\u0080\u00B2) + 4 \u00C2\u00B7 2 \u00C2\u00B7 4p\u00E2\u0088\u00923m. Let y1 be an 1 of B \u00E2\u0080\u00B2. Then, by our construction, there are 2 further 1\u00E2\u0080\u0099s of B in positions y2,y3 with x1(y2) < x1(y1) and xi(y2) = xi(y1) for i 6= 1, and x2(y1) < x2(y3) and xi(y1) = xi(y3) for i 6= 2. For each yj we will have two 1\u00E2\u0080\u0099s in positions y\u00E2\u0080\u00B2j,y\u00E2\u0080\u00B2\u00E2\u0080\u00B2j of B where y\u00E2\u0080\u00B2j agrees with yj except in coordinate x3 where x3(y \u00E2\u0080\u00B2 j) < x3(yj) and y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j agrees with yj except in coordinate x4 where x4(yj) < x4(y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ). Then these nine 1\u00E2\u0080\u0099s in B correspond to a copy of F . In particular 138 we can choose coordinates values a, b so that in A the columns contain y2 y1 y3 a b+ (m/4) [ 0 0 ] [ 1 0 ] [ 1 1 ] . As above we can choose values c, d and obtain the copy of F from the nine columns of A given by the nine 1\u00E2\u0080\u0099s of B, a contradiction. We deduce that \u00CF\u00831(B \u00E2\u0080\u00B2) = 0 and hence \u00CF\u00831(B) \u00E2\u0089\u00A4 2 \u00C2\u00B7 4p\u00E2\u0088\u00922m \u0004 Some growth in the bound with respect to p is to be expected since forb(m,E2 \u00C3\u0097 E2) is \u00CE\u0098(m3). Note that the proof technique suggests generalizations of Theorem 6.1.4 and Theorem 6.2.4 where we forbid a larger class of arrangements of 1\u00E2\u0080\u0099s in a (m/d) \u00C3\u0097 (m/d) \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 (m/d) d-dimensional {0, 1}-array and are able to conclude that the array has only a linear number of 1\u00E2\u0080\u0099s. Our geometric argument above has no obvious generalization which would allow us to generalize Theorem 7.2.2. A first step would be a simple geometric proof of the linear bound for NoSplit(m/2,m/2; 4, 4) but Lemma 6.1.8 suggests other difficulties. 7.3 Submatrices of IxI Proof of Theorem 7.1.2 that MaxChoiceCols(E1 \u00C3\u0097 E1, Im/2 \u00C3\u0097 Im/2) is \u00CE\u0098(m3/2). Let F = E1\u00C3\u0097E1. Let A be a submatrix of Im/2\u00C3\u0097Im/2 that has no configuration E1\u00C3\u0097E1. We consider A as an (m/2)\u00C3\u0097 (m/2) {0, 1}-matrix B whose rows are indexed by the columns of Im/2 and whose columns are indexed by the columns of Im/2. Then \u00E2\u0080\u0096A\u00E2\u0080\u0096 = \u00CF\u00831(B). Now 4 rows of A contain F if and only if 2 rows of A chosen from the first m/2 contain the first two rows of F (and so correspond to one copy of E1) and 2 rows of A chosen from the second m/2 correspond to the second two rows of F (and the other copy of E1). Now the nine columns of A containing F corresponds to B having nine 1\u00E2\u0080\u0099s as follows: a 2\u00C3\u0097 2 submatrix of 1\u00E2\u0080\u0099s and at least one more 1 in each row of the 2\u00C3\u0097 2 submatrix and at least one more 1 in each column of the submatrix and at least one more 1 in neither of the two chosen rows or two chosen columns. To see this, consider the 2 chosen rows of A from the first m/2 to be i, j and the two other chosen rows are k+m/2, `+m/2. Now Im/2 restricted to rows i, j has i j [ 1 0 ] in column 139 i, has i j [ 0 1 ] in column j and i j [ 0 0 ] in all columns not equal to i, j. Thus we get a copy of I2 \u00C3\u0097 I2 in rows i, j, k + m/2, ` + m/2 of A from 4 1\u00E2\u0080\u0099s in B in rows i, j and columns k, `. Similar observations yield the other 5 columns of F from the 5 1\u00E2\u0080\u0099s of B as described. We initially process B by deleting any row or column with at most two 1\u00E2\u0080\u0099s (and hence up to 2m 1\u00E2\u0080\u0099s) repeating the deletion process if necessary so that the resulting matrix B has row and column sums at least 3. We note that \u00CF\u00831(B) \u00E2\u0089\u00A4 \u00CF\u00831(B) + 2m. We now appeal to Ko\u00CC\u008Bvari, So\u00CC\u0081s and Tura\u00CC\u0081n [KST54] for a solution of Zarankiewicz\u00E2\u0080\u0099 problem and deduce that if the number of 1\u00E2\u0080\u0099s in B is \u00E2\u0084\u00A6(m3/2), then B has 2 \u00C3\u0097 2 block of 1\u00E2\u0080\u0099s and then B has the configuration of nine 1\u00E2\u0080\u0099s yielding E1 \u00C3\u0097 E1 in A. Moreover from [KST54] we can point out that a construction using projective planes establishes MaxChoiceCols(E1\u00C3\u0097E1, Im/2\u00C3\u0097 Im/2) is \u00E2\u0084\u00A6(m3/2). \u0004 Problem 7.3.1 Determine MaxChoiceCols(E1 \u00C3\u0097 E1, Im/3 \u00C3\u0097 Im/3 \u00C3\u0097 Im/3). We note that MaxChoiceCols(E1\u00C3\u0097E1, Im/3\u00C3\u0097 Im/3\u00C3\u0097 Im/3) is \u00E2\u0084\u00A6(m3/2) by Theorem 7.1.2 and is also O(m7/4). Problem 7.3.2 Determine MaxChoiceCols(E1 \u00C3\u0097 E1 \u00C3\u0097 E1, Im/3 \u00C3\u0097 Im/3 \u00C3\u0097 Im/3). The core of this problem would be determining the maximum number of 1\u00E2\u0080\u0099s in a 3-dimensional (m/3)\u00C3\u0097 (m/3)\u00C3\u0097 (m/3) {0, 1}-matrix which has no 2\u00C3\u0097 2\u00C3\u0097 2 submatrix of eight 1\u00E2\u0080\u0099s. Erdo\u00CC\u008Bs [Erd64] has obtained a bound O(m11/4) for this but no matching construction. Note the sharp contrast with results such as Theorem 7.1.4, Lemma 7.2.3, Lemma 7.2.1. 7.4 Submatrices of IxT Proof of Theorem 7.1.3 that MaxChoiceCols(E1\u00C3\u0097E2, Im/2\u00C3\u0097T \u00E2\u0080\u00B2m/2) \u00E2\u0089\u00A4 2m. Let F = E1\u00C3\u0097E2. Let A be an m-rowed submatrix of Im/2\u00C3\u0097T \u00E2\u0080\u00B2m/2 with no F . We consider A as an (m/2)\u00C3\u0097(m/2) {0, 1}-matrix B whose rows are indexed by the columns of Im/2 and whose columns are indexed by the columns of T \u00E2\u0080\u00B2m/2 in the usual order. We note that \u00E2\u0080\u0096A\u00E2\u0080\u0096 is \u00CF\u00831(B). Now A contains F if and only if there are three rows and in each row there are three 1\u00E2\u0080\u0099s such that we can divide the nine 1\u00E2\u0080\u0099s as a sort of \u00E2\u0080\u009C1,3 split\u00E2\u0080\u009D, where the three leftmost 1\u00E2\u0080\u0099s in each row are entirely to the left of the middle three 1\u00E2\u0080\u0099s in each row which are entirely to the left of the rightmost three 1\u00E2\u0080\u0099s in each row. By Lemma 6.1.7 we have the desired result. The construction A = Im/2 \u00C3\u0097 1m/2 avoids F and is \u00E2\u0084\u00A6(m). \u0004 140 Lemma 7.4.1 MaxChoiceCols(E1 \u00C3\u0097 E2, Im/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3) is \u00CE\u0098(m2). Proof: Let F = E1 \u00C3\u0097 E2. Let A be an m-rowed submatrix Im/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 with no F . We consider A as an (m/3)\u00C3\u0097 (m/3)\u00C3\u0097 (m/3) 3-dimensional {0, 1}-array B with coordinate x1 indexed by the columns of Im/2 and with coordinates x2, x3 indexed by columns of T \u00E2\u0080\u00B2 m/3 in the usual order. We note that \u00E2\u0080\u0096A\u00E2\u0080\u0096 is \u00CF\u00831(B). By Theorem 7.1.3 we have |proj2(B)| and |proj3(B)| being O(m), and of course |proj1(B)| is O(m2). Form a matrix B\u00E2\u0080\u00B2 from B by deleting from B in turn the top 1 in each line in direction x3, the bottom 1 in each line in the direction x2 and the top two 1\u00E2\u0080\u0099s in each line in the direction x1. We have that the number of deleted 1\u00E2\u0080\u0099s is at most O(m 2). Now assume B\u00E2\u0080\u00B2 has a 1 in position y1. Then, by our construction, there are 2 further 1\u00E2\u0080\u0099s of B in positions y2,y3 with x1(y1) < x1(y2) < x1(y3), x2(y1) = x2(y2) = x2(y3) and x3(y1) = x3(y2) = x3(y3). For each yj we will have two 1\u00E2\u0080\u0099s in positions y \u00E2\u0080\u00B2 j,y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j of B where y \u00E2\u0080\u00B2 j agrees with yj except in coordinate x2 where x2(y \u00E2\u0080\u00B2 j) < x2(yj) and y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j agrees with yj except in coordinate x3 where x3(yj) < x2(y \u00E2\u0080\u00B2\u00E2\u0080\u00B2 j ). Then these nine 1\u00E2\u0080\u0099s in B correspond to a copy of F = E1\u00C3\u0097E2. We choose r1, r2 so that in the columns of Im/3 indexed by x1(y1), x1(y2), x1(y3) we find E1: r1 r2 [ 0 1 0 0 0 1 ] . We choose two additional rows b, c following the discussion for p = 3 in Lemma 7.2.3 when looking for E2. Thus \u00CF\u00831(B \u00E2\u0080\u00B2) = 0 and then \u00CF\u00831(B) is O(m2). \u0004 Lemma 7.4.2 MaxChoiceCols(E1 \u00C3\u0097 E2 \u00C3\u0097 E2, Im/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 is \u00CE\u0098(m2). Proof: Let A be an m-rowed submatrix Im/3\u00C3\u0097T \u00E2\u0080\u00B2m/3\u00C3\u0097T \u00E2\u0080\u00B2m/3 with no E1\u00C3\u0097E2\u00C3\u0097E2. As above, we translate A into the 3-dimensional array B with \u00E2\u0080\u0096A\u00E2\u0080\u0096 = \u00CF\u00831(B). Now by Lemma 6.2.7, if \u00CF\u00831(B) > 6(m/3) 2 there will be twenty-seven 1\u00E2\u0080\u0099s in B as described and this will yield a copy of E1 \u00C3\u0097 E2 \u00C3\u0097 E2 in A. Thus \u00CF\u00831(B) \u00E2\u0089\u00A4 6(m/3)2. \u0004 Using an analogous argument one obtains 141 Lemma 7.4.3 MaxChoiceCols(E1\u00C3\u0097 p\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 E2 \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 E2, Im/p\u00C3\u0097 p\u00E2\u0088\u00921\u00EF\u00B8\u00B7 \u00EF\u00B8\u00B8\u00EF\u00B8\u00B8 \u00EF\u00B8\u00B7 T \u00E2\u0080\u00B2m/p \u00C3\u0097 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00C3\u0097 T \u00E2\u0080\u00B2m/p) is \u00CE\u0098(mp\u00E2\u0088\u00921). \u0004 We note some difficulty may arise when considering Tk instead of E2 = T2. Theorem 7.4.4 MaxChoiceCols(T3 \u00C3\u0097 I2, T \u00C3\u0097 I) is \u00E2\u0084\u00A6(m\u00CE\u00B1(m)), where \u00CE\u00B1(m) denotes the inverse Ackermann function. Proof: Form our usual array B and observe that B can\u00E2\u0080\u0099t have the structure described in Lemma 6.1.8. \u0004 Initially we had thought MaxChoiceCols(T3 \u00C3\u0097 I2, T \u00C3\u0097 I) would be linear, but it isn\u00E2\u0080\u0099t. 7.5 Submatrices of IxTxIc Proof of Theorem 7.1.5 that f(E1 \u00C3\u0097 E2 \u00C3\u0097 E3, Im/3 \u00C3\u0097 T \u00E2\u0080\u00B2m/3 \u00C3\u0097 Icm/3) is \u00CE\u0098(m2). Let F = E1\u00C3\u0097E2\u00C3\u0097E3. Let A be an m-rowed submatrix of Im/3\u00C3\u0097T \u00E2\u0080\u00B2m/3\u00C3\u0097 Icm/3 with no F . We consider A as an (m/3) \u00C3\u0097 (m/3) \u00C3\u0097 (m/3) 3-dimensional {0, 1}-array B as follows. Let x1, x2, x3 be the three coordinate directions in B. The entries in coordinate direction x1 are indexed by the columns of Im/3, the entries in coordinate direction x2 are indexed by the columns of T \u00E2\u0080\u00B2m/3 in that order and the entries in coordinate direction x3 are indexed by the columns of Icm/3. As before \u00E2\u0080\u0096A\u00E2\u0080\u0096 is \u00CF\u00831(B). By Lemma 6.2.7, we know that if \u00CF\u00831(B) > 6(m/3) 2, then there is the configuration of twenty-seven points as described. Then these twenty-seven 1\u00E2\u0080\u0099s in B correspond to a special 3, 3, 3 split that yield copy of F in A following our usual arguments. This contradiction implies that \u00CF\u00831(B) \u00E2\u0089\u00A4 6(m/3)2. \u0004 142 7.6 Fractional Exponent Bound for a Family of Con- figurations Proof of Theorem 7.1.7 that forb(m, {I2 \u00C3\u0097 I2, I2 \u00C3\u0097 T \u00E2\u0080\u00B22, T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22}) is \u00CE\u0098(m3/2). By Theorem 7.1.2 there exists a matrix A \u00E2\u0089\u00BA Im/2 \u00C3\u0097 Im/2 with \u00E2\u0080\u0096A\u00E2\u0080\u0096 being \u00CE\u0098(m3/2) and no I2 \u00C3\u0097 I2. Because of Proposition 7.1.6, neither I2 \u00C3\u0097 T \u00E2\u0080\u00B22 \u00E2\u0089\u00BA A nor T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22 \u00E2\u0089\u00BA A. Let A \u00E2\u0088\u0088 Avoid(m, {I2\u00C3\u0097 I2, I2\u00C3\u0097T \u00E2\u0080\u00B22, T \u00E2\u0080\u00B22\u00C3\u0097T \u00E2\u0080\u00B22}). We begin using our usual standard decom- position (2.1.1) on row r A = r \u00E2\u0086\u0092 [ 00 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 11 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 Br Cr Cr Dr ] We would be done by induction if we could show that \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A4 36m1/2 for some r, so we may assume \u00E2\u0080\u0096Cr\u00E2\u0080\u0096 \u00E2\u0089\u00A5 36m1/2 for all r. Our proof will show that we can associate matrix Cr with a certain set of rows M(r) (to be defined later), where |M(r)| \u00E2\u0089\u00A5 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096/4. Consider a given choice r and set M(r) of rows with |M(r)| \u00E2\u0089\u00A5 9m1/2. Then for t = 9m1/2 choices r1, r2, . . . , rt \u00E2\u0088\u0088M(r) we will show that |M(ri) \u00E2\u0088\u00A9M(rj)| \u00E2\u0089\u00A4 9 (7.6.1) and so we obtain disjoint sets M(r1),M(r2) \M(r1),M(r3) \ (M(r1)\u00E2\u0088\u00AAM(r2)), . . .M(rt) \ (M(r1)\u00E2\u0088\u00AAM(r2)\u00E2\u0088\u00AA \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 \u00E2\u0088\u00AAM(rt\u00E2\u0088\u00921)) which yields that M(r1) \u00E2\u0088\u00AAM(r2) \u00E2\u0088\u00AAM(r3) \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 is of size 9m1/2 + (9m1/2 \u00E2\u0088\u0092 9) + (9m1/2 \u00E2\u0088\u0092 18) + \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 > m, a contradiction given that we only have m rows. We can find the inductive children of {I2 \u00C3\u0097 I2, I2 \u00C3\u0097 T \u00E2\u0080\u00B22, T \u00E2\u0080\u00B22 \u00C3\u0097 T \u00E2\u0080\u00B22} easily: F4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , F5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 11 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . (7.6.2) This follows since if Cr has F4, then A has T \u00E2\u0080\u00B2 2 \u00C3\u0097 T \u00E2\u0080\u00B22, and if Cr has F5, then A has T \u00E2\u0080\u00B22 \u00C3\u0097 I2, both forbidden configurations. Because of F5 we know Cr is a laminar matrix (as in 143 Definition 1.3.27). If we consider both forbidden configurations F4 and F5 we deduce that the columns of Cr of sum at least 2, considered as sets, are disjoint. We need more detailed information and begin by computing what happens on quadru- ples of rows of A in order to avoid the three 4 \u00C3\u0097 4 configurations. There are 11 cases Q0, Q1, . . . , Q10. These cases were computed using the program described in Chapter 3. Q0 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, Q1 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q2 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB, Q3 = no no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q4 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , Q5 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q6 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , Q7 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 144 Q8 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , Q9 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Q10 = no no no no no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB As in the proof given in Lemma 5.3.2, choose L(r) to be a minimal subset of rows of Cr such that Cr|L(r) is a simple matrix. Note that Cr|L(r) also has the property that the columns of sum at least 2 are disjoint as sets. Now consider the family of sets C corresponding to the columns of Cr. We can have the empty set as well as sets of size 1 and some disjoint family of sets of size at least 2. Let V \u00E2\u0088\u0088 C be a set of size at least 2 and let U1, U2, . . . , Ut be the sets of C of size 1 contained in V . Now, if t < |V | and |V | \u00E2\u0089\u00A5 3, we could delete a row of Cr|L(r) and preserve simplicity, a contradiction. As an example, consider deleting the last row of G below. For |V | = 2, we can have t = 1 < |V | and still have no row to delete, as shown for example in H below. G = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 10 0 1 1 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , H = [ 0 1 1 0 0 1 ] Our choice of L(r) ensures that no row of Cr|L(r) can be deleted (while preserving simplicity) and hence Cr|L(r) contains the column of 0\u00E2\u0080\u0099s (0|L(r)|) and at least half the columns of I|L(r)|, as well as possibly up to |L(r)|/2 disjoint columns of sum 2 or more. Thus we may estimate |L(r)| \u00E2\u0089\u00A5 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096/2. Thus the number of sets of size 1 in C is at least |L(r)|/2. We choose M(r) to correspond to the sets of size 1, namely Cr|M(r) contains I|M(r)| as well as 0|M(r)|. Note that Cr|M(r) need not be a simple matrix and may in fact have up to 2 copies of each column from I|M(r)| (imagine deleting the second row of H). We obtain |M(r)| \u00E2\u0089\u00A5 \u00E2\u0080\u0096Cr\u00E2\u0080\u0096/4 \u00E2\u0089\u00A5 9m1/2. 145 In what follows we analyze closely each of the 11 cases above to deduce the structure of Cr|L(r) in order to prove (7.6.1). It\u00E2\u0080\u0099s possible to determine What Is Missing in Cr|L(r) on the triple of rows i, j, k \u00E2\u0088\u0088 L(r) by considering What Is Missing on the quadruple of rows r, i, j, k, as we did for F7 in Section 5.3. We obtain a contradiction if we find a copy of \u00E2\u0080\u009CK2\u00E2\u0080\u009D in What Is Missing, namely if on the triple i, j, k there is a pair of rows i, j with all 4 columns of K2 appearing as follows: i j k no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 00 a \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 b \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 c \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 d \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB where a, b, c, d \u00E2\u0088\u0088 {0, 1}. Perhaps other columns are missing on rows i, j, k. Note that we could delete row k from Cr|L(r) and preserve simplicity, contradicting our choice of L(r). The reason for this is that on the three rows i, j, k, the columns present would possibly be i j k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 00 a \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 b \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 c \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 d \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB where x denotes the {0, 1}-complement of x. We can see that deleting row k will not result in repeated columns assuming Cr|L(r) has no repeated columns. We note that Q0, Q1, Q2 each have 3 rows, each pair of which has a K2 in What Is Missing (rows 1, 2, 3 for Q0, rows 2, 3, 4 for Q1, rows 2,3,4 for Q2) and Q5, Q6 have two disjoint pairs of rows, each of which has K2 (rows 1,2 and rows 3,4 for Q5 and rows 1,3 and rows 2,4 for Q6) so deleting any row of the quadruple will leave a K2 leaving a row to delete from Cr and so by our choice of L(r) we cannot have the cases represented by Q0, Q1, Q2, Q5, Q6 in quadruples of rows consisting of r plus a triple of rows from L(r). For the remaining cases, to avoid leaving a K2 after deleting a row we find that we must have deleted particular rows from each quadruple. Note that Q3 and Q8 have K2 on rows 3,4 and so if present, to avoid leaving a copy of K2 row r must either correspond to row 3 or to row 4. The cases Q4, Q7, Q9, Q10 all have K2 on rows 2,4 and rows 3,4 and so row r must be row 4 of such a quadruple. We have used Pi to denote the condition on a triple of rows arising from the quadruple Qi in these ways. 146 P3 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB or no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P4 or P9 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P8 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB or no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 01 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB P7 or P10 : no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 10 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB no\u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 11 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Note that the presence of I|M(r)| means that on each triple of rows in M(r) we have all three columns of sum 1 present and so cannot have P3 (arising from Q3 with row r being either the third or fourth row) or the second of the two cases for P8 (arising from Q8 with row r being the third row) on triples of rows in M(r) since each forbids a column of sum 1. This careful detail is used in what follows. We now consider what is possible in the full width of A on the rows of M(r). By considering the corresponding Qi\u00E2\u0080\u0099s and the row of Qi that corresponds to r, we find that under the 0\u00E2\u0080\u0099s in row r, any triple of rows [BrCr]|M(r) must have two columns of sum 2 absent and hence [BrCr]|M(r) cannot have the configuration F5. Thus the columns form a laminar family on rows M(r), namely, considered as subsets of M(r), any two sets are either disjoint or one is contained in the other. One has to consider Q4, Q8, Q9, Q10 and then in each case the row corresponding to row r must be the fourth row of each such Qi (else a K2 remains on the triple). Similarly under the 1\u00E2\u0080\u0099s in row r, in [CrDr]|M(r) we cannot have the configuration 147 F5 and so the columns also form a laminar family on M(r). Had we used row r as the third or fourth row of Q3 then [CrDr]|M(r) might have F5 and had we used row r as the third row of Q8 then [BrCr]|M(r) might have the configuration F5. Fortunately these cases are not possible. Now consider rj \u00E2\u0088\u0088 M(r) and standard decomposition based on row rj. The columns of Crj , must correspond to columns of A which appear with a 1 and with a 0 in row rj and are the same elsewhere and hence this is also true when restricted to the rows M(r) \u00E2\u0088\u00AA r. We have pairs of columns as follows: rj M(r) \ rj { r \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1\u00CE\u00B1 \u00CE\u00B1 a a \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB We can show that there are at most three possible choices for pairs of columns and hence at most three choices for \u00CE\u00B1. In fact consider [BrCr] and \u00CE\u00B2 6= \u00CE\u00B3 be two nonzero choices for \u00CE\u00B1. rj M(r) \ rj { r \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 1 0 1\u00CE\u00B2 \u00CE\u00B2 \u00CE\u00B3 \u00CE\u00B3 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB The columns of A with 0\u00E2\u0080\u0099s in row r, when restricted to the rows M(r), must form a laminar family. Columns 2 and 4 have 1\u00E2\u0080\u0099s in common on row rj and we deduce, without loss of generality by considering columns 2 and 4, that \u00CE\u00B2 \u00E2\u0089\u00A4 \u00CE\u00B3. Now considering columns 2,3 and using 0 6= \u00CE\u00B2 \u00E2\u0089\u00A4 \u00CE\u00B3, we violate the laminar property, a contradiction to \u00CE\u00B2 6= \u00CE\u00B3. Thus there is at most one nonzero choice for \u00CE\u00B1 in [BrCr] and at most one nonzero choice for \u00CE\u00B1 in [CrDr]. Given that there are at most three choices for columns of Crj restricted to the rows M(r) \ rj, we can deduce that |L(rj) \u00E2\u0088\u00A9M(r)| \u00E2\u0089\u00A4 2 (we would be able to delete all but two rows of M(r) \ rj from Crj |L(rj) without affecting simplicity). So let M \u00E2\u0080\u00B2(rj) = M(rj) \M(r) and note that |M(rj)| \u00E2\u0088\u0092 2 \u00E2\u0089\u00A4 |M \u00E2\u0080\u00B2(rj)| \u00E2\u0089\u00A4 |M(rj)|. From our previous observations we have that the columns of A indexed by the rows of M \u00E2\u0080\u00B2(rj) consist of the column of 0\u00E2\u0080\u0099s, the columns of the identity matrix, and (possibly) columns of sum at least 2 which are disjoint when considered as sets. We use the following 148 notation. Crj = M(r) \ rj { M \u00E2\u0080\u00B2(rj) { \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 X Y ... \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , A = rj \u00E2\u0086\u0092 M(r) \ rj { M \u00E2\u0080\u00B2(rj) { \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 0 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 0 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 1 \u00C2\u00B7 \u00C2\u00B7 \u00C2\u00B7 1 X X Y Y ... ... ... ... \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB . By our previous observations for Cr|L(r) and Cr|M(r) we know that columns of Y are either columns of 0\u00E2\u0080\u0099s, columns of sum 1 and possibly columns of sum 2 (disjoint as sets). By reducing to M \u00E2\u0080\u00B2(rj) and deleting the possible row of overlap with M(r), we may assume that Y contains I|M \u00E2\u0080\u00B2(rj)|. We can show that two different columns of Y of sum 1 (i.e. with 1\u00E2\u0080\u0099s in different rows) on rows M \u00E2\u0080\u00B2(rj) cannot lie under two identical nonzero columns (of X) on rows M(r) \ rj, else we have I2 \u00C3\u0097 T \u00E2\u0080\u00B22 in A as follows. Let i, k correspond to the rows of M \u00E2\u0080\u00B2(rj) which contain the 1\u00E2\u0080\u0099s of the two selected columns of Y and let a \u00E2\u0088\u0088 M(r) \ rj be a row containing 1\u00E2\u0080\u0099s in the repeated nonzero column of X. This gives I2 \u00C3\u0097 T \u00E2\u0080\u00B22: rj a i k \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 1 1 1 1 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB Recall that there are at most 3 different columns in X and Y has I|M \u00E2\u0080\u00B2(rj)|. Let M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rj) \u00E2\u008A\u0086 M \u00E2\u0080\u00B2(rj) denote the rows corresponding to the 1\u00E2\u0080\u0099s in the columns of the identity I|M \u00E2\u0080\u00B2(rj)| which lie under columns of 0\u00E2\u0080\u0099s in rows of M(r)\rj. We have that |M \u00E2\u0080\u00B2(rj)|\u00E2\u0088\u00922 \u00E2\u0089\u00A4 |M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rj)| \u00E2\u0089\u00A4 |M \u00E2\u0080\u00B2(rj)| else we create I2 \u00C3\u0097 T \u00E2\u0080\u00B22 as above since there are at most two different nonzero columns of X. Thus |M(rj)| \u00E2\u0088\u0092 4 \u00E2\u0089\u00A4 |M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rj)| \u00E2\u0089\u00A4 |M(rj)|. Now consider two rows rp, rq \u00E2\u0088\u0088 M(r). Let i, j \u00E2\u0088\u0088 M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rp) \u00E2\u0088\u00A9M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rq). From the standard decomposition using row rp, we can find two columns with 1\u00E2\u0080\u0099s in row rp, 0\u00E2\u0080\u0099s in row rq (and also 0\u00E2\u0080\u0099s in all other rows of M(r)) and I2 on rows i, j. Similarly we can find two columns with 1\u00E2\u0080\u0099s in row rq, 0\u00E2\u0080\u0099s in row rp (and all other rows of M(r)) and I2 on rows i, j. Then we can find a copy of I2 \u00C3\u0097 I2: rp rq i j \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 1 0 0 0 0 1 1 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB We deduce that |M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rp) \u00E2\u0088\u00A9 M \u00E2\u0080\u00B2\u00E2\u0080\u00B2(rq)| \u00E2\u0089\u00A4 1, which in turn establishes (7.6.1) that |M(ri) \u00E2\u0088\u00A9 149 M(rj)| \u00E2\u0089\u00A4 9, completing our proof. \u0004 7.7 All Pairs of Columns We now establish an asymptotic bound that is a generalization of the exact bound of the bound proved in Section 4.2. Consider all pairs of possible `\u00C3\u0097 1 columns. F` := {[\u00CE\u00B1\u00CE\u00B2] : \u00CE\u00B1, \u00CE\u00B2 \u00E2\u0088\u0088 {0, 1}`, \u00CE\u00B1 6= \u00CE\u00B2}. For example, F2 is the set of matrices considered in Section 4.2, where we proved forb(m,F2 \u00C3\u0097F2) = m+ 3. F2 = {[ 0 0 0 1 ] , [ 0 1 0 1 ] , [ 1 0 0 1 ] , [ 1 1 0 1 ]} and F3 = \u00EF\u00A3\u00B1\u00EF\u00A3\u00B4\u00EF\u00A3\u00B2\u00EF\u00A3\u00B4\u00EF\u00A3\u00B3 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01111 10 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01110 10 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01010 10 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01110 01 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01110 00 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01010 01 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01010 00 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01001 00 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB , \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01000 00 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB \u00EF\u00A3\u00BC\u00EF\u00A3\u00B4\u00EF\u00A3\u00BD\u00EF\u00A3\u00B4\u00EF\u00A3\u00BE . Theorem 4.2.1 has an asymptotic version. Observe that forb(m,F`) = 1 for m \u00E2\u0089\u00A5 ` (and 2m for m < `). Theorem 7.7.1 Let T be a family of forbidden configurations with forb(m, T ) being O(mk). Then for any `, we have forb(m,F` \u00C3\u0097 T ) is O(mk+1). Proof: We consider a matrix A with no configuration in T \u00C3\u0097 F`. We do an analogous operation to the standard decomposition (2.1.1) on ` rows. For any two columns \u00CE\u00B1, \u00CE\u00B2 with \u00CE\u00B1 6= \u00CE\u00B2 we let A\u00CE\u00B1,\u00CE\u00B2 denote the (m \u00E2\u0088\u0092 `)\u00E2\u0088\u0092rowed matrix formed as the set of columns on A|{`+1,`+2,...,m} which appear under both \u00CE\u00B1 and \u00CE\u00B2. For example, for ` = 2, we would consider 150 the following representative A = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 0 0 1 1 0 1 0 1 A[ 00 ] A[ 10 ] A[ 01 ] A[ 11 ] \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB where A\u00CE\u00B1 are all simple matrices for \u00CE\u00B1 \u00E2\u0088\u0088 { [ 0 0 ] , [ 1 0 ] , [ 0 1 ] , [ 1 1 ]} In such matrix, A[ 00 ],[ 10 ] would be matrix formed by the columns that are in both A[ 00 ] and A[ 10 ] . We deduce that A\u00CE\u00B1,\u00CE\u00B2 is a simple matrix with no configuration in T since if F \u00E2\u0088\u0088 T is in A|\u00CE\u00B1,\u00CE\u00B2 then A has [\u00CE\u00B1\u00CE\u00B2]\u00C3\u0097 F \u00E2\u0088\u0088 F` \u00C3\u0097 T . Hence at A|\u00CE\u00B1,\u00CE\u00B2 has at most forb(m\u00E2\u0088\u0092 `, T ) columns. There are at most a constant number of choices for pairs \u00CE\u00B1 and \u00CE\u00B2 and so after deleting at most O(mk) columns from A to produce A\u00E2\u0080\u00B2 we can ensure A|{`+1,`+2,...,m} is simple and hence, by induction, has at most forb(m\u00E2\u0088\u0092 `, T \u00C3\u0097 F`) columns. This yields the result. \u0004 The O(m) bound of Theorem 4.2.1 would follow from taking T = F2, although to get the exact bound we use the proof given in that section. 151 Chapter 8 Conclusions 8.1 Open Problems 8.1.1 Monotonicity It is quite reasonable to conjecture that the function forb(m,F ) is increasing in the first variable m, as we know it is in the second variable F (Remark 1.3.21). Problem 8.1.1 Let F be a k-rowed (0,1)-matrix and let m \u00E2\u0089\u00A5 1. Is it true that forb(m,F ) \u00E2\u0089\u00A4 forb(m+ 1, F )? We can answer positively for single forbidden configurations with certain properties. We know this is false for families of forbidden configurations. Proposition 8.1.2 Let F be a configuration that doesn\u00E2\u0080\u0099t have either a row of 0\u00E2\u0080\u0099s, a row of 1\u00E2\u0080\u0099s or a repeated row. Then for all m, forb(m,F ) \u00E2\u0089\u00A4 forb(m+ 1, F ). Proof: Let A \u00E2\u0088\u0088 ext(m,F ). Then consider the (m+ 1)-rowed matrix A\u00E2\u0080\u00B2 = \u00EF\u00A3\u00B1\u00EF\u00A3\u00B4\u00EF\u00A3\u00B4\u00EF\u00A3\u00B4\u00EF\u00A3\u00B2\u00EF\u00A3\u00B4\u00EF\u00A3\u00B4\u00EF\u00A3\u00B4\u00EF\u00A3\u00B3 A\u00C3\u0097 [0] if F doesn\u00E2\u0080\u0099t have a row of 0\u00E2\u0080\u0099s, A\u00C3\u0097 [1] if F doesn\u00E2\u0080\u0099t have a row of 1\u00E2\u0080\u0099s,[ A r ] if F doesn\u00E2\u0080\u0099t have a repeated row, , 152 where r is any row of A. Then clearly A\u00E2\u0080\u00B2 \u00E2\u0088\u0088 Avoid(m + 1, F ) and \u00E2\u0080\u0096A\u00E2\u0080\u00B2\u00E2\u0080\u0096 = \u00E2\u0080\u0096A\u00E2\u0080\u0096, and F \u00E2\u008A\u0080 A\u00E2\u0080\u00B2. \u0004 Note that for families of configuration this is not always the case. Here is an amusing case. Theorem 8.1.3 forb(m, {[ 0 0 0 0 ] , [ 1 1 1 1 ]} ) = \u00EF\u00A3\u00B1\u00EF\u00A3\u00B4\u00EF\u00A3\u00B2\u00EF\u00A3\u00B4\u00EF\u00A3\u00B3 2 for m = 1 or m \u00E2\u0089\u00A5 7 6 for m = 3, 4 4 for m = 2, 5, 6 Proof: The result is easy for m = 1, 2. First consider pairs of columns. Let Fabcd denote the (a+ b+ c+ d)\u00C3\u0097 2 matrix of a rows [0 0], b rows [1 0], c rows [0 1] and d rows [1 1]. Consider two columns of A and suppose they are Fabcd. We have a, d \u00E2\u0089\u00A4 1. We deduce that b, c \u00E2\u0089\u00A4 2 else with b \u00E2\u0089\u00A5 3 (F0300), by the pigeonhole principle a third column will create either [ 0 0 0 0 ] or [ 1 1 1 1 ] on those 3 rows. For m \u00E2\u0089\u00A5 7 we deduce then that there are at most 2 columns. For m = 6 we can use this to deduce that every pair of columns must form F1221 and then the 6 \u00C3\u0097 4 configuration (K24)T establishes the bound. For m = 5 we can use this to deduce that every pair of columns must form F1211 or F1220 or F0221. We can create 4 columns by deleting one row from (K24) T . Let A \u00E2\u0088\u0088 ext(m, {[ 0 0 0 0 ] , [ 1 1 1 1 ]} ). Using the technique of What Is Missing, we have that on any pair of rows we have \u00E2\u0089\u00A4 1[ 0 0 ] \u00E2\u0089\u00A4 1[ 1 1 ] For any three rows we find that any choice of columns for those three rows will violate one of the restrictions but there are at most 6 restrictions to violate on the three rows so there are at most 6 columns. For m = 3 we may use the construction [K23 | K13 ] and for m = 4 we may use the configuration K24 . \u0004 153 One could potentially circumvent this example by only seeking monotonicity for m large enough. Conjecture 8.1.4 Let F be a family of forbidden configurations. Then there exists M for which for all m \u00E2\u0089\u00A5M , forb(m,F) \u00E2\u0089\u00A4 forb(m+ 1,F). 8.1.2 A Common 4-rowed Subconfiguration As mentioned in the introduction to Chapter 5, there are two 4-rowed configurations for which we do not know the asymptotic bound. Both configurations have the following configuration in common: F (t) = t \u00C2\u00B7 \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 1 0 1 0 0 1 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB This is the smallest configuration F for which an asymptotic bound on forb(m,F ) is not known. Interestingly, for t = 1 and t = 2 a quadratic bound has been proven. Problem 8.1.5 Prove that forb(m,F (t)) is \u00CE\u0098(m2) (or find a counterexample). 8.1.3 Other 3x4 Exact Bounds In Section 4.1, we found two exact bounds on 3\u00C3\u0097 4 configurations. There are only 10 others for which the answer isn\u00E2\u0080\u0099t known. We can apply the local search techniques described in Section 3.6 to find conjectured extremal matrices. The following table shows the conjectured answers. The entries of the table represent forb(m,Vi). The \u00E2\u0080\u009C?\u00E2\u0080\u009D symbol represents that the computer has found an example (i.e. a lower bound) but we haven\u00E2\u0080\u0099t proven the upper bound. 154 m \u00E2\u0088\u0092\u00E2\u0086\u0092 3 4 5 6 7 8 V1 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 1 1 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 16 22 32? 43? 55? V2 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 1 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 12 18 26? 36? 45? V3 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 1 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 12 18 26? 36? 45? V4 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 1 0 1 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 12 18 26? 36? 45? V5 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 1 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 12 18 26? 36? 44? V6 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 1 0 1 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 16 22 29? 37? 45? V7 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 11 1 1 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 16 22 29? 37? 46? V8 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 1 0 0 0 0 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 16 22 29? 37? 46? V9 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 1 0 0 0 0 0 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 16 22 29? 37? 46? V10 = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B01 1 1 01 1 0 1 0 0 1 1 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB 8 12 17 23? 30? 38? Table 8.1: Conjectured values of forb(m,Vi) 155 The last numbers on this table (for 8 rows) take a few hours to find. The next number, for 9 rows, might take a few weeks of computer time. One could conjecture that forb(m,V10) = ( m 2 ) + ( m 1 ) + ( m 0 ) + 1. 8.1.4 Critical Substructures We give some ideas extending those of Section 4.3. Problem 8.1.6 Prove Conjecture 4.3.2 or the equivalent Conjecture 4.3.8 or give a coun- terexample. What follows are ideas and attempts at proving Conjecture 4.3.2 for k \u00E2\u0089\u00A5 5. We prove some of the properties required for general k and we prove some for k = 5. Consider applying the idea for the proof of Proposition 4.3.9 for general k to try to show that forb(m,Fk\u00E2\u0088\u00921) < forb(m,Kk). If we could show this is true for any m, then it will be true for all larger m by induction. One might try for m = k as a base case, but unfortunately we find that forb(k, 2 \u00C2\u00B7Kk\u00E2\u0088\u00921k\u00E2\u0088\u00921\u00E2\u0088\u00920k\u00E2\u0088\u00921) = forb(k,Kk) = 2k\u00E2\u0088\u00921, namely if we delete any column of Kk which has column sum not 0 or k, then the resulting matrix has no 2 \u00C2\u00B7Kk\u00E2\u0088\u00921k\u00E2\u0088\u00921\u00E2\u0088\u00920k\u00E2\u0088\u00921. One might try next to obtain the inequality for m = k + 1. Proceed by contradiction and assume forb(k + 1, Fk\u00E2\u0088\u00921) = forb(k + 1, Kk). Let A \u00E2\u0088\u0088 ext(k + 1, Fk\u00E2\u0088\u00921). As argued before, for any (k + 1) \u00C3\u0097 1 column \u00CE\u00B1 which is not a column in A, [A|\u00CE\u00B1] has a copy of Kk say on rows S. Similarly for a column \u00CE\u00B2 not in A, we have that [A|\u00CE\u00B2] has a copy of Kk say on rows T . Now if S = T , then A|S has the submatrix Kk\u00E2\u0088\u0092\u00CE\u00B1|S and also the submatrix Kk\u00E2\u0088\u0092 \u00CE\u00B2|S. If \u00CE\u00B1S 6= \u00CE\u00B2|S, then we deduce A has Kk, a contradiction. There are at most 2 columns on k+ 1 rows agreeing on a k-set of rows S. Now if S 6= T then |S \u00E2\u0088\u00A9 T | = k\u00E2\u0088\u0092 1. A similar argument yields a contradiction if \u00CE\u00B1|S\u00E2\u0088\u00A9T 6= \u00CE\u00B2|S\u00E2\u0088\u00A9T . Table 8.2 shows some computer-found lower bounds (using the algorithms described in Chapter 3). Remember these are conjectures for m \u00E2\u0089\u00A5 6. We can show forb(k+ 2, Fk) = forb(k+ 2, Kk+1) for k \u00E2\u0089\u00A5 4 as follows. The k+ 3 columns to delete from Kk+2 are B = \u00EF\u00A3\u00AE\u00EF\u00A3\u00AF\u00EF\u00A3\u00B0 13 I c 3 13 \u00C3\u0097 \u00C3\u0097 \u00C3\u0097 0k\u00E2\u0088\u00921 0k\u00E2\u0088\u00921 Ik\u00E2\u0088\u00921 \u00EF\u00A3\u00B9\u00EF\u00A3\u00BA\u00EF\u00A3\u00BB One can show that this matrix B has the property that for every k-set of rows S, there is a column repeated three times in B|S, while Kk+2 has four copies of each column on a k-set 156 m forb(m,F3) forb(m,K4) 4 15 15 5 25 26 6 40(?) 43 7 59(?) 64 m forb(m,F4) forb(m,K5) 5 31 31 6 57 57 7 98(?) 99 Table 8.2: Conjectured values for forb(m,F3) and forb(m,K4) m forb(m, 2 \u00C2\u00B7K24) forb(m,K5) 4 16 16 5 30 31 6 53(?) 57 7 86(?) 99 Table 8.3: Conjectured values for forb(m, 2 \u00C2\u00B7K24) of rows. We should also expect that forb(m, 2 \u00C2\u00B7K24) is much less than forb(m,K5). Several proof techniques will work but the easiest is to consider forb(5, 2\u00C2\u00B7K24) and show that forb(5, 2\u00C2\u00B7K24) \u00E2\u0089\u00A4 25\u00E2\u0088\u0092 2, i.e you must delete at least 2 columns in order to avoid 2 \u00C2\u00B7K24 . This is relatively easy. A column of sum 2 can only yield 12 \u00C3\u0097 02 on three 4-sets of rows but there are five 4-sets of rows. One way to achieve this is to delete from K5, a column of sum 2 and a column of sum 3 that overlap in two rows. Table 8.3 shows some more computer experiments. Lemma 8.1.7 We can establish that forb(m, 2 \u00C2\u00B7K24) \u00E2\u0089\u00A4 forb(m,K5)\u00E2\u0088\u0092m+ 4. Proof: We use induction as follows. We first note forb(m, [2\u00C2\u00B7K13 | 2\u00C2\u00B7K23 ]) < forb(m,K4). Now applying the standard decomposition (2.1.1) repeatedly we have forb(m,K24) \u00E2\u0089\u00A4 forb(m \u00E2\u0088\u0092 1, K24) + forb(m \u00E2\u0088\u0092 1, [2 \u00C2\u00B7K13 | 2 \u00C2\u00B7K23 ]) and then forb(m,K24) \u00E2\u0089\u00A4 forb(m \u00E2\u0088\u0092 2, K24) + forb(m \u00E2\u0088\u0092 2, [2 \u00C2\u00B7K13 | 2 \u00C2\u00B7K23 ]) + forb(m\u00E2\u0088\u0092 1, [2 \u00C2\u00B7K13 | 2 \u00C2\u00B7K23 ]) and then repeat this m\u00E2\u0088\u0092 4 times using that [2 \u00C2\u00B7K13 | 2 \u00C2\u00B7K23 ] is in F3 and forb(5, F3) = forb(5, K4)\u00E2\u0088\u0092 1. \u0004 The following idea is probably of no help in establishing these inequalities but it should be noted. 157 Proposition 8.1.8 If forb(m,F ) < forb(m,Kk) for m \u00E2\u0089\u00A5 m0, then forb(m, [0 1]\u00C3\u0097 F ) < forb(m,Kk+1)\u00E2\u0088\u0092m+m0. Proof: Simply use induction forb(m, [0 1] \u00C3\u0097 F ) \u00E2\u0089\u00A4 forb(m \u00E2\u0088\u0092 1, [0 1] \u00C3\u0097 F ) + forb(m \u00E2\u0088\u0092 1, F ). \u0004 Let forb(m,F4) = forb(m,K5) and let A \u00E2\u0088\u0088 ext(m,F4) \u00E2\u008A\u0086 ext(m,K5). Then on each 5-set of rows exactly one column is missing as described above. So each 5-set contains K5 \u00E2\u0088\u0092 \u00CE\u00B1 for some choice of 5\u00C3\u0097 1 \u00CE\u00B1. Now if \u00CE\u00B1 has column sum 0,1,4,5 then we find that K5 \u00E2\u0088\u0092 \u00CE\u00B1 has F4. So we deduce that \u00CE\u00B1 has column sum 2,3. Thus we deduce that A has no K 2 5K 3 5 on the grounds that one column is missing. Immediately we deduce that A has all columns of sum 0,1,m\u00E2\u0088\u00921, m (adding these columns can\u00E2\u0080\u0099t create a K5. But then A\u00E2\u0088\u0092 [K0m | K1m | Km\u00E2\u0088\u00921m | Kmm ] has no [K14 | 2 \u00C2\u00B7K24 | K34 ]. Now applying our inductive decomposition on [K14 | 2 \u00C2\u00B7K24 | K34 ] yields F3. We would be done if we could show forb(m,F3) \u00E2\u0089\u00A4 forb(m,K4)\u00E2\u0088\u0092 3. Here\u00E2\u0080\u0099s an idea that might not help at all, but gives rise to an interesting problem. Let F be a k-rowed configuration for which forb(m,F ) is known. Let G \u00E2\u0089\u00BA F be an `-rowed subconfiguration. Suppose we wish to find out if G is a critical substructure of F . That is, suppose we wished to find out if forb(m,G) = forb(m,F ). Proceeding by contradiction, assume this was true and consider a matrix A \u00E2\u0088\u0088 ext(m,G) \u00E2\u008A\u0086 ext(m,F ). If we add a column \u00CE\u00B1 to A, by hypothesis we should get that [A | \u00CE\u00B1] contains F as a configuration. When does this mean A contains G? In particular, this means A contains F \u00E2\u0088\u0092 \u00CF\u0086 for some column \u00CF\u0086 of F with \u00CF\u0086 = \u00CE\u00B1|S for some subset of the rows S. Note then that G \u00E2\u008A\u0080 F \u00E2\u0088\u0092 \u00CF\u0086. Thus, any copy of G in [A | \u00CE\u00B1] must be missing at most 1 column of F . Consider the following reinterpretation of the problem. Lemma 8.1.9 If for every column \u00CF\u0086 of F we have that G \u00E2\u0089\u00BA F \u00E2\u0088\u0092 \u00CF\u0086, then forb(m,G) < forb(m,F ). 158 Proof: If A is in ext(m,G) \u00E2\u008A\u0086 ext(m,F ), then by adding any column not already present in A to A we must obtain the configuration F since A \u00E2\u0088\u0088 ext(m,F ), which means that for some column \u00CF\u0086 of F , we have that F \u00E2\u0088\u0092\u00CF\u0086 is present in A, which means G \u00E2\u008A\u0080 F \u00E2\u0088\u0092\u00CF\u0086, a contradiction. \u0004 8.2 Concluding Remarks We have seen many results concerning a single Forbidden Configuration and just a peek at results concerning multiple Forbidden Configurations. An observant reader might have noticed that the tools we use to study a single forbidden configuration are mostly the same tools we use to study a family of forbidden configurations, so, the observant reader might ask, why then have we neglected our families and opted for singles? A perhaps unsatisfying answer could be that single configurations are hard enough. Imagine for a moment we had an oracle that when given a family of configurations F would immediately provide the (correct) value of forb(m,F) and perhaps an extremal matrix satisfying the bound. What could we do with such a wonder? In particular, among other things, this oracle would solve all Erdo\u00CC\u008Bs-Stone-Simonovits type results, as one could imagine forbidding (1, 1, 1)T together with the incidence matrix of a graph H. When forbidding these configurations the extremal matrix one would obtain would be [0 | I | G] where G is the incidence matrix of a graph that does not have H as a configuration. Because of this, the idea of having a general theory for families of forbidden configura- tions looks tantalizing, but perhaps a little daunting. Results about small families of small forbidden configurations could very well flourish with a systematic study. If I were to con- tinue research in forbidden configurations, I would certainly start here, as I am sure there are many new results waiting to be discovered. As of this writing we don\u00E2\u0080\u0099t yet have the tools to study configurations with 6 rows or more, but we hope that by chipping away at the problem we are making progress toward perhaps a proof or refutation of Conjecture 1.4.1. Proving this pivotal conjecture would indeed be a milestone for the field, but it is my personal belief that the conjecture will turn out to be false. The reason for this belief, in the face of so much evidence for it, is its constructive nature. Sure, the product constructions described in this Conjecture 1.4.1 have given the best asymptotic bounds for many (small) configurations, but these are not, by any stretch, a random sample of configurations. They are chosen to be small and manageable. As we\u00E2\u0080\u0099ve seen, a very small change in a configuration (for example, substituting a 0 by a 159 1 or adding a column) can lead to wildly different bounds. I find there is not much reason to believe a large, random configuration would satisfy the conjecture that the best (asymptotic) construction will be products of I, Ic and T . On the other hand, the configurations I, Ic and T do seem to \u00E2\u0080\u009Cpop-up\u00E2\u0080\u009D repeatedly while studying configurations. Perhaps they are in some way special, and we have indeed proven many cases in which the conjecture turns out to be true. 160 Bibliography [ABS11] R.P. Anstee, F. Barekat, and A. Sali, Small forbidden configurations V: Exact bounds for 4\u00C3\u00972 cases, Studia. Sci. Math. Hun. 48 (2011), 1\u00E2\u0080\u009322. \u00E2\u0086\u0092 pages 32, 59, 60 [AF86] R.P. Anstee and Z. Fu\u00CC\u0088redi, Forbidden submatrices, Discrete Math. 62 (1986), 225\u00E2\u0080\u0093243. \u00E2\u0086\u0092 pages 15, 18, 134 [AFS01] R.P. Anstee, R. Ferguson, and A. Sali, Small forbidden configurations II, Elec- tronic Journal of Combinatorics 8 (2001), R4 25pp. \u00E2\u0086\u0092 pages 18, 32 [AGS97] R.P. Anstee, J.R. Griggs, and A. Sali, Small forbidden configurations, Graphs and Combinatorics 13 (1997), 97\u00E2\u0080\u0093118. \u00E2\u0086\u0092 pages 18, 32, 33 [AHK77] Kenneth Appel, Wolfgang Haken, and John Koch, Every planar map is four colorable, Illinois Journal of Mathematics (1977). \u00E2\u0086\u0092 pages 31 [AK97] R. Ahlswede and L.H. Khachatrian, The complete intersection theorem for sys- tems of finite sets, European Journal of Combinatorics 16 (1997), 125\u00E2\u0080\u0093136. \u00E2\u0086\u0092 pages 30 [AK06] R.P. Anstee and P. Keevash, Pairwise intersections and forbidden configurations, European Journal of Combinatorics 27 (2006), 1235\u00E2\u0080\u00931248. \u00E2\u0086\u0092 pages 18, 30, 60, 119, 121 [AK07] R.P. Anstee and N. Kamoosi, Small forbidden configurations III, Electronic Jour- nal of Combinatorics 14 (2007), R79 34pp. \u00E2\u0086\u0092 pages 32 [AK10] R.P. Anstee and S.N. Karp, Forbidden configurations: Exact bounds determined by critical substructures, Electronic Journal of Combinatorics 17 (2010), R50 27pp. \u00E2\u0086\u0092 pages 32, 59 161 [Alo83] N. Alon, On the density of sets of vectors, Discrete Math 46 (1983), 199\u00E2\u0080\u0093202. \u00E2\u0086\u0092 pages 83 [Ans] R.P. Anstee, A survey of forbidden configuration results, http://www.math.ubc. ca/\u00E2\u0088\u00BCanstee/. \u00E2\u0086\u0092 pages 18, 23, 103 [Ans85] R.P. Anstee, General forbidden configuration theorems, Journal of Combinatorial Theory A 40 (1985), 108\u00E2\u0080\u0093124. \u00E2\u0086\u0092 pages 13, 32 [Ans90] R.P. Anstee, Forbidden configurations, determinants and discrepancy, European Journal of Combinatorics 11 (1990), 15\u00E2\u0080\u009319. \u00E2\u0086\u0092 pages 88 [AR11] R.P. Anstee and Miguel Raggi, Genetic algorithms applied to problems of for- bidden configurations, preprint. http://www.math.ubc.ca/\u00E2\u0088\u00BCanstee/ (2011), 22pp. \u00E2\u0086\u0092 pages iii, 2 [ARS10a] R.P. Anstee, Miguel Raggi, and Attila Sali, Evidence for a forbidden config- uration conjecture; one more case solved., preprint. http://www.math.ubc.ca/ \u00E2\u0088\u00BCanstee/ (2010), 16pp. \u00E2\u0086\u0092 pages iii, 2, 18 [ARS10b] R.P. Anstee, Miguel Raggi, and Attila Sali, Forbidden configurations and prod- uct constructions, preprint. http://www.math.ubc.ca/\u00E2\u0088\u00BCanstee/ (2010), 22pp. \u00E2\u0086\u0092 pages iii, 2 [ARS11] R.P. Anstee, Miguel Raggi, and Attila Sali, Forbidden configurations: Quadratic bounds, preprint. http://www.math.ubc.ca/\u00E2\u0088\u00BCanstee/ (2011), 21pp. \u00E2\u0086\u0092 pages iii, 2, 18 [AS05] R.P. Anstee and A. Sali, Small forbidden configurations IV, Combinatorica 25 (2005), 503\u00E2\u0080\u0093518. \u00E2\u0086\u0092 pages 15, 18, 33, 95 [BB05] J. Balogh and B. Bolloba\u00CC\u0081s, Unavoidable traces of set systems, Combinatorica 25 (2005), 633\u00E2\u0080\u0093643. \u00E2\u0086\u0092 pages 33, 134 [BBM06] J. Balogh, B. Bolloba\u00CC\u0081s, and R. Morris, Hereditary properties of partitions, ordered graphs and ordered hypergraphs, European Journal of Combinatorics 8 (2006), 1263\u00E2\u0080\u00931281. \u00E2\u0086\u0092 pages 124, 125, 128, 129 162 [BEHW89] A. Blumer, A. Ehrenfeucht, D. Haussler, and M. K. Warmuth, Learnability and the Vapnik\u00E2\u0080\u0093Chervonenkis dimension, Journal of the ACM 36(4) (1989), 929\u00E2\u0080\u0093865. \u00E2\u0086\u0092 pages 32 [BKS05] J. Balogh, P. Keevash, and B. Sudakov, Disjoint representability of sets and their complements, Journal of Combinatorial Theory B 95 (2005), 12\u00E2\u0080\u009328. \u00E2\u0086\u0092 pages 32 [EKR61] P. Erdo\u00CC\u008Bs, C. Ko, and R. Rado, Intersection theorems for systems of finite sets, Quarterly Journal of Mathematics, Oxford Series series 2 12 (1961), 313\u00E2\u0080\u0093320. \u00E2\u0086\u0092 pages 30 [Erd64] P. Erdo\u00CC\u008Bs, On extremal problems of graphs and generalized graphs, Israel Journal of Mathematics 2 (1964), 183\u00E2\u0080\u0093190. \u00E2\u0086\u0092 pages 140 [ES46] P. Erdo\u00CC\u008Bs and A.H. Stone, On the structure of linear graphs, Bulletin of the American Mathematical Society 52 (1946), 1089\u00E2\u0080\u00931091. \u00E2\u0086\u0092 pages 3, 30 [ES66] P. Erdo\u00CC\u008Bs and M. Simonovits, A limit theorem in graph theory., Studia Scien- tiarum Mathematicarum Hungarica 1 (1966), 51\u00E2\u0080\u009357. \u00E2\u0086\u0092 pages 3, 30 [FH92] Z. Fu\u00CC\u0088redi and P. Hajnal, Davenport-Schinzel theory of matrices, Discrete Math 103 (1992), 233\u00E2\u0080\u0093251. \u00E2\u0086\u0092 pages 123, 128 [FQ83] Z. Fu\u00CC\u0088redi and F. Quinn, Traces of finite sets, Ars Combin. 18 (1983), 195\u00E2\u0080\u0093200. \u00E2\u0086\u0092 pages 83 [Fu\u00CC\u0088r83] Z. Fu\u00CC\u0088redi, personal communication, 1983. \u00E2\u0086\u0092 pages 15 [Fu\u00CC\u0088r96] Z. Fu\u00CC\u0088redi, Combinatorics, Probability and Computing 5 (1996), 29\u00E2\u0080\u009333. \u00E2\u0086\u0092 pages 30, 123 [Gro80] H.O.F. Gronau, An extremal set problem, Studia Sci.Math. Hungar 15 (1980), 29\u00E2\u0080\u009330. \u00E2\u0086\u0092 pages 83 [Juk01] S. Jukna, Extremal combinatorics with applications in computer science, Springer-Verlag, 2001. \u00E2\u0086\u0092 pages 29 [KM07] M. Klazar and A. Marcus, Extensions of the linear bound in the Fu\u00CC\u0088redi-Hajnal conjecture, Advances in Applied Mathematics 38 (2007), 258\u00E2\u0080\u0093266. \u00E2\u0086\u0092 pages 123, 124, 125, 128, 129 163 [KST54] Ko\u00CC\u0088vari, V. So\u00CC\u0081s, and P. Tura\u00CC\u0081n, On a problem of K. Zarankiewicz, Colloq. Math. 3 (1954), 50\u00E2\u0080\u009357. \u00E2\u0086\u0092 pages 30, 123, 140 [Man07] Problem 28 soln by H. Gouwentak, W. Mantel, J. Teixeira de Mattes, F. Schuh, and W.A. Wythoff, Wiskundige Opgavem 10 (1907), 60\u00E2\u0080\u009361. \u00E2\u0086\u0092 pages 29 [Mat02] Jiri Matousek, Lectures in discrete geometry, Springer, 2002. \u00E2\u0086\u0092 pages 32 [MT04] A. Marcus and G. Tardos, Excluded permutation matrices and the Stanley-Wilf Conjecture, Journal of Combinatorial Theory Ser. A 107 (2004), 153\u00E2\u0080\u0093160. \u00E2\u0086\u0092 pages 123, 124, 125 [MZ07] D. Mubayi and Y. Zhao, Forbidding complete hypergraphs as traces, Graphs and Combinatorics 23 (2007), 667\u00E2\u0080\u0093679. \u00E2\u0086\u0092 pages 32 [O\u00E2\u0080\u0099R87] Joseph O\u00E2\u0080\u0099Rourke, Art gallery theorems and algorithms, Oxford University Press, 1987. \u00E2\u0086\u0092 pages 32 [Ram30] F. P. Ramsey, On a problem of formal logic, Proceedings London Mathematical Society s2 30 (1) (1930), 264\u00E2\u0080\u0093286. \u00E2\u0086\u0092 pages 31, 118 [Sau72] N. Sauer, On the density of families of sets, Journal of Combinatorial Theory. Series A 13 (1972), 145\u00E2\u0080\u0093147. \u00E2\u0086\u0092 pages 15 [She72] S. Shelah, A combinatorial problem: Stability and order for models and theories in infinitary languages, Pacific Journal of Mathematics 4 (1972), 247\u00E2\u0080\u0093261. \u00E2\u0086\u0092 pages 15 [Spe28] Emanuel Sperner, Ein satz u\u00CC\u0088ber untermengen einer endlichen menge, Mathema- tische Zeitschrift 27 (1) (1928), 544\u00E2\u0080\u0093548. \u00E2\u0086\u0092 pages 31 [Ste78] J. M. Steele, Empirical discrepancies and subadditive processes, Annals of Prob- ability 6(1) (1978), 118\u00E2\u0080\u0093227. \u00E2\u0086\u0092 pages 32 [Tar05] G. Tardos, On 0-1 matrices and small excluded submatrices, Journal of Combi- natorial Theory Series A 111 (2005), 266\u00E2\u0080\u0093288. \u00E2\u0086\u0092 pages 123 [Tur41] P. Tura\u00CC\u0081n, On an extremal problem in graph theory, Matematikai e\u00CC\u0081s Fizikai Lapok 48 (1941), 436\u00E2\u0080\u0093452. \u00E2\u0086\u0092 pages 29 164 [TV06] Terence Tao and Van H. Vu, Additive combinatorics, Cambridge Studies in Ad- vanced Mathematics, Cambridge University Press, 2006. \u00E2\u0086\u0092 pages 32 [Vap00] V.N. Vapnik, The nature of statistical learning theory. information science and statistics, Springer-Verlag, 2000. \u00E2\u0086\u0092 pages 32 [VC68] V. N. Vapnik and A. Ya. Chervonenkis, On the uniform convergence of relative frequencies of events to their probabilities, Soviet Math. Dokl. 9 (1968), 915\u00E2\u0080\u0093918. \u00E2\u0086\u0092 pages 32 [VC71] V.N. Vapnik and A.Ya. Chervonenkis, On the uniform convergence of relative frequencies of events to their probabilities, Theory of Probability and Applica- tions (1971), 264\u00E2\u0080\u0093280. \u00E2\u0086\u0092 pages 15 [Ver05] R. Vershynin, Integer cells in convex sets, Advances in Mathematics 197 (2005), 248\u00E2\u0080\u0093273. \u00E2\u0086\u0092 pages 32 [WD81] R. S. Wencour and R. M. Dudley, Some special Vapnik\u00E2\u0080\u0093Chervonenkis classes, Discrete Mathematics 33(3) (1981), 313\u00E2\u0080\u0093318. \u00E2\u0086\u0092 pages 32 165 Index (p, q)-split, 124 {0, 1}-complement, 6 p1, p2, . . . , pd split, 128 s-boundary case, 18 proji(B), 130 absent, 38 avoids, 11 boundary case, 18 column sum, 5 concatenation, 6 configuration, 10 contain F as a configuration, 11 critical substructure, 82 has no configuration, 11 identity complement Icm, 8 identity matrix Im, 8 implication, 40 impure, 40 inductive child, 35 laminar, 13 long supply, 38 multiplicity, 7 non-essential, 93 pattern, 124 power set, 4 predicted s-boundary case, 18 predicted boundary case, 18 pure, 40 restriction, 7 set system, 4 shifted matrix, 83 short supply, 38 simple, 5 simple configuration, 10 simple hypergraph, 4 standard decomposition, 34 subconfiguration, 11 subtraction, 7 tower matrix Tm, 9 violates an implication, 40 166"@en . "Thesis/Dissertation"@en . "2011-11"@en . "10.14288/1.0072028"@en . "eng"@en . "Mathematics"@en . "Vancouver : University of British Columbia Library"@en . "University of British Columbia"@en . "Attribution 3.0 Unported"@en . "http://creativecommons.org/licenses/by/3.0/"@en . "Graduate"@en . "Forbidden configurations"@en . "Text"@en . "http://hdl.handle.net/2429/36598"@en .