1/22/03Tucker, Applied Combinatorics, Section 1.3 1 EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.

Slides:



Advertisements
Similar presentations
 Theorem 5.9: Let G be a simple graph with n vertices, where n>2. G has a Hamilton circuit if for any two vertices u and v of G that are not adjacent,
Advertisements

Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Bipartite Matching, Extremal Problems, Matrix Tree Theorem.
Midwestern State University Department of Computer Science Dr. Ranette Halverson CMPS 2433 – CHAPTER 4 GRAPHS 1.
Graph-02.
 期中测验时间:本周五上午 9 : 40  教师 TA 答疑时间 : 周三晚上 6 : 00—8 : 30  地点:软件楼 315 房间,  教师 TA :李弋老师  开卷考试.
Applications of Euler’s Formula for Graphs Hannah Stevens.
1 Lecture 5 (part 2) Graphs II Euler and Hamiltonian Path / Circuit Reading: Epp Chp 11.2, 11.3.
From Topological Methods to Combinatorial Proofs of Kneser Graphs Daphne Der-Fen Liu 劉 德 芬 Department of Mathematics California State University, Los Angeles.
8.4 Closures of Relations. Intro Consider the following example (telephone line, bus route,…) abc d Is R, defined above on the set A={a, b, c, d}, transitive?
Applied Combinatorics, 4th Ed. Alan Tucker
1 Section 8.2 Graph Terminology. 2 Terms related to undirected graphs Adjacent: 2 vertices u & v in an undirected graph G are adjacent (neighbors) in.
Section 2.1 Euler Cycles Vocabulary CYCLE – a sequence of consecutively linked edges (x 1,x2),(x2,x3),…,(x n-1,x n ) whose starting vertex is the ending.
What is the first line of the proof? a). Assume G has an Eulerian circuit. b). Assume every vertex has even degree. c). Let v be any vertex in G. d). Let.
Applied Combinatorics, 4th Ed. Alan Tucker
02/01/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 1.3 Edge Counting Prepared by Joshua Schoenly and Kathleen McNamara.
Tucker, Applied Combinatorics, Section 1.4, prepared by Patti Bodkin
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 3, Friday, September 5.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Discrete Structures Chapter 7A Graphs Nurul Amelina Nasharuddin Multimedia Department.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
3/29/05Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 4.2 Minimal Spanning Trees Prepared by Amanda Dargie and Michele Fretta.
Homework collection Thursday 3/29 Read Pages 160 – 174 Page 185: 1, 3, 6, 7, 8, 9, 12 a-f, 15 – 20.
4/17/2017 Section 8.5 Euler & Hamilton Paths ch8.5.
1/13/03Tucker, Applied Combinatorics, Sec Tucker, Applied Combinatorics, Sec. 1.1, Jo E-M A Graph is a set of vertices (dots) with edges (lines)
Drawing of G. Planar Embedding of G Proposition Proof. 1. Consider a drawing of K 5 or K 3,3 in the plane. Let C be a spanning cycle. 2. If the.
3/24/03Tucker, Section 4.31 Tucker, Applied Combinatorics, Sec. 4.3, prepared by Jo E-M Bipartite GraphMatching Some Definitions X-Matching Maximal Matching.
Applied Discrete Mathematics Week 12: Trees
03/01/2005Tucker, Sec Applied Combinatorics, 4th Ed. Alan Tucker Section 3.1 Properties of Trees Prepared by Joshua Schoenly and Kathleen McNamara.
9.2 Graph Terminology and Special Types Graphs
GRAPH Learning Outcomes Students should be able to:
Graphs Chapter 10.
CSE 20 – Discrete Mathematics Dr. Cynthia Bailey Lee Dr. Shachar Lovett Peer Instruction in Discrete Mathematics by Cynthia Leeis licensed under a Creative.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
Graphs.  Definition A simple graph G= (V, E) consists of vertices, V, a nonempty set of vertices, and E, a set of unordered pairs of distinct elements.
5.4 Graph Models (part I – simple graphs). Graph is the tool for describing real-life situation. The process of using mathematical concept to solve real-life.
Planar Graphs Graph Coloring
5.8 Graph Matching  Example: Set of worker assign to a set of task  Four tasks are to be assigned to four workers.  – Worker 1 is qualified to do tasks.
Graph Theory and Applications
Lecture 10: Graph-Path-Circuit
Graphs 9.1 Graphs and Graph Models أ. زينب آل كاظم 1.
Graph theory and networks. Basic definitions  A graph consists of points called vertices (or nodes) and lines called edges (or arcs). Each edge joins.
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
Basic properties Continuation
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
8.4 Closures of Relations Definition: The closure of a relation R with respect to property P is the relation obtained by adding the minimum number of.
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
Introduction to Graph Theory
Introduction to Graph Theory
Great Theoretical Ideas in Computer Science for Some.
COMPSCI 102 Introduction to Discrete Mathematics.
1 Section 2.4 Special Pairs of Angles. 2 Adjacent Angles A pair of angles with a shared vertex and common side but do not have overlapping interiors.vertex.
1. 期中测验时间和地点: 11 月 4 日, 上午 9:40—11 : 40 地点: 教室 2. 答疑时间和地点: 1)11 月 1 日 ( 周五 )13:00—15:00 软件楼 319 2)11 月 2 日和 3 日, 14:00—17:00 软件楼 3 楼 机房讨论室.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 10.
Trees.
Graphs. Representations of graphs : undirected graph An undirected graph G have five vertices and seven edges An adjacency-list representation of G The.
Outline 1 Properties of Planar Graphs 5/4/2018.
CSNB 143 Discrete Mathematical Structures
Proof technique (pigeonhole principle)
Applied Combinatorics, 4th Ed. Alan Tucker
Tucker, Applied Combinatorics, Sec 2.4
Can you draw this picture without lifting up your pen/pencil?
Applied Combinatorics, 4th Ed. Alan Tucker
Michael Duquette & Whitney Sherman
N(S) ={vV|uS,{u,v}E(G)}
Gaph Theory Planar Graphs
Applied Combinatorics, 4th Ed. Alan Tucker
On k-Edge-magic Cubic Graphs
Presentation transcript:

1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie

1/22/03Tucker, Applied Combinatorics, Section General Formula for counting edges Theorem 1: In any graph, the sum of the degrees of all vertices is equal to twice the number of edges. VertexDegree A3 B2 C3 D2 Total:10 E.g. Proof of Theorem 1: Summing the degrees of all the vertices in any graph counts the number of times an edge is incident with some vertex. Since each edge is incident with two vertices the total number of edge-vertex incidences is twice the number of edges. A B D C 10/2 = 5 Edges

1/22/03Tucker, Applied Combinatorics, Section In order for the theorem to work the sum of the degrees must be even. Therefore there must be an even number of odd integers in the sum. This conclusion leads us to a corollary for Section 1.3. Corollary: In any graph, the number of vertices of odd degree is even. Reminder Within a bipartite graph you can separate all the vertices into two subsets where all the edges go between a vertex in one subset to a vertex in the other. There are no edges between vertices in the same subset. Bipartite graphs have the property that all circuits (paths that end where they start) found within them have even length, where the length is equal to the number of edges found within the cycle. The number of edges is equal to 6 E.g. Start/Finish

1/22/03Tucker, Applied Combinatorics, Section Theorem 2: A graph G is bipartite if and only if any circuit in G has even length Proof of Theorem 2: If and Only If Proofs are separated into two separate proofs. First, assume the first statement and prove the second. Lastly, assume the second statement and prove the first. Assume that G is bipartite. Must show that a circuit in G also has even length. Since G is bipartite all of its edges must connect a left vertex with a right vertex. This means that any circuit found within G will alternate back and forth from left to right vertices. Therefore, any circuit will contain an even number of vertices. Since within a circuit the number of edges is equal to the number of vertices, then the number of edges must also be even. Therefore, since the number of edges is even by definition G has even length. Recall :

1/22/03Tucker, Applied Combinatorics, Section Assume that every circuit in G has even length. Must show that G is bipartite. Take any vertex, lets start with A from the example circuit. Put it on the left of your new graph. Put all vertices of odd length away from A on the right side of your graph. Next, put all the vertices of even length away from A on the left side of your new graph near A. Lastly use your circuit to connect the vertices in your new graph. As you can see from the example a bipartite graph G has been constructed where no two vertices on the right or left are adjacent. If two vertices on the same side were by chance connected then our circuit would have had an odd length. E.g. Graph G A C D B AB D C

1/22/03Tucker, Applied Combinatorics, Section WORKED EXAMPLE: See Book Example #4, pg 29 Scenario: Two people start at locations A and Z at the same elevation on opposite sides of a mountain range whose summit is labeled M. Question: Is it possible for the two people to move along the range in order to meet at M in a fashion so that they are always at the same altitude every moment? Assume that there is no point lower then A or Z and no point higher than M. Answer: Yes. Use a range graph to model the answer, where the vertices are a pair of points located at the same altitude such that one of the points is either a local peak or valley. Possible Degrees for Range Graph: Degree 1: Starting and summit points. Degree 2: One point is a peak or valley while the other point is neither a peak or a valley. Degree 4: Both points are peaks or valleys. Degree 0: One point is a peak while the other is a valley. B A D E C M U T V W X Y Z (A,Z) (D,Y) (C,X) (E,W) (B,U) (C,V) (C,T) (D,U) (M,M)

1/22/03Tucker, Applied Combinatorics, Section WORKED EXAMPLE: See Book Example #1, pg 29 Question: Suppose we want to construct a graph with 20 edges and have all vertices of degree 4. How many vertices must the graph have? Answer: Let v denote the number of vertices. Since each vertice has degree four the sum of the degrees will be equal to 4v. From the first theorem we conclude that the sum of the degrees of all vertices is equal to twice the number of edges so we are left with the following equation: 4v = 2(20 edges); Therefore v = 10

1/22/03Tucker, Applied Combinatorics, Section FOR CLASS TO TRY: See Book Example #3. Pg 29 Question: Is it possible to have a group of seven people such that each person knows exactly three other people in the group? Hint: Use the Corollary to Theorem 1 Corollary: In any graph, the number of vertices of odd degree is even. Answer: If we try to model this problem using a graph with a vertex for each person and an edge between each pair of people who know each other, then we would have a graph with 7 vertices all of degree 3. But this is impossible by the corollary that states that the number of vertices of odd degree must be even. Therefore, no such set of seven people can exist.