Yunus Akkaya Rommy Marquez Heather Urban Marlana Young

Slides:



Advertisements
Similar presentations
Partial Orderings Section 8.6.
Advertisements

Coloring Warm-Up. A graph is 2-colorable iff it has no odd length cycles 1: If G has an odd-length cycle then G is not 2- colorable Proof: Let v 0, …,
Relations Relations on a Set. Properties of Relations.
Definitions Distance Diameter Radio Labeling Span Radio Number Gear Graph.
Bipartite Matching, Extremal Problems, Matrix Tree Theorem.
Introduction to Graph Theory Lecture 11: Eulerian and Hamiltonian Graphs.
Elementary Number Theory and Methods of Proof
Friendly Partitions of Graphs Jenna Huston Advised by Dr. David Offner.
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?
Introduction to Graph Theory Lecture 19: Digraphs and Networks.
Graph Theory Ming-Jer Tsai. Outline Text Book Graph Graph Theory - Course Description The Topics in the Class Evaluation.
Investigating properties of Kneser Graphs Modesty Briggs California State University, Northridge Sponsored by JPL/NASA Pair program; Funded by NSA and.
2k-Cycle Free Bipartite Graph Steven Wu. What is a bipartite graph?
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Theoretical Computer Science COMP 335 Fall 2004
Cover Pebbling Cycles and Graham’s Conjecture Victor M. Moreno California State University Channel Islands Advisor: Dr. Cynthia Wyels Sponsored by the.
Partially Ordered Sets (POSets)
Chapter 6. Order Relations and Structure
1/22/03Tucker, Applied Combinatorics, Section EDGE COUNTING TUCKER, APPLIED COMBINATORICS, SECTION 1.3, GROUP B Michael Duquette & Amanda Dargie.
Relationship between Graph Theory and Linear Algebra By Shannon Jones.
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Boundary vertices in graphs Discrete Mathematics 263 (2003) Gary Chartrand, David Erwin Garry L. Johns, Ping Zhang.
ساختمانهای گسسته دانشگاه صنعتی شاهرود – فروردین 1392.
Discrete Math for CS Binary Relation: A binary relation between sets A and B is a subset of the Cartesian Product A x B. If A = B we say that the relation.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
Digraphs and Relations Warm Up. The Divisibility Relation Let “|” be the binary relation on N×N such that a|b (“a divides b”) iff there is an n ∈ N such.
8.3 Representing Relations Directed Graphs –Vertex –Arc (directed edge) –Initial vertex –Terminal vertex.
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Chapter 8 Relations 歐亞書局.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Relations, Functions, and Matrices Mathematical Structures for Computer Science Chapter 4 Copyright © 2006 W.H. Freeman & Co.MSCS Slides Relations, Functions.
Introduction to Graph Theory
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
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.
Discrete Mathematics Lecture # 15 Types of Relations (contd.)
Problem Statement How do we represent relationship between two related elements ?
Chapter 9. Chapter Summary Relations and Their Properties n-ary Relations and Their Applications (not currently included in overheads) Representing Relations.
Representing Relations Using Matrices A relation between finite sets can be represented using a zero-one matrix Suppose R is a relation from A = {a 1,
Chapter Relations and Their Properties
1 RELATIONS Learning outcomes Students are able to: a. determine the properties of relations – reflexive, symmetric, transitive, and antisymmetric b. determine.
Introduction to Graph Theory
Chap. 7 Relations: The Second Time Around
Relations and Graphs Relations and Graphs Sanjay Jain, Lecturer, School of Computing.
Trees.
CSE 20: Discrete Mathematics for Computer Science Prof. Shachar Lovett.
Binary Relation: A binary relation between sets A and B is a subset of the Cartesian Product A x B. If A = B we say that the relation is a relation on.
Relations and Their Properties
Partial Orderings: Selected Exercises
Introduction to the Design and Analysis of Algorithms
Partial Orders.
Partial Orders (POSETs)
Introduction to Relations
CSNB 143 Discrete Mathematical Structures
Equivalence Relations
6.1 Partially Ordered Sets
Relations Chapter 9.
Applied Discrete Mathematics Week 13: Graphs
Relations and Digraphs
Dr. Ameria Eldosoky Discrete mathematics
Grade 11 AP Mathematics Graph Theory
Hamiltonian cycle part
2. Definition of congruent segments AB = CD 2.
Sungho Kang Yonsei University
Mathematics for Computer Science MIT 6.042J/18.062J
Proof Techniques.
Relations.
Graph Theory: Proof Techniques
Relations: The Second Time Around
Foundations of Discrete Mathematics
Presentation transcript:

Yunus Akkaya Rommy Marquez Heather Urban Marlana Young Geodesic graphs Yunus Akkaya Rommy Marquez Heather Urban Marlana Young

Definitions G = (V,E) Bipartite graph V = the set of all vertices in G EXAMPLE: V={A,B,C,D} E= the set of all edges in G EXAMPLE: E={(A,B), (A,C), (B,C), (B,D), (C,D)} Bipartite graph a connected graph whose vertices can be divided into two sets, where the only edges are from one set to the other. Characterized as not having odd cycles

Definitions Geodesic Distance Diameter Antipodal vertices The shortest path between any two vertices. Distance d(x,y) The length of a geodesic Diameter d(G) Length of the longest geodesic Antipodal vertices d(x,y) = d(G) Are the endpoints of the diameter

Helpful Information G is a connected graph If x, u and v є G, then u ≤x v → u is on a x-v geodesic poset = a set of vertices that are partially ordered

Poset Theorem V = the set of all the vertices in G Theorem: V + the relation ≤x = a poset, (V, ≤x ) Prove ≤x is a partial order ≤x is reflexive ≤x is antisymmetric ≤x is transitive

≤x is reflexive G is a connected graph u must be in x-u geodesic Since u ≤x u is true, ≤x is reflexive

≤x is antisymmetric Prove u ≤x v and v ≤x u → u = v u ≤x v → x – u – v d(x,u) ≤ d(x,v) v ≤x u → x – v – u d(x,v) ≤ d(x,u) d(x,v) = d(x,u) u and v are the same distance away from x & they are in each others geodesic u = v ≤x is antisymmetric

≤x is transitive Prove u ≤x v and v ≤x w → u ≤x w u ≤x v → x – u – v v ≤x w → x – v – w x – u – v – w Therefore, u ≤x w ≤x is transitive

Geodesic graph (V, ≤x ) is a poset Geodesic graph Px (G) All vertices that are found in graph G are also found in Px (G) Px(G) is defined to be the Hasse diagram of (V, ≤x ) x and y є V edge between x and y if x < y or y < x & there is no vertex between them

Basic geodesic graph

Basic geodesic graph

Double Geodesic From a connected graph G, find Px (G) Since Px (G) contains all the shortest paths between x and all other vertices: Px (Px(G)) = Px (G)

Properties of a Geodesic Graph For any graph G: Px(G) is bipartite for all x є G If the graph G is bipartite or an even cycle: Px(G) = G for all x є G If the graph G is an odd cycle: Px(G), for all x є G, will be missing an edge e є E(G)

The Product of Two Graphs G □ H = Cartesian product of two graphs G and H Vertices are in the form (x,y) for all x є G and for all y є H. (x,y) is adjacent to (u,v) in G □ H (where x & u є G and y & v є H), iff: x is adjacent to u in G and y = v y is adjacent to v in H and x = u

Example:

Open Question We looked to prove that for any graphs H and G: Px (G) □ Py (H) = P(x,y) (G □ H) As was suggested by our advisor Dr. Louis Friedler

Bipartite product proof Prove, Px (G) □ Py (H) = P(x,y) (G □ H) Let G & H be bipartite graphs By the properties of a bipartite geodesic graph: Px(G) = G & Py(H) = H where x є G & y є H The Cartesian product G □ H is bipartite P(x,y)(G □ H) must also be bipartite Hence, Px (G) □ Py (H) = P(x,y) (G □ H)

Example: PC(G) □ P3(H)

P(C,3)(G □ H)

K2 Product proof Prove, P(x,y) (K □ G) = Px (K) □ Py (G) Let K be K2 with vertices a & b Let G be a connected graph K2 is bipartite, so we know by the properties of bipartite graphs that Px (K) = K for all x є K Two cases for G: Case 1: If G is bipartite we know by the Bipartite Product Proof that P(x,y) (K □ G) = Px (K) □ Py (G) must be true for all x є K and all y є G.

Case 2: Px (K) □ Py (G) If G has an odd cycle we know from the properties of geodesic graphs that an edge e є E(G) will not be in Py (G) . K □ G have vertices of the form (a,c) and (b,c) for all c є G. Hence, Px (K) □ Py (G) will only be missing the edges ((a,c),(a,d)) and ((b,c),(b,d)), where c and d are the endpoints of the edge e.

Example: PA(K) □ P3(G)

Case 2 continued… P(x,y) (K □ G) K □ G will only have an odd cycle if it is within G As before, we know that an edge e є E(G) will not be in Py (G) . Therefore, P(x,y) (K □ G) is missing the edges ((a,c),(a,d)) and ((b,c),(b,d)), where c and d are the endpoints of edge e.

Example: P(A,3)(K □ G)

Conclusion Hence, P(x,y) (K □ G) = Px (K) □ Py (G) is true for all G.

Final thoughts We believe Px (G) □ Py (H) = P(x,y) (G □ H) is true for all G and H. Closely related questions involve the geodetic number of Cartesian graph products. The geodetic number is the length of the diameter. Yunus

Work in progress Generalizing the K2 proof to fit Kn Generalizing the proof to fit all graphs Yunus

Questions?

References [1] Bresar, Bostjan; Klavzar, Sandi; Horvat, A.T., On the geodetic number and related metric sets in Cartesian product graphs, Mathematics Subject Classification (2000). [2] Conlon, David, Extremal graph theory, <http://www.dpmms.cam.ac.uk/~dc340/EGT1.pdf>, 2011 Oct. 11. [3] Gross, Jonathan L.; Yellen, Jay, Handbook of Graph Theory, CRC Press, Boca Raton, 2004. [4] Santhakumaran, A. P.; Titus, P., Geodesic Graphs, ARS Combinatoria (2011), 75-82. [5] V. G. Vizing, The Cartesian product of graphs, Vyc. Sis. 9 (1963), 30–43. [6] West, Douglas B., Introduction to Graph Theory, (Second Edition), Prentice Hall, Upper Saddle River NJ, 2001.