Class One: Degree Sequences



Similar documents
Euler Paths and Euler Circuits

Chapter 3.1 Angles. Geometry. Objectives: Define what an angle is. Define the parts of an angle.

136 CHAPTER 4. INDUCTION, GRAPHS AND TREES


Circle Name: Radius: Diameter: Chord: Secant:

Sum of Degrees of Vertices Theorem

Graph Theory Lecture 3: Sum of Degrees Formulas, Planar Graphs, and Euler s Theorem Spring 2014 Morgan Schreffler Office: POT 902

SHARP BOUNDS FOR THE SUM OF THE SQUARES OF THE DEGREES OF A GRAPH

Non-Separable Detachments of Graphs

PUTNAM TRAINING POLYNOMIALS. Exercises 1. Find a polynomial with integral coefficients whose zeros include

Discrete Mathematics & Mathematical Reasoning Chapter 10: Graphs

Odd induced subgraphs in graphs of maximum degree three

CHAPTER 8, GEOMETRY. 4. A circular cylinder has a circumference of 33 in. Use 22 as the approximate value of π and find the radius of this cylinder.

Chapter 4.1 Parallel Lines and Planes

Zachary Monaco Georgia College Olympic Coloring: Go For The Gold

8. Matchings and Factors

TIgeometry.com. Geometry. Angle Bisectors in a Triangle

Geometry Module 4 Unit 2 Practice Exam

Warm-Up 3 Solutions. Peter S. Simon. October 13, 2004

Degree Hypergroupoids Associated with Hypergraphs

The Clar Structure of Fullerenes

Midterm Practice Problems

Simplifying Logic Circuits with Karnaugh Maps

The Handshake Problem

Outline 2.1 Graph Isomorphism 2.2 Automorphisms and Symmetry 2.3 Subgraphs, part 1

Cycle transversals in bounded degree graphs

V. Adamchik 1. Graph Theory. Victor Adamchik. Fall of 2005

Just the Factors, Ma am

On Integer Additive Set-Indexers of Graphs

Section IV.21. The Field of Quotients of an Integral Domain

Social Media Mining. Graph Essentials

Co-ordinate Geometry THE EQUATION OF STRAIGHT LINES

Answer: (a) Since we cannot repeat men on the committee, and the order we select them in does not matter, ( )

Labeling outerplanar graphs with maximum degree three

Cycles in a Graph Whose Lengths Differ by One or Two

Analysis of Algorithms, I

The positive minimum degree game on sparse graphs

Graphical degree sequences and realizations

P. Jeyanthi and N. Angel Benseera

Chapter 6: Graph Theory

Connectivity and cuts

8.1 Min Degree Spanning Tree

COMBINATORIAL PROPERTIES OF THE HIGMAN-SIMS GRAPH. 1. Introduction

CSU Fresno Problem Solving Session. Geometry, 17 March 2012

COUNTING INDEPENDENT SETS IN SOME CLASSES OF (ALMOST) REGULAR GRAPHS

FACTORING OUT COMMON FACTORS

Mining Social Network Graphs

AMC 10 Solutions Pamphlet TUESDAY, FEBRUARY 13, 2001 Sponsored by Mathematical Association of America University of Nebraska

CH3 Boolean Algebra (cont d)

Removing Even Crossings

SEQUENCES OF MAXIMAL DEGREE VERTICES IN GRAPHS. Nickolay Khadzhiivanov, Nedyalko Nenov

A REMARK ON ALMOST MOORE DIGRAPHS OF DEGREE THREE. 1. Introduction and Preliminaries

SCORE SETS IN ORIENTED GRAPHS

Mathematical Induction. Mary Barnes Sue Gordon

SPERNER S LEMMA AND BROUWER S FIXED POINT THEOREM

Chapter 5.1 and 5.2 Triangles

Incenter Circumcenter

Circle Theorems. This circle shown is described an OT. As always, when we introduce a new topic we have to define the things we wish to talk about.

Finding and counting given length cycles

On the crossing number of K m,n

The Open University s repository of research publications and other research outputs

Sample Test Questions

CSEE 3827: Fundamentals of Computer Systems. Standard Forms and Simplification with Karnaugh Maps

Lecture 7: NP-Complete Problems

Warm-up Tangent circles Angles inside circles Power of a point. Geometry. Circles. Misha Lavrov. ARML Practice 12/08/2013

Geometry 1. Unit 3: Perpendicular and Parallel Lines

Boolean Algebra Part 1

ON INDUCED SUBGRAPHS WITH ALL DEGREES ODD. 1. Introduction

1 Introduction. Dr. T. Srinivas Department of Mathematics Kakatiya University Warangal , AP, INDIA

Outline. NP-completeness. When is a problem easy? When is a problem hard? Today. Euler Circuits

Graphs without proper subgraphs of minimum degree 3 and short cycles

Data Structures and Algorithms Written Examination

Catalan Numbers. Thomas A. Dowling, Department of Mathematics, Ohio State Uni- versity.

On three zero-sum Ramsey-type problems

On the Relationship between Classes P and NP

Finding the Measure of Segments Examples

Math Review. for the Quantitative Reasoning Measure of the GRE revised General Test

Triangle deletion. Ernie Croot. February 3, 2010

SPECIAL PRODUCTS AND FACTORS

Answer: The relationship cannot be determined.

Angle: An angle is the union of two line segments (or two rays) with a common endpoint, called a vertex.

Geometry Chapter Point (pt) 1.1 Coplanar (1.1) 1.1 Space (1.1) 1.2 Line Segment (seg) 1.2 Measure of a Segment

Stationary random graphs on Z with prescribed iid degrees and finite mean connections

A 2-factor in which each cycle has long length in claw-free graphs

Simple Graphs Degrees, Isomorphism, Paths

Introduction to Graph Theory

Removing even crossings

Factoring Polynomials

Applications of Fermat s Little Theorem and Congruences

Minimum degree condition forcing complete graph immersion

Math 115A HW4 Solutions University of California, Los Angeles. 5 2i 6 + 4i. (5 2i)7i (6 + 4i)( 3 + i) = 35i + 14 ( 22 6i) = i.

2014 Chapter Competition Solutions

CM2202: Scientific Computing and Multimedia Applications General Maths: 2. Algebra - Factorisation

each college c i C has a capacity q i - the maximum number of students it will admit

POTENTIAL REASONS: Definition of Congruence:

VERTICES OF GIVEN DEGREE IN SERIES-PARALLEL GRAPHS

2 : two cube. 5 : five cube. 10 : ten cube.

Transcription:

Class One: Degree Sequences For our purposes a graph is a just a bunch of points, called vertices, together with lines or curves, called edges, joining certain pairs of vertices. Three small examples of graphs are drawn in Figure 0.1. It is important to note that there is no geometry in play here. These drawings are just to help us visualize things. Figure 0.1: Some small examples of graphs. We say two vertices are adjacent if they are joined by an edge, and that two vertices are non-adjacent if they are not joined by an edge. Drawn below on the left is a pair of adjacent vertices, and on the right is a pair of non-adjacent vertices. The only requirements we make of our graphs are the following (Figure 0.2): No loops, that is, no edge can start and end at the same vertex. No parallel edges, that is, there can be no more than one edge between every pair of vertices.

Figure 0.2: No loops or parallel edges are allowed in our graphs. We give things names so as to distinguish and describe them. A graph is completely determined by its vertices and edges, and so we write G = (V, E) to denote the graph G with vertex set V and edge set E. When discussing a specific graph we name the vertices, which in turn allows us to describe the edges, since an edge is determined by the two vertices it links. For practice lets label and explicitly describe the three graphs drawn in Figure 0.1: A 1 2 Y B C 4 3 W Z X G 1 = (V 1, E 1 ) G 2 = (V 2, E 2 ) G 3 = (V 3, E 3 ) Vertices V 1 Edges E 1 A, B, C AB BC CD Vertices V 2 1, 2, 3, 4 12 13 Edges E 2 14 23 34 Vertices V 3 Edges E 3 W,X,Y,Z WX WY WZ XY XZ YZ Considering a graph G = (V, E), we will always denote by n the number of vertices in G, and denote by m the number of edges in G. Observe that n equals the size of V and that m equals the size of E. In turn we say that G is a graph on n vertices with m edges. So in the above, we see that G 1 is a graph on 3 vertices with 3 edges, G 2 is a graph on 4 vertices with 5 edges, and G 3 is a graph on 4 vertices with 6 edges. Draw some small graphs and think about the following questions: What is the least number of edges a graph on n vertices can have? What is the most number of edges a graph on n vertices can have? How would you build such a graph?

Figure 0.3: What vertices of degree 0,1,2,3,4 look like. Is there an easy way to distinguish two graphs from one another? How many possible graphs are there on n vertices? Lemma. For every graph G on n vertices with m edges, we always have that 0 m ( ) n = 2 n (n 1). 2 Corollary. There are at most 2 (n 2) possible graphs on n vertices. The degree of a vertex v in a graph G is the number of edges which meet at v. For instance, in G 1 each vertex has degree 2 and in G 3 each vertex has degree 3, whereas in G 2 vertices 1 and 3 have degree 3, while vertices 2 and 4 have degree 2. For a specific vertex v, we denote its degree by deg(v). Lemma. For every vertex v in a graph G on n vertices, we always have that 0 deg(v) n 1. We say a vertex is even if its degree is an even number and that a vertex is odd if its degree is an odd number. And so, we see that every vertex in G 1 is even, every vertex in G 3 is odd, and in G 2 vertices 1 and 3 are odd, while vertices 2 and 4 are even. The degree sequence of a graph G = (V, E) is just a list of the degrees of each vertex in V. For instance, the degree sequence of G 1 is (2, 2, 2), the degree sequence of G 2 is (2, 2, 3, 3), and the degree sequence of G 3 is (3, 3, 3, 3).

Figure 0.4: Graphs with degree sequences (1, 1, 2, 2, 3, 3) and (2, 2, 3, 3, 4, 4). Draw some small graphs and think about the following questions: How small can the degree of a vertex in a graph be? How large can the degree of a vertex in a graph be? Is there a family of graphs such that every vertex has degree 0? Is there a family of graphs such that every vertex has degree 1? Is there a family of graphs such that every vertex has degree 2? Is there a family of graphs such that every vertex either has degree 1 or degree 2? Is there a graph on n vertices such that every vertex has degree n 1? Given integers p and q, is there a graph such that every vertex has either degree p or q? Is there a graph such that all of its vertices have the different degrees? Does every graph have an even vertex? Does every graph have an odd vertex? Is there a graph with exactly two even vertices?

Is there a graph with exactly two odd vertices? Is there a graph with exactly one even vertex? Is there a graph with exactly one odd vertex? If you know the degree sequence of a graph, what can you say about the number of edges? Is there a graph with degree sequence (0, 1)? Is there a graph with degree sequence (1, 1, 1)? Is there a graph with degree sequence (1, 1, 1, 3)? Is there a graph with degree sequence (1, 2, 2, 3)? Is there a graph with degree sequence (1, 1, 2, 2, 4)? Is there a graph with degree sequence (2, 2, 2, 3, 3)? Is there a graph with degree sequence (1, 3, 3, 3)? Is there a graph with degree sequence (1, 2, 3, 4, 4)? Can different graphs have the same degree sequence? Lemma. The sum of the degrees of all the vertices in a graph is equal to twice the number of edges. Corollary. At every party the total number of hands shaken is even. Corollary. The number of odd vertices in a graph is always even.

Corollary. For every graph G the following hold: There is always a vertex of degree at least 2m n. There is always a vertex of degree at most 2m n. There s always more to say... Theorem (Erdős-Gallai). Let d 1 d 2... d n be a sequence of integers. 1. If we allow loops and parallel edges, then there exists a graph with degree sequence (d 1, d 2,..., d n ) if and only if d 1 + d 2 +... + d n is even. 2. If we allow parallel edges, then there exists a graph with degree sequence (d 1,..., d n ) if and only if d 1 +... + d n is even and d 1 d 2 +... + d n. 3. There exists a graph with degree sequence (d 1,..., d n ) if and only if d 1 +... + d n is even and for each 1 k n we have that d 1 +... + d k k(k 1) + min(d k+1, k) +... + min(d n, k).