Order from Chaos. Nebraska Wesleyan University Mathematics Circle

Similar documents
Order from Chaos. University of Nebraska-Lincoln Discrete Mathematics Seminar

Ramsey s Theorem on Graphs

Matchings, Ramsey Theory, And Other Graph Fun

In our first lecture on sets and set theory, we introduced a bunch of new symbols and terminology.

3 Fractional Ramsey Numbers

HW Graph Theory SOLUTIONS (hbovik) - Q

AXIOMS FOR THE INTEGERS

1 Counting triangles and cliques

Formal Methods of Software Design, Eric Hehner, segment 24 page 1 out of 5

Material from Recitation 1

Notebook Assignments

An Investigation of the Planarity Condition of Grötzsch s Theorem

2010 SMT Power Round

Discovering. Algebra. An Investigative Approach. Condensed Lessons for Make-up Work

Kuratowski Notes , Fall 2005, Prof. Peter Shor Revised Fall 2007

Ma/CS 6b Class 12: Ramsey Theory

Graph Theory Part Two

(Refer Slide Time: 01.26)

Intro. Scheme Basics. scm> 5 5. scm>

Grades 7 & 8, Math Circles 31 October/1/2 November, Graph Theory

(Refer Slide Time: 02.06)

MITOCW watch?v=zm5mw5nkzjg

A Reduction of Conway s Thrackle Conjecture

Extra Practice Problems 2

Ma/CS 6b Class 10: Ramsey Theory

Lecture 3: Recursion; Structural Induction

On ɛ-unit distance graphs

A NOTE ON ON-LINE RAMSEY NUMBERS FOR QUADRILATERALS. Joanna Cyman and Tomasz Dzido

3.7. Vertex and tangent

What we still don t know about addition and multiplication

A Solidify Understanding Task

1. The following graph is not Eulerian. Make it into an Eulerian graph by adding as few edges as possible.

Direct Variations DIRECT AND INVERSE VARIATIONS 19. Name

Chapter 7. Polygons, Circles, Stars and Stuff

UNM - PNM STATEWIDE MATHEMATICS CONTEST XLI. February 7, 2009 Second Round Three Hours

What we still don t know about addition and multiplication

Recitation 4: Elimination algorithm, reconstituted graph, triangulation

2. Draw a non-isosceles triangle. Now make a template of this triangle out of cardstock or cardboard.

Analogy :24:47 / rev ebd

CS2 Algorithms and Data Structures Note 10. Depth-First Search and Topological Sorting

Instructor: Paul Zeitz, University of San Francisco

Formal Methods of Software Design, Eric Hehner, segment 1 page 1 out of 5

4. Write sets of directions for how to check for direct variation. How to check for direct variation by analyzing the graph :

9. MATHEMATICIANS ARE FOND OF COLLECTIONS

Math Dr. Miller - Constructing in Sketchpad (tm) - Due via by Friday, Mar. 18, 2016

Devel::Cover - An Introduction

Discrete Dynamical Systems: A Pathway for Students to Become Enchanted with Mathematics

Computation Club: Gödel s theorem

Graph theory was invented by a mathematician named Euler in the 18th century. We will see some of the problems which motivated its study.

Michael Greenberg. September 13, 2004

The Game of Criss-Cross

Math 311. Trees Name: A Candel CSUN Math

A simple problem that has a solution that is far deeper than expected!

γ(ɛ) (a, b) (a, d) (d, a) (a, b) (c, d) (d, d) (e, e) (e, a) (e, e) (a) Draw a picture of G.

An Interesting Way to Combine Numbers

A Theorem of Ramsey- Ramsey s Number

Solution Guide for Chapter 20

MITOCW watch?v=4dj1oguwtem

i W E I R D U T O P I A i

ACT Math test Plane Geometry Review

Lecture 1: An Introduction to Graph Theory

Divisibility Rules and Their Explanations

Chapter 3. Set Theory. 3.1 What is a Set?

Typing Control. Chapter Conditionals

ACT SparkNotes Test Prep: Plane Geometry

Graph Theory. 26 March Graph Theory 26 March /29

introduction to Programming in C Department of Computer Science and Engineering Lecture No. #40 Recursion Linear Recursion

Snowflake Numbers. A look at the Collatz Conjecture in a recreational manner. By Sir Charles W. Shults III

CS40-S13: Functional Completeness

Structures of Expressions

Lecture 20 : Trees DRAFT

CS103 Handout 29 Winter 2018 February 9, 2018 Inductive Proofwriting Checklist

14 More Graphs: Euler Tours and Hamilton Cycles

Some Extra Information on Graph Search

(Refer Slide Time: 06:01)

1.7 The Heine-Borel Covering Theorem; open sets, compact sets

Party hard! The maths of connections. Colva Roney-Dougal. March 23rd, University of St Andrews

CS261: A Second Course in Algorithms Lecture #14: Online Bipartite Matching

5 R1 The one green in the same place so either of these could be green.

Slide Set 5. for ENEL 353 Fall Steve Norman, PhD, PEng. Electrical & Computer Engineering Schulich School of Engineering University of Calgary

code-it.co.uk Exploring Regular 2D Shapes & Patterns using sequence, repetition, nested loops, Program Aim: Program regular 2D shapes

14.1 Encoding for different models of computation

Planar Graphs and Surfaces. Graphs 2 1/58

PRIMES Circle: High School Math Enrichment at MIT

(Refer Slide Time 6:48)

MC 302 GRAPH THEORY 10/1/13 Solutions to HW #2 50 points + 6 XC points

Intro to Python Programming

Treaps. 1 Binary Search Trees (BSTs) CSE341T/CSE549T 11/05/2014. Lecture 19

Unit 1, Lesson 1: Moving in the Plane

Which n-venn diagrams can be drawn with convex k-gons?

Today. Types of graphs. Complete Graphs. Trees. Hypercubes.

Figure 4.1: The evolution of a rooted tree.

POLYHEDRAL GEOMETRY. Convex functions and sets. Mathematical Programming Niels Lauritzen Recall that a subset C R n is convex if

Forbidden Minors for a Pursuit Game on Graphs

To prove something about all Boolean expressions, we will need the following induction principle: Axiom 7.1 (Induction over Boolean expressions):

n! = 1 * 2 * 3 * 4 * * (n-1) * n

1.7 Limit of a Function

Senior Math Circles November 25, 2009 Graph Theory II

What we still don t know about addition and multiplication

Natural Numbers. We will use natural numbers to illustrate several ideas that will apply to Haskell data types in general.

Transcription:

Order from Chaos Nebraska Wesleyan University Mathematics Circle Austin Mohr Department of Mathematics Nebraska Wesleyan University February 2, 20

The (, )-Puzzle Start by drawing six dots at the corners of a hexagon. One player takes a blue pen. The other player takes a red pen. At any time, a player may connect any two unconnected dots with their pen. Players need not take turns. If three dots ever form a triangle of a single color, both players immediately lose. If all fifteen possible connections are drawn without forming any triangles, both players win. Blue triangle Red triangle Work with your partner to find a solution to this puzzle. Please wait for the moderator before proceeding. 2

Triangles Are Unavoidable You may be getting the feeling that the (, )-Puzzle is unsolvable. You currently face a common mathematical dilemma: Do we keep searching for a solution, or do we try to prove that no solution exists? We ve already spent a bit of time with the former, so let s give the latter a try. Mathematicians call the dots in our pictures vertices and the connections between them edges. The object of our current interest is called the complete graph on six vertices (often abbreviated K 6 ). It is complete in the sense that every pair of vertices is connected by an edge. Here are a bunch of other complete graphs. Notice that a triangle is really just a K. 2 2 2 K 2 K K 2 2 6 K K 6 We should clarify a couple things about graphs. The way we are using the word graph in this context has nothing to do with graphs of functions from algebra and calculus. There is no geometric significance to the way a graph is drawn on paper. All that a graph knows is whether two vertices are connected by an edge or not. In particular, an edge always connects exactly two vertices (even if you might draw it in a funny way that appears to connect fewer or more vertices).

Our guess that the (, )-Puzzle has no solution on six vertices can be expressed in the language of graphs. Conjecture. If one colors every edge of K 6 either red or blue, there will always be three vertices that form a monochromatic K (that is, a triangle that is all red or all blue). Here is a crucial observation: Since vertex has five edges connected to it, one of the colors forms a strict majority of at least three edges. In the pictures below, we consider examples of majorities at vertex. There are still many more edges to be added to form a complete graph (all the edges between vertices 2,,,, and 6). 2 2 6 6 Example of blue majority Example of red majority. Consider the blue majority in the example. There are still lots of edges to add between vertices 2,, and. What structure is formed if even one these edges is blue? 2. The alternative in this example blue majority is that every edge between vertices 2,, and is red. What structure is formed in this case?. Are your conclusions specific to this example, or do they always apply when there is a blue majority?. Can you construct a similar argument when there is a red majority? According to this line of reasoning, every coloration of K 6 contains a monochromatic triangle. In other words, the (, )-Puzzle has no solution on six vertices. This fact has an interesting consequence on social networks.. Invite any six people in the world to a party. No matter who is invited, we can always find three of them who are mutual acquaintances (i.e., all three have met each other before) or three of them who are mutual strangers (i.e., none of these three people have ever met before). How can we justify this phenomenon? It is natural to wonder whether there is anything special about the number six. 6. Is there a solution to the (, )-Puzzle on seven vertices? What about even more vertices? 7. Is there a solution to the (, )-Puzzle on five vertices? What about even fewer vertices? Please wait for the moderator before proceeding.

Ramsey Numbers We have proven two interesting facts about the (, )-Puzzle. If there are six or more vertices, then the (, )-Puzzle has no solution. If there are five or fewer vertices, then the (, )-Puzzle has a solution. In other words, six is the smallest number of vertices for which the (, )-Puzzle is unsolvable. Mathematicians condense this fact even further by writing R (, ) = 6. (The lefthand side is typically read aloud as R three three.) The R stands for Frank Ramsey, the economist who first thought about the puzzle. It is in his honor that the numbers we are investigating are called Ramsey numbers. The first indicates that the players can lose by drawing a blue K (that is, a triangle). The second indicates that the players can also lose by drawing a red K. With this notation, we can extend the puzzle to other kinds of blue or red graphs. The (m, n)-puzzle (for any whole numbers m and n) Start by drawing several vertices on the circumference of a circle. You can draw as many as you like. Each number of vertices is a different version of the puzzle. One player takes a blue pen. The other player takes a red pen. At any time, a player may connect any two unconnected dots with their pen. Players need not take turns. If m dots ever form a blue K m, both players immediately lose. If n dots ever form a red K n, both players immediately lose. If all possible connections are drawn without forming either of these two graphs, both players win. Our experience with the (, )-Puzzle tells us that the (m, n)-puzzle may become unsolvable if too many vertices are drawn, so we make the following definition. Definition. Let m and n be any whole numbers. The Ramsey number R (m, n) is the smallest number of vertices for which the (m, n)-puzzle is unsolvable. To rephrase this in terms of social networks, R (m, n) stands for the minimum number of people you would need to invite to your party to guarantee that either m of them are mutual acquaintances or n of them are mutual strangers. 8. What is R (2, )? (Can you solve the (2, )-Puzzle on two vertices? What about three vertices?) 9. What is R (2, )? (Can you solve the (2, )-Puzzle on three vertices? What about four vertices?) 0. What is R (2, n) for any whole number n? (Can you solve the (2, n)-puzzle on n vertices? What about n vertices?)

We can modify our majority argument from earlier to prove R (, ) 2. In words, we will prove the (, )-Puzzle on twelve vertices is unsolvable. Restrict your attention for a moment to vertex. It has eleven edges connected to it. No matter how these edges are colored, there must be a blue majority or a red majority. If there is a blue majority, then there are at least six blue edges connected to vertex.. Try adding the edges within the K 6. Will you always form a blue K or a red K? Why? If there is a red majority, then there are at least six red edges connected to vertex. 2. Try adding the edges within the K 6. Will you always form a blue K or a red K? Why? (For this one, it is helpful to remember that R (, ) = 6.) In either case (blue majority or red majority), we cannot complete the (, )-Puzzle. Since we are working on a twelve vertex board, we have proven R (, ) 2.. The exact value for R (, ) is actually lower than 2. See if you can revise your proof to make it work with fewer vertices. Please wait for the moderator before proceeding. 6

Every Ramsey Number Exists We ve proven some results about a handful of Ramsey numbers so far, but does R (m, n) exist for any whole numbers m and n? For example, does the (000, 000)-Puzzle become unsolvable for a large enough number of vertices? In other words, can we really throw a large enough party that guarantees either,000 mutual acquaintances or,000 mutual strangers? (Caveat: The number of people we would need to invite far exceeds the number of people who have ever lived.) We will make use of a technique called recursion, which means we use smaller Ramsey numbers to prove that larger Ramsey numbers exist. We ve actually used this technique already - we used the fact that R (, ) exists to prove that R (, ) exists. Let s take one more step and prove that R (, ) exists. To do so, we rely on the fact that R (, ) and R (, ) exist (in fact, they are equal to each other). Proposition. R (, ) R (, ) + R (, ), and therefore R (, ) exists. Take a moment to digest what the inequality says. Remember R (, ) and R (, ) are just numbers. (We proved that this number is no bigger than 2, and in fact the correct value is smaller.) The proposition says that the (, )-Puzzle on R (, ) + R (, ) vertices is unsolvable. Let us trying solving the (, )-Puzzle on R (, ) + R (, ) vertices. Restrict your attention for a moment to vertex. It has R (, ) + R (, ) - edges connected to it. No matter how the graph is colored, one of the following two statements must be true: at least R (, ) of these edges is blue, or at least R (, ) of these edges is red. This seems strange at first, but believe for a moment that both statements are false. According to this belief, there are at most R (, ) blue edges and at most R (, ) red edges, which is only R (, ) + R (, ) - 2 edges in total. Since the belief leads to a contradiction (R (, ) + R (, ) - 2 edges instead of the required R (, ) + R (, ) - ), we reject it. Consider the case in which there are at least R (, ) blue edges connected to vertex.... K R(,). According to the definition of R (, ), one of two structures must appear in the lower circle. What are they?. Based on the previous answer, can you guarantee that there is either a blue K or a red K in the overall picture? (Don t forget about vertex.) 7

In the remaining case, there are at least R (, ) red edges connected to vertex.... K R(,) 6. According to the definition of R (, ), one of two structures must appear in the lower circle. What are they? 7. Based on the previous answer, can you guarantee that there is either a blue K or a red K in the overall picture? (Don t forget about vertex.) If we are careful with our record-keeping, we ll notice that we ve exhausted every possibility for colorations of this graph. In each case, we discover either a blue K or a red K, which means R (, ) R (, ) + R (, ). We can duplicate this proof as many times as we like, each time stepping up the size of the blue or red complete graph we desire. For example, we might prove all the Ramsey numbers with a blue K exist as follows: R (, ) R (2, ) + R (, ), so R (, ) exists. R (, 6) R (2, 6) + R (, ), so R (, 6) exists. R (, 7) R (2, 7) + R (, 6), so R (, 7) exists. Notice each subsequent proof uses a Ramsey number that has just been shown to exist. 8. Replace the question marks to make a reasonable conjecture: R (, ) R (?,?) + R (?,?). 9. Mimic the proof we used for R (, ) to prove your conjecture about R (, ). While these individual proofs are nice to help us understand Ramsey numbers, a mathematician would never dream of proving all these claims one by one. There are an infinite number of possibilities, and we don t have time to prove each one separately. The technique of mathematical induction allows one to prove an infinite number of statements at once. Using this technique, we could show that every Ramsey number exists with a single proof that is extremely similar to the one we gave for R (, ). Theorem. For any whole numbers m and n, and therefore R (m, n) exists. R (m, n) R (m, n) + R (m, n ), Please wait for the moderator before proceeding. 8

More About Ramsey Numbers To prove a statement like R (, ) >, we produced a specific coloration of K that contained neither a blue K nor a red K. As you can imagine, this becomes very difficult to accomplish for large Ramsey numbers. Paul Erdős (who is an interesting character in his own right) is perhaps most famous for his development of the probabilistic method, which allows one to prove that an object exists without actually constructing it. (If it sounds like magic, that s because it is.) In the context of Ramsey numbers, Erdős showed that there is a coloration of the complete graph on 2 m 2 vertices that contains neither a blue K m nor a red K m, which means R (m, m) > 2 m 2 for every whole number m. His proof shows that such a coloration exists, but does not tell what it actually looks like, which is simultaneously the most beautiful and the most frustrating aspect of the probabilistic method. Learn more: tinyurl.com/ramseylower While we re on the subject of R (m, m), the theorem at the end of the previous section can be used to provide an explicit (rather than recursive) upper bound. Recall that R (m, n) = R (n, m), since we are just switching what we mean by blue and red. According to the theorem, R (m, m) R (m, m) + R (m, m ) = 2R (m, m). Essentially, this means it costs a factor of 2 to increase one of the colors by a single vertex, and thus a factor of jump from R (m, m ) to R (m, m). With a little care, one can use this observation to prove R (m, m) m. This means that every coloration of K m must contain a monochromatic K m. Taking the first two points together, we know 2 m 2 < R (m, m) m. Even though many talented mathematicians have been thinking about this problem for nearly 00 years, no substantial improvements have been made to these bounds. Very few Ramsey numbers are known exactly, but mathematicians work on narrowing the range of particular values. For example, it is known that 0 R (, 0) 2. A straightforward computer search through all the colorations on even 0 vertices would require much longer than the age of the universe to complete, so it will take considerable ingenuity to determine R (, 0) exactly. Learn more: tinyurl.com/smallramsey One could ask about Ramsey numbers that use more than two colors. For example, R (,, ) would be the number of vertices needed so that every coloration of the complete graph contains either a yellow K, a red K, or a green K. The only three-color Ramsey number that is known exactly is R (,, ) = 7. The following coloration of K 6 has no monochromatic triangle in any of the three colors and gives some sense of how complicated it is to work with more than two colors. Essentially the same proof that shows Ramsey numbers always exist for two colors can be used to show Ramsey numbers always exist for any number of colors. For example, every coloration of a big enough complete graph using,000 different colors must contain a monochromatic K,000,000. Learn more: tinyurl.com/ramsey Allow me to write K to mean a complete graph on an infinite number of vertices. There is an infinite version of Ramsey s theorem with a marvelous proof: Every coloration of K contains a monochromatic K. Order from chaos, indeed. Learn more: tinyurl.com/ramseyinfinite 9