A Walk Through Combinatorics
eBook - ePub

A Walk Through Combinatorics

An Introduction to Enumeration and Graph Theory

Mikl??s B??na

Buch teilen
  1. 616 Seiten
  2. English
  3. ePUB (handyfreundlich)
  4. Über iOS und Android verfügbar
eBook - ePub

A Walk Through Combinatorics

An Introduction to Enumeration and Graph Theory

Mikl??s B??na

Angaben zum Buch
Buchvorschau
Inhaltsverzeichnis
Quellenangaben

Über dieses Buch

-->

This is a textbook for an introductory combinatorics course lasting one or two semesters. An extensive list of problems, ranging from routine exercises to research questions, is included. In each section, there are also exercises

Häufig gestellte Fragen

Wie kann ich mein Abo kündigen?
Gehe einfach zum Kontobereich in den Einstellungen und klicke auf „Abo kündigen“ – ganz einfach. Nachdem du gekündigt hast, bleibt deine Mitgliedschaft für den verbleibenden Abozeitraum, den du bereits bezahlt hast, aktiv. Mehr Informationen hier.
(Wie) Kann ich Bücher herunterladen?
Derzeit stehen all unsere auf Mobilgeräte reagierenden ePub-Bücher zum Download über die App zur Verfügung. Die meisten unserer PDFs stehen ebenfalls zum Download bereit; wir arbeiten daran, auch die übrigen PDFs zum Download anzubieten, bei denen dies aktuell noch nicht möglich ist. Weitere Informationen hier.
Welcher Unterschied besteht bei den Preisen zwischen den Aboplänen?
Mit beiden Aboplänen erhältst du vollen Zugang zur Bibliothek und allen Funktionen von Perlego. Die einzigen Unterschiede bestehen im Preis und dem Abozeitraum: Mit dem Jahresabo sparst du auf 12 Monate gerechnet im Vergleich zum Monatsabo rund 30 %.
Was ist Perlego?
Wir sind ein Online-Abodienst für Lehrbücher, bei dem du für weniger als den Preis eines einzelnen Buches pro Monat Zugang zu einer ganzen Online-Bibliothek erhältst. Mit über 1 Million Büchern zu über 1.000 verschiedenen Themen haben wir bestimmt alles, was du brauchst! Weitere Informationen hier.
Unterstützt Perlego Text-zu-Sprache?
Achte auf das Symbol zum Vorlesen in deinem nächsten Buch, um zu sehen, ob du es dir auch anhören kannst. Bei diesem Tool wird dir Text laut vorgelesen, wobei der Text beim Vorlesen auch grafisch hervorgehoben wird. Du kannst das Vorlesen jederzeit anhalten, beschleunigen und verlangsamen. Weitere Informationen hier.
Ist A Walk Through Combinatorics als Online-PDF/ePub verfügbar?
Ja, du hast Zugang zu A Walk Through Combinatorics von Mikl??s B??na im PDF- und/oder ePub-Format sowie zu anderen beliebten Büchern aus Business & Finance. Aus unserem Katalog stehen dir über 1 Million Bücher zur Verfügung.

Information

Verlag
WSPC
Jahr
2016
ISBN
9789813148864
Auflage
4
Thema
Finance

Chapter 13

Does It Clique? Ramsey Theory

Instead of coloring the vertices of our graphs, in this chapter we will color their edges. We will see that this leads to a completely different set of problems. Our first excursion into the land of infinite graphs is also part of this chapter.

13.1 Ramsey Theory for Finite Graphs

Example 13.1. Six people are waiting in the lobby of a hotel. Prove that there are either three of them who know each other, or three of them who do not know each other.
This statement is far from being obvious. We could think that maybe there is some case in which everyone knows roughly half of the other people, and in the company of any three people there will be two people who know each other, and two people who do not. We will prove, however, that this can never happen.
Solution. (of Example 13.1) Take a K6 so that each person corresponds to a vertex. Color the edge joining A and B red if A and B know each other, and blue if they do not. Do this for all 15 edges of the graph. The claim of the example will be proved if we can show that there will always be a triangle with monochromatic edges in our graph.
Take any vertex V of our bicolored graph. As V is of degree five, it must have at least three edges adjacent to it that have the same color. Let us assume without loss of generality that this color is red. Let X, Y and Z be the endpoints of three red edges adjacent to V. (The reader can follow our argument in Figure 13.1, where we denoted red edges by solid lines.)
Now if any edge of the triangle XY Z is red, then that edge, and the two edges joining (the endpoints of) that edge to V are red, so we have a triangle with three red edges. If the triangle XY Z does not have a red edge, then it has three blue edges.
figure
Fig. 13.1 The colors of the edges of the triangle XY Z are crucial.
This beautiful proof is our first example in Ramsey theory. This field is named after Frank Plumpton Ramsey, who was the first person to study this area at the beginning of the twentieth century.
We point out that the result is tight, that is, if there were only five people in the lobby of the hotel, then the same statement would be false. Indeed, take a K5, and draw it as a regular pentagon and its diagonals. Color all five sides red, and all five diagonals blue. As any triangle in this graph contains at least one side and at least one diagonal, there can be no triangles with monochromatic edges.
Instead of taking a K6, and coloring its edges red and blue, we could have just taken a graph H on six vertices in which the edges correspond to people who know each other. In this setup, the edges of H correspond to the former red edges, and the edges of the complement of H correspond to the former blue edges. As a complete subgraph is often called a clique, the statement of Example 13.1 can be reformulated as follows. If H is a simple graph on six vertices, then at least one of H and the complement of H contains a clique of size three.
The arguments used in the proof of Example 13.1 strongly depended on the parameter three, the number of people we wanted to know or not to know each other. What happens if we replace this number three by a larger number? Is it true that if there are sufficiently many people in the lobby, there will always be at least k of them who know each other, or k of them who do not know each other? The following theorem answers this question (in fact, a more general one), in the affirmative.
Theorem 13.2 (Ramsey theorem for graphs). Let k and be two positive integers, both of which is at least two. Then there exists a (minimal) positive integer R(k, ℓ) so that if we color the edges of a complete graph with R(k, ℓ) vertices red and blue, then this graph will either have a Kk subgraph with only red edges, or a K subgraph with only blue edges.
Note that any non-empty set of positive integers has a smallest element. Therefore, if we can show that there exists at least one positive integer with the desired property, then we will have shown that a smallest such integer exists.
Example 13.3. Example 13.1, and the discussion after it shows that R(3, 3) = 6. We also have trivial fact R(2, 2) = 2 relating to the graph with one edge.
Proof. (Of Theorem 13.2) We prove the statement by a new version of mathematical induction on k and . This ...

Inhaltsverzeichnis