6c Lecture 3 & 4: April 8 & 10, 2014

Similar documents
Lecture 1. 1 Notation

Treewidth and graph minors

THREE LECTURES ON BASIC TOPOLOGY. 1. Basic notions.

Binary Decision Diagrams

Lecture 3: Tilings and undecidability

A GRAPH FROM THE VIEWPOINT OF ALGEBRAIC TOPOLOGY

Lecture 15: The subspace topology, Closed sets

Number Theory and Graph Theory

Penrose Tilings. Thomas Fernique. Moscow, Spring 2011

Point-Set Topology 1. TOPOLOGICAL SPACES AND CONTINUOUS FUNCTIONS

On the undecidability of the tiling problem. Jarkko Kari. Mathematics Department, University of Turku, Finland

An Eternal Domination Problem in Grids

The Resolution Algorithm

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

Fixed-Parameter Algorithms, IA166

1 Matchings in Graphs

These notes present some properties of chordal graphs, a set of undirected graphs that are important for undirected graphical models.

8.1 Basic notions, facts and techniques

ON SWELL COLORED COMPLETE GRAPHS

Bipartite Roots of Graphs

simply ordered sets. We ll state only the result here, since the proof is given in Munkres.

Lecture 19 Thursday, March 29. Examples of isomorphic, and non-isomorphic graphs will be given in class.

Planar graphs. Chapter 8

Matching Algorithms. Proof. If a bipartite graph has a perfect matching, then it is easy to see that the right hand side is a necessary condition.

Discrete mathematics

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

K 4,4 e Has No Finite Planar Cover

TOPOLOGY, DR. BLOCK, FALL 2015, NOTES, PART 3.

However, this is not always true! For example, this fails if both A and B are closed and unbounded (find an example).

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

Lecture 20 : Trees DRAFT

Lecture 2 - Graph Theory Fundamentals - Reachability and Exploration 1

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

CSE 21 Mathematics for Algorithm and System Analysis

Characterizations of graph classes by forbidden configurations

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

Topology and Topological Spaces

INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES


Lecture 17: Continuous Functions

2. Lecture notes on non-bipartite matching

Chapter 11: Graphs and Trees. March 23, 2008

6. Lecture notes on matroid intersection

Lecture 4: examples of topological spaces, coarser and finer topologies, bases and closed sets

Paths, Flowers and Vertex Cover

Graph Connectivity G G G

8 Colouring Planar Graphs

v V Question: How many edges are there in a graph with 10 vertices each of degree 6?

HW Graph Theory Name (andrewid) - X. 1: Draw K 7 on a torus with no edge crossings.

Topological properties of convex sets

Graph Theory Questions from Past Papers

On vertex types of graphs

The following is a summary, hand-waving certain things which actually should be proven.

Modular Representations of Graphs

Discrete mathematics II. - Graphs

CHAPTER 8. Copyright Cengage Learning. All rights reserved.

K 4 C 5. Figure 4.5: Some well known family of graphs

Discrete Mathematics and Probability Theory Fall 2009 Satish Rao,David Tse Note 8

Graph Algorithms Using Depth First Search

Noncrossing Trees and Noncrossing Graphs

The self-minor conjecture for infinite trees

Cardinality Lectures

Discrete Mathematics for CS Spring 2008 David Wagner Note 13. An Introduction to Graphs

A Reduction of Conway s Thrackle Conjecture

Induction Review. Graphs. EECS 310: Discrete Math Lecture 5 Graph Theory, Matching. Common Graphs. a set of edges or collection of two-elt subsets

Face Width and Graph Embeddings of face-width 2 and 3

Lecture : Topological Space

Advanced Combinatorial Optimization September 17, Lecture 3. Sketch some results regarding ear-decompositions and factor-critical graphs.

Partitioning Complete Multipartite Graphs by Monochromatic Trees

Lecture 2 : Counting X-trees

Characterizing Graphs (3) Characterizing Graphs (1) Characterizing Graphs (2) Characterizing Graphs (4)

Topology 550A Homework 3, Week 3 (Corrections: February 22, 2012)

Complete Cototal Domination

Lemma. Let G be a graph and e an edge of G. Then e is a bridge of G if and only if e does not lie in any cycle of G.

Matching Theory. Figure 1: Is this graph bipartite?

Lecture 4: 3SAT and Latin Squares. 1 Partial Latin Squares Completable in Polynomial Time

Module 11. Directed Graphs. Contents

Math 776 Graph Theory Lecture Note 1 Basic concepts

Interleaving Schemes on Circulant Graphs with Two Offsets

Cartesian Products of Graphs and Metric Spaces

Cantor s Diagonal Argument for Different Levels of Infinity

A note on isolate domination

Chapter Summary. Mathematical Induction Recursive Definitions Structural Induction Recursive Algorithms

arxiv: v1 [math.gr] 21 Sep 2018

Graph Theory CS/Math231 Discrete Mathematics Spring2015

Math 443/543 Graph Theory Notes 11: Graph minors and Kuratowski s Theorem

CSC Discrete Math I, Spring Sets

Notes for Recitation 8

Simplicial Complexes: Second Lecture

Line Graphs and Circulants

Slides for Faculty Oxford University Press All rights reserved.

Chapter 6. Planar Orientations. 6.1 Numberings of Digraphs

CPS 102: Discrete Mathematics. Quiz 3 Date: Wednesday November 30, Instructor: Bruce Maggs NAME: Prob # Score. Total 60

On Sequential Topogenic Graphs

Dominating Sets in Triangulations on Surfaces

Planar graphs. Math Prof. Kindred - Lecture 16 Page 1

Planar Graphs. 1 Graphs and maps. 1.1 Planarity and duality

14 More Graphs: Euler Tours and Hamilton Cycles

Definition For vertices u, v V (G), the distance from u to v, denoted d(u, v), in G is the length of a shortest u, v-path. 1

FURTHER APPLICATIONS OF CLUTTER DOMINATION PARAMETERS TO PROJECTIVE DIMENSION

Transcription:

6c Lecture 3 & 4: April 8 & 10, 2014 3.1 Graphs and trees We begin by recalling some basic definitions from graph theory. Definition 3.1. A (undirected, simple) graph consists of a set of vertices V and a set E V V of edges with the property that for every x, y V we have: 1. (x, x) / E. 2. (x, y) E iff (y, x) E. If (x, y) E, then we say that x and y are adjacent Graphically, we represent graphs by drawing points to represent the vertices, and lines between them to represent the edges. For example, the graph whose vertices are {a, b, c, d, e, f}, and whose edges are {(a, d), (d, a), (a, e), (e, a), (a, f), (f, a), (b, d), (d, b), (b, e), (e, b), we can represent using the following picture: (b, f), (f, b), (c, d), (d, c), (c, e), (e, c), (c, f), (f, c)} a b c d e f Definition 3.2. A path from x to y in a graph is a finite sequence of distinct vertices x 0, x 1,..., x n where x 0 = x, x n = y, and for each i < n, (x i, x i+1 ) is an edge. Definition 3.3. A graph is connected if for each two vertices x, y in the graph, there is a path from x to y. Definition 3.4. A cycle in a graph is a finite sequence of vertices x 0, x 1, x 2,..., x n, where n 3, x 0 = x n, (x i, x i+1 ) is an edge for every i < n, and x i x j for all i, j < n. For example, the sequence a, d, b, f, a is a cycle in the above graph, while a, d, b, a is not (since (b, a) is not an edge), and neither is a, d, e, c (since a and c are not equal) or a, d, a (since the length must be at least 3). Note that if x 0, x 1, x 2,..., x n is a cycle, then the sequence x 0,..., x n 1 must be a path in the graph. 1

Definition 3.5. A tree is a connected graph having no cycles. Equivalently, a tree is a graph such that for every two vertices x, y in the graph, there is a unique path from x to y. So for example, the graph we have drawn above is not a tree. However, the following graph is: a b c d e f Definition 3.6. A rooted tree is a tree with a distinguished vertex called the root. We will generally use v 0 to denote the root of a tree. Note that in a rooted tree, for every vertex v, there is a unique path v 0, v 1,..., v n = v from the root to v. We say that a vertex is on level n when the length of this path is n. Give a vertex v v 0 in a rooted tree, its parent is the vertex v n 1 such that v 0,..., v n 1, v n = v is the unique path from v 0 to v. The children of a vertex v is the set of all vertices having v as their parent. v 0 v 1, the parent of v 2 v 2 children of v 2 3.2 König s lemma and compactness Definition 3.7. An infinite branch of a rooted tree T is an infinite sequence starting at the root v 0, v 1, v 2,... such that for every i, v i+1 is a child of v i. Definition 3.8. A rooted tree is said to be finitely splitting if each node has only finitely many children. Theorem 3.9 (König s lemma). Suppose T is a finitely splitting tree with infinitely many vertices. Then T has an infinite branch. 2

Recall the pigeon-hole principle for infinite sets. If S 0 S 1... S n is infinite, then some S i must be infinite. (This is the contrapositive of the obvious fact that a finite union of finite sets is finite). The key to proving König s lemma is to repeatedly use the pigeon-hole principle to find a sequence v 0, v 1,... of vertices such that each v i has infinitely many vertices below it in the tree. Proof of König s lemma. Given in class. Note that we need the condition that the graph is finitely splitting for König s lemma to be true. For example, consider the rooted tree whose root has infinitely many children labeled {1, 2, 3,...} but has no other vertices. As a sidenote for those who know some topology, König s lemma is very closely related to compactness. For example, it is a good exercise to show that from König s lemma one can easily prove the Heine-Borel theorem that the unit interval is compact. That is, if [0, 1] is covered by infinitely many open intervals of the form (a i, b i ), then there is a finite subset of these open intervals which still covers [0, 1]. König s lemma also is easily seen to be a simple reformulation of the compactness of Cantor space. We are now ready to give some applications of König s lemma. As an abstract principle, König s lemma excels at taking a collection of finite objects, and converting them into a single coherent infinite object. 3.3 Graph colorings Definition 3.10. A k-coloring of a graph is a function assigning one of the numbers {1,..., k} to each vertex of the graph such that adjacent vertices are assigned different numbers. Recall also that given a set S of the vertices of a graph G, the induced subgraph of G on the set of vertices S is the graph G whose vertices consist just of the vertices of S, and where there is an edge between two vertices in G iff there is an edge between those vertices in G. Theorem 3.11. Suppose that G is an infinite graph on the set of vertices {x 1, x 2,...}. Then G has a k-coloring iff every finite induced subgraph of G has a k-coloring. Proof. The direction is easy, since a k-coloring of G obviously gives a k- coloring of all of its induced subgraphs, simply by restricting the coloring to any smaller set of vertices. To prove the direction, we will use König s lemma to combine colorings of finite induced subgraphs of G to yield a single coloring of all of G. Consider the tree T whose nth level consists of k-colorings of the induced subgraph of G on the set {x 1,..., x n }, and where such a coloring c on {x 1,..., x n } is a child of a coloring c on {x 1,..., x n 1 } iff c assigns the same colors as c to the vertices x 1,..., x n 1. It is easy to check that T is finitely splitting, since there are only finitely many possible colorings of the vertices {x 1,..., x n }, and 3

T is also infinite, since for every n, by assumption there is at least one k-coloring of the induced subgraph on {x 1,..., x n }. Hence, by König s lemma there is an infinite branch in the tree T. Two colorings on this infinite branch always agree on what color is assigned to a vertex whenever it occurs in both their domains by definition. Hence, by combining all these colorings, we obtain a single coloring of all of G. For those who know somthing about topology and cardinality, it is a good exercise to show that the above theorem is true also for uncountable graphs G. 3.4 Tiling problems A Wang tile is a square tile whose edges have each been assigned a color. A tileset is a finite set of Wang tiles. For example, here is a picture of a tileset of size 3: A tiling using a tileset is an arrangement of these tiles in a grid, where edges of adjacent tiles match each other. In a tiling we may repeat any tile as many times as we like, however, each tile may only be translated horizontally and vertically (and not reflected or rotated). Here is a picture of a tiling using the above three tiles: Note that by repeating the above pattern over and over, we can tile the entire infinite plane. This gives an example of a periodic tiling, a tiling such that there is some m n rectangle such that the tiling consists entirely of this rectangle repeatedly translated. Now using König s lemma, we can prove the following theorem: 4

Theorem 3.12. A finite set of Wang tiles can tile the infinite plane iff it can tile every n n square. Proof. Given in class. In 1961 Hao Wang conjectured the following: Conjecture 3.13 (Wang s conjecture). A finite tileset can tile the infinite plane iff it has a periodic tiling. If Wang s conjecture were true, it would have the following nice consequence: Proposition 3.14. If Wang s conjecture is true, then there is an algorithm for checking (in a finite time, always outputting the correct answer) whether a finite tileset can tile the infinite plane. Proof. The algorithm goes as follows. For each n in order, check first whether there is an n m rectangle for any m < n which can periodically tile the plane (if so output that there is a tiling of the plane). Then check if there no tiling at all of an n n square (if there is none, then output that there is no tiling of the plane). This algorithm will always halt assuming Wang s conjecture, since either there is a tiling of the plane (and hence a periodic tiling by Wang s conjecture which we will eventually find), or there is no tiling of the plane (and hence by our above theorem no tiling of some n n rectangle, which we will eventually find). In 1966, Berger proved a startling result refuting Wang s conjecture in a strong way. Theorem 3.15 (Berger). There is no algorithm for checking in a finite amount of time whether a given finite tileset can tile the infinite plane. We will discuss the proof of Berger s theorem later in the class. However, note that Berger s theorem implies that Wang s conjecture is false (since we have shown that it would give such an algorithm). In fact, by the contrapositive of Proposition 3.14, it implies that there is a finite set of tiles which can tile the infinite plane, but only aperiodically. An example of such a set of tiles is shown below, taken from http://en.wikipedia.org/wiki/file:wang tesselation.svg 5

3.5 The compactness theorem for propositional logic We now use Ko nig s lemma to prove the compactness theorem for propositional logic. We will give two versions of the compactness theorem. The first is as follows: Theorem 3.16 (The compactness theorem for propositional logic, I). If S = {φ1, φ2,...} is a set of formulas in the propositional variables {p1, p2,...}, then S is satisfiable iff every finite subset of S is satisfiable. Proof. The proof was given in class, and was quite similar in spirit to Theorem 3.11. The direction is trivial. For the direction, we made a tree whose nth level consists of valuations of the variables {p1,..., pn } that do not make the formulas φ1,..., φn false, arranged by compatibility. Then we showed that an infinite branch gave a valuation of {p1, p2,...} making all the formulas of S true. We next give another version of the compactness theorem. However, first we will need the following lemma: 6

Lemma 3.17. Suppose φ is a formula and S is a set of formulas. implies φ iff S { φ} is unsatisfiable. Then S Proof. If S implies φ, then every valuation making the formulas of S true make φ true. Hence, there is no valuation making all the formulas of S true and φ false. Hence, S { φ} is unsatisfiable. Conversely, if S { φ} is unsatisfiable, it must be that every valuation making all the formulas of S true makes φ false. Hence, every valuation making all the formulas of S true must make φ true. Hence S implies φ. Theorem 3.18 (The compactness theorem for propositional logic, II). Suppose φ is a formula and S = {φ 0, φ 1,...} is a set of formulas. Then S implies ψ iff there is a finite subset S S such that S implies φ. Proof. S implies ψ iff S { ψ} is unsatisfiable (by Lemma 3.17) iff there is a finite subset of S { ψ} that is unsatisfiable (by the compactness theorem) iff there is a finite subset S S such that S { ψ} is unsatisfiable iff there is a finite subset S S such that S implies ψ (by Lemma 3.17). It is a good exercise to show that version II of the compactness theorem also easily implies version I. 7