Graph Theory Day Four

Similar documents
DO NOT RE-DISTRIBUTE THIS SOLUTION FILE

Adjacent: Two distinct vertices u, v are adjacent if there is an edge with ends u, v. In this case we let uv denote such an edge.

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

Number Theory and Graph Theory

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

Complete Cototal Domination

CHAPTER 2. Graphs. 1. Introduction to Graphs and Graph Isomorphism

Approximation slides 1. An optimal polynomial algorithm for the Vertex Cover and matching in Bipartite graphs

8.2 Paths and Cycles

Assignment 4 Solutions of graph problems

Math 778S Spectral Graph Theory Handout #2: Basic graph theory

PAIRED-DOMINATION. S. Fitzpatrick. Dalhousie University, Halifax, Canada, B3H 3J5. and B. Hartnell. Saint Mary s University, Halifax, Canada, B3H 3C3

{ 1} Definitions. 10. Extremal graph theory. Problem definition Paths and cycles Complete subgraphs

CONNECTIVITY AND NETWORKS

Two Characterizations of Hypercubes

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

Chapter 6 GRAPH COLORING

INTRODUCTION TO GRAPH THEORY. 1. Definitions

HW Graph Theory SOLUTIONS (hbovik) - Q

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

Ma/CS 6b Class 5: Graph Connectivity

Majority and Friendship Paradoxes

Graph theory - solutions to problem set 1

Section 8.2 Graph Terminology. Undirected Graphs. Definition: Two vertices u, v in V are adjacent or neighbors if there is an edge e between u and v.

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

Introduction III. Graphs. Motivations I. Introduction IV

Elements of Graph Theory

Module 7. Independent sets, coverings. and matchings. Contents

Bounds on the signed domination number of a graph.

Key Graph Theory Theorems

Part II. Graph Theory. Year

Math 776 Graph Theory Lecture Note 1 Basic concepts

THE SEMIENTIRE DOMINATING GRAPH

WUCT121. Discrete Mathematics. Graphs

Math 170- Graph Theory Notes

Theorem 3.1 (Berge) A matching M in G is maximum if and only if there is no M- augmenting path.

Discrete Mathematics Course Review 3

Graph Theory. 1 Introduction to Graphs. Martin Stynes Department of Mathematics, UCC January 26, 2011

DO NOT RE-DISTRIBUTE THIS SOLUTION FILE

Let G = (V, E) be a graph. If u, v V, then u is adjacent to v if {u, v} E. We also use the notation u v to denote that u is adjacent to v.

A note on isolate domination

On vertex-coloring edge-weighting of graphs

Chapter 2 Graphs. 2.1 Definition of Graphs

11.4 Bipartite Multigraphs

Varying Applications (examples)

An Introduction to Graph Theory

1 Random Walks on Graphs

Week 8: The fundamentals of graph theory; Planar Graphs 25 and 27 October, 2017

List Coloring Graphs

Course Introduction / Review of Fundamentals of Graph Theory

Chromatic Transversal Domatic Number of Graphs

Some Upper Bounds for Signed Star Domination Number of Graphs. S. Akbari, A. Norouzi-Fard, A. Rezaei, R. Rotabi, S. Sabour.

5 Matchings in Bipartite Graphs and Their Applications

Discrete mathematics II. - Graphs

Weak Dynamic Coloring of Planar Graphs

Discrete Mathematics I So Practice Sheet Solutions 1

Chapter-0: Introduction. Chapter 0 INTRODUCTION

Graph Theory: Introduction

A graph is finite if its vertex set and edge set are finite. We call a graph with just one vertex trivial and all other graphs nontrivial.

Introduction to Graph Theory

Lecture 1: An Introduction to Graph Theory

MATH 682 Notes Combinatorics and Graph Theory II. One interesting class of graphs rather akin to trees and acyclic graphs is the bipartite graph:

5 Graphs

Computer Science 280 Fall 2002 Homework 10 Solutions

Definition 1.1. A matching M in a graph G is called maximal if there is no matching M in G so that M M.

Planar graphs. Chapter 8

Math 443/543 Graph Theory Notes 5: Planar graphs and coloring

Domination Number of Jump Graph

Math 575 Exam 3. (t). What is the chromatic number of G?

Super connectivity of line graphs

On the Relationships between Zero Forcing Numbers and Certain Graph Coverings

CS 217 Algorithms and Complexity Homework Assignment 2

Applied Mathematical Sciences, Vol. 5, 2011, no. 49, Július Czap

The Structure and Properties of Clique Graphs of Regular Graphs

The University of Sydney MATH2969/2069. Graph Theory Tutorial 2 (Week 9) 2008

Assignments are handed in on Tuesdays in even weeks. Deadlines are:

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

Restricted edge connectivity and restricted connectivity of graphs

How can we lay cable at minimum cost to make every telephone reachable from every other? What is the fastest route between two given cities?

Characterizations of Trees

Rainbow game domination subdivision number of a graph

DEFINITION OF GRAPH GRAPH THEORY GRAPHS ACCORDING TO THEIR VERTICES AND EDGES EXAMPLE GRAPHS ACCORDING TO THEIR VERTICES AND EDGES

Bounds on distances for spanning trees of graphs. Mr Mthobisi Luca Ntuli

MC302 GRAPH THEORY SOLUTIONS TO HOMEWORK #1 9/19/13 68 points + 6 extra credit points

Basics of Graph Theory

(5.2) 151 Math Exercises. Graph Terminology and Special Types of Graphs. Malek Zein AL-Abidin

Discrete Mathematics

Fundamental Properties of Graphs

Modules. 6 Hamilton Graphs (4-8 lectures) Introduction Necessary conditions and sufficient conditions Exercises...

Discharging and reducible configurations

Math Summer 2012

Discrete Wiskunde II. Lecture 6: Planar Graphs

DOUBLE DOMINATION CRITICAL AND STABLE GRAPHS UPON VERTEX REMOVAL 1

Number Theory and Graph Theory

A THREE AND FIVE COLOR THEOREM

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.

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

Intermediate Math Circles Wednesday, February 8, 2017 Graph Theory I

Graph Theory: Matchings and Factors

Average D-distance Between Edges of a Graph

Transcription:

Graph Theory Day Four February 8, 018 1 Connected Recall from last class, we discussed methods for proving a graph was connected. Our two methods were 1) Based on the definition, given any u, v V(G), there exists a walk from u to v, then G is connected. ) If G is a graph of order at least 3 with two vertices u,v V(G) such that G - u and G - v are connected, then G is connected. We will now use the degree of the vertices to determine whether a graph is connected. If a graph of order n has a vertex of degree n-1, then the graph is connected. Note this vertex must be connected to every other vertex since there are n-1 vertices available to be connected. As such, the graph must be connected. The second rule we can use is a theorem that shall be used for many of our other stipulations. Theorem If G is a graph of order n, and for every pair of nonadjacent vertices, u,v V(G), we have deg u + deg v n - 1, then G is connected and the diameter is at most. 1

Proof Given G is a graph of order n with x, y V(G) where deg x + deg y n-1. Case 1: x, y are adjacent. Then x, y are connected and d(x, y) = 1. Case : x, y are not adjacent. Assume x,y do not share a common vertex, then the sum of their degrees would be at most n - since there are n- other vertices in the graph. Thus, there must exists w such that xw, yw E(G). As such, the walk xwy is a walk in G and therefore G is connected and the distance is equal to. We can follow this theorem up with a corollary, a conclusion based on the previous theorem. Corollary If G is a graph with δ(g) n 1, then G is connected. Proof If u, v G, then deg(u) + deg(v) n 1 connected by the previous theorem. + n 1 = n 1. Therefore, G is This is a great inequality, but can we go even steeper with our inequality? This is the concept of sharpness. Sharp When we try to make the inequality any stronger in a mathematical result, the result is no longer true! Is the corollary sharp? If we have a graph G such that δ(g) n, can we conclude for certain that G is connected? Suppose n is even (n = k for k Z). Create G with two components that are both the complete graph K k. Then δ(g) = k 1 = k = n. But our graph is disconnected. As such, the theorem would not hold true for n.

Regular Graph We transition to a new graph type: regular graphs. A graph is considered regular if all vertices have the same degree. We write this as an r-regular graph if all vertices have degree r. Examples P is 1-regular. P K is not regular for k 3 as the endpoints will have degree 1 but all points in between will have degree. C n is -regular for any n 3. K n is (n-1) - regular for any n..1 Cubic Graph A 3-regular graph is called a cubic graph. Some well known examples K 4 K 3,3 The notation of our second example is worth mentioning. K n,m : The complete bipartite graph. Given set U with n(u) = n and set V with n(v) = m where U, V V(G), then each vertex in U is connected to each vertex in V. Notice in K 3,3 the three vertices of the bottom row are connected to each of the vertices in the top row and vice versa. One final poignant example to be mentioned in the future is the Peterson Graph. 3

. Possibility of r-regular Graphs When does there exist an r-regular graph on n-vertices? Obviously, r n-1 since n-1 is the largest degree we can have at any point. Secondly, we know that we cannot have an odd number of odd degrees. As such, we need to look those situations where either r, n are both even or one of them is odd. Theorem If 0 r n 1 and n, r are not both odd, then there exists an r - regular graph on n-vertices. Proof Case 1: Suppose r is even (r = k). Create the graph with n-vertices (v 1,v,...,v n ) Place these vertices around a circle. Connect each vertex to the k-vertices before and the k-vertices after it around the circle. Every vertex ends up being connected to exactly k vertices. 4

Example: 4-regular graph of order 6. v 1 v v 6 v 3 v 5 v 4 In this example, each vertex is connected to two vertices to the left and two vertices to the right since 4 = (). Case : Assume r is odd (r = k + 1). As such, n must be even. Draw vertices around a circle. Connect the vertices to the k vertices before and after it. Since n is even, every vertex has an opposite vertex on the other side of the circle. Add the edges connecting opposite vertices as well. Thus, every vertex has degree k + 1. Example: 5-regular graph of order 8 v 1 v v 8 v 3 v 7 v 4 v 6 v 5 5

In this example, each vertex is connected to two vertices to the left and two vertices to the right since 5 = () + 1. The fifth vertex for the initial four vertices is found by adding four to the subscript of the vertex. This would represent the vertex across from it in the circle. Notice after the first four are made, the formula is not needed for the other half of the circle as these edges were already drawn. Our next theorem looks at r-regular graphs and their subgraphs. Theorem If G is any graph and r (G), then there exists an r-regular graph H such that G H. Furthermore, G is an induced subgraph of H. (Proof and construction of H found on pages 40-41.) 3 Degree Sequence The next topic concerning degrees involves degree sequences. A degree sequence d 1,d,...,d n is a sequence of numbers in which all numbers are such that 0 d i n 1. This degree sequence is graphical if there exists a graph whose vertices have degree d 1,d,...,d n. 3.1 Examples Is 1, 1, 1, graphical? No. Two ways could be considered for this situation, both reflecting the common issue. 1) There are three odd degrees in this sequence. ) The sum of the elements of the sequence is odd. Is 1, 3, 3, 3 graphical? No. Since there are four vertices, a vertex with degree 3 represents a vertex which is connected to all other vertices. As such, there are three vertices which are connected to all other vertices. Therefore, a vertex of degree 1 is impossible. 6

Is 1,,, 3 graphical? We can make a graph using these vertices. As such, the sequence is graphical. 7