Reflexivity in some classes of multicyclic treelike graphs Bojana Mihailović, Zoran Radosavljević, Marija Rašajski Faculty of Electrical Engineering, University.

Slides:



Advertisements
Similar presentations
Connectivity - Menger’s Theorem Graphs & Algorithms Lecture 3.
Advertisements

Chapter 8 Topics in Graph Theory
Lecture 5 Graph Theory. Graphs Graphs are the most useful model with computer science such as logical design, formal languages, communication network,
Edge-connectivity and super edge-connectivity of P 2 -path graphs Camino Balbuena, Daniela Ferrero Discrete Mathematics 269 (2003) 13 – 20.
Graph-02.
Bayesian Networks, Winter Yoav Haimovitch & Ariel Raviv 1.
Convex drawing chapter 5 Ingeborg Groeneweg. Summery What is convex drawing What is convex drawing Some definitions Some definitions Testing convexity.
13 May 2009Instructor: Tasneem Darwish1 University of Palestine Faculty of Applied Engineering and Urban Planning Software Engineering Department Introduction.
CSC401 – Analysis of Algorithms Lecture Notes 14 Graph Biconnectivity
Introduction This chapter explores graphs and their applications in computer science This chapter explores graphs and their applications in computer science.
C++ Programming: Program Design Including Data Structures, Third Edition Chapter 21: Graphs.
Chapter 9 Graph algorithms Lec 21 Dec 1, Sample Graph Problems Path problems. Connectedness problems. Spanning tree problems.
CS5371 Theory of Computation Lecture 1: Mathematics Review I (Basic Terminology)
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
MCA 520: Graph Theory Instructor Neelima Gupta
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
MATH 310, FALL 2003 (Combinatorial Problem Solving) Lecture 10, Monday, September 22.
K-Coloring k-coloring: A k-coloring of a graph G is a labeling f: V(G)  S, where |S|=k. The labels are colors; the vertices of one color form a color.
KNURE, Software department, Ph , N.V. Bilous Faculty of computer sciences Software department, KNURE Discrete.
Discrete Mathematics Lecture 9 Alexander Bukharovich New York University.
Introduction to Graph Theory
GRAPH Learning Outcomes Students should be able to:
Subdivision of Edge In a graph G, subdivision of an edge uv is the operation of replacing uv with a path u,w,v through a new vertex w.
Wei Wang Xi’an Jiaotong University Generalized Spectral Characterization of Graphs: Revisited Shanghai Conference on Algebraic Combinatorics (SCAC), Shanghai,
7.1 and 7.2: Spanning Trees. A network is a graph that is connected –The network must be a sub-graph of the original graph (its edges must come from the.
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
ON UNICYCLIC REFLEXIVE GRAPHS. The spectrum of a simple graph (non-oriented, without loops and multiple edges) is the spectrum of its adjacency matrix,
CSNB143 – Discrete Structure Topic 9 – Graph. Learning Outcomes Student should be able to identify graphs and its components. Students should know how.
1 CS104 : Discrete Structures Chapter V Graph Theory.
Based on slides by Y. Peng University of Maryland
Module #19: Graph Theory: part II Rosen 5 th ed., chs. 8-9.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
8.3 Representing Relations Directed Graphs –Vertex –Arc (directed edge) –Initial vertex –Terminal vertex.
The countable character of uncountable graphs François Laviolette Barbados 2003.
Chapter 1 Fundamental Concepts Introduction to Graph Theory Douglas B. West July 11, 2002.
Chapter 10 Graph Theory Eulerian Cycle and the property of graph theory 10.3 The important property of graph theory and its representation 10.4.
September1999 CMSC 203 / 0201 Fall 2002 Week #13 – 18/20/22 November 2002 Prof. Marie desJardins.
Connectivity and Paths 報告人:林清池. Connectivity A separating set of a graph G is a set such that G-S has more than one component. The connectivity of G,
Unit – V Graph theory. Representation of Graphs Graph G (V, E,  ) V Set of vertices ESet of edges  Function that assigns vertices {v, w} to each edge.
An Introduction to Graph Theory
Graph Theory and Applications
Lecture 10: Graph-Path-Circuit
CSCI 115 Chapter 8 Topics in Graph Theory. CSCI 115 §8.1 Graphs.
Shortest Path Based Sufficiency Condition for Hamiltonian Graphs
GRAPHS. Graph Graph terminology: vertex, edge, adjacent, incident, degree, cycle, path, connected component, spanning tree Types of graphs: undirected,
MAT 2720 Discrete Mathematics Section 8.2 Paths and Cycles
 Quotient graph  Definition 13: Suppose G(V,E) is a graph and R is a equivalence relation on the set V. We construct the quotient graph G R in the follow.
Basic properties Continuation
Graphs Lecture 2. Graphs (1) An undirected graph is a triple (V, E, Y), where V and E are finite sets and Y:E g{X V :| X |=2}. A directed graph or digraph.
Introduction to Graph Theory
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
Introduction to Graph Theory By: Arun Kumar (Asst. Professor) (Asst. Professor)
Chapter 20: Graphs. Objectives In this chapter, you will: – Learn about graphs – Become familiar with the basic terminology of graph theory – Discover.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Planarity Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering, IIT.
1 GRAPH Learning Outcomes Students should be able to: Explain basic terminology of a graph Identify Euler and Hamiltonian cycle Represent graphs using.
Some transformations that preserve sgn(λ 2 ≤ r) Bojana Mihailović, Marija Rašajski Elektrotehnički fakultet, Beograd SGA 2016, Beograd, Serbia.
Trees.
Discrete Mathematics Graph: Planar Graph Yuan Luo
Proof technique (pigeonhole principle)
The countable character of uncountable graphs François Laviolette Barbados 2003.
Graph theory Definitions Trees, cycles, directed graphs.
Biconnectivity SEA PVD ORD FCO SNA MIA 11/16/2018 2:31 AM
Based on slides by Y. Peng University of Maryland
Can you draw this picture without lifting up your pen/pencil?
Connectivity Section 10.4.
Hamiltonian Cycles.
Biconnectivity SEA PVD ORD FCO SNA MIA 5/6/2019 5:08 PM Biconnectivity
Graph Theory: Cuts and Connectivity
Biconnectivity SEA PVD ORD FCO SNA MIA 5/23/ :21 PM
Based on slides by Y. Peng University of Maryland
Presentation transcript:

Reflexivity in some classes of multicyclic treelike graphs Bojana Mihailović, Zoran Radosavljević, Marija Rašajski Faculty of Electrical Engineering, University of Belgrade, Serbia

Introduction Graph = simple graph (finite, nonoriented, without loops and/or multiple edges) + connected graph Spectrum = spectrum of (0,1) adjacency matrix (the spectrum of a disconnected graph is the union of the spectra of its components) A graph is treelike or cactus if any pair of its cycles has at most one common vertex A graph is reflexive if its second largest eigenvalue does not exceed 2

Introduction Being reflexive is a hereditary property Presentation of all reflexive graphs inside given set: via maximal graphs or via minimal forbidden graphs Smith graphs

Instruments Interlacing theorem Let A be a symmetric matrix with eigenvalues and B one of its principal submatrices with eigenvalues Then the inequalities hold. Schwenk’s formulae newGRAPH

Instruments RS theorem Let G be a graph with a cut-vertex u. 1) If at least two components of G-u are supergraphs of Smith graphs, and if at least one of them is a proper supergraph, then 2) If at least two components of G-u are Smith graphs and the rest are subgraphs of Smith graphs, then 3) If at most one component of G-u is a Smith graph, and the rest are proper subgraphs of Smith graphs, then u G

First results Class of bicyclic graphs with a bridge between two cycles of arbitrary length Additionally loaded vertices which belongs to the bridge – 36 maximal graphs Also additionally loaded other vertices – 66 maximal graphs

First results Splitting If we form a tree T by identifying vertices x and y of two trees and, respectively, we may say that the tree T can be split at its vertex u into and.

First results Pouring If we split a tree T at all its vertices u, in all possible ways, and in each case attach the parts at splitting vertices x and y to some vertices u and v of a graph G (i.e. identify x with u and y with v ), we say that in the obtained family of graphs the tree T is pouring between the vertices u and v (including attaching of the intact tree T, at each vertex, to u or v).

First results

Multicyclic treelike reflexive graphs Under 2 conditions: cut vertex theorem can not be applied cycles do not form a bundle treelike reflexive graph has at most 5 cycles.

Multicyclic treelike reflexive graphs Under previous 2 conditions all maximal reflexive cacti with four cycles are determined four characteristic classes of tricyclic reflexive graphs are defined class is completely described via maximal graphs

New results/current investigations classes and are completely described some new interrelations between these classes and certain classes of bicyclic and unicyclic graphs are established some results are generalized

New results/bundle cut-vertex theorem can not be applied, but cycles do form a bundle after removing vertex v one of the components is a supergraph and all others subgraphs of some Smith tree If G is reflexive, what is the maximal number of cycles in it?

New results/bundle K = the component of the graph G-v which is a supergraph of some Smith tree K = minimal component e.g. for every its vertex x, whose degree in the graph G is 1, condition holds 2 cases: 1. K is a subgraph of the cycle C (C is additionally loaded with some new edges) 2. K is a subgraph of the tree T K must contain one of the F - trees (minimal forbidden trees for )

New results/bundle

1. case Black vertices are the vertices of K adjacent to vertex v. both black vertices belong to the same F-tree one black vertex belong to F-tree, and the other doesn’t i) any vertex of F-tree different from x may be black vertex ii) extended with additional path at vertex x i path length 111,21,2,3arb.

New results/bundle 2. case It is sufficient to discuss the case when T-v has one component K. Black vertex d is a vertex of K adjacent to v. d belongs to F-tree i) any vertex of F-tree different from x may be black vertex ii) K=F Both cases

New results/bundle 1. case C – cycle which contains K; v – cut vertex; x,y – black vertices

New results/bundle 2. case T-v=K; v – cut vertex

New results/bundle 1. case 2. case

New results/bundle 1. case Maximal number of cycles is case Maximal number of cycles is 22.

References D. Cvetković, L. Kraus, S. Simić: Discussing graph theory with a computer, Implementation of algorithms. Univ. Beograd, Publ. Elektrotehn. Fak., Ser. Mat. Fiz. No No 734 (1981), B. Mihailović, Z. Radosavljević: On a class of tricyclic reflexive cactuses. Univ. Beograd, Publ. Elektrotehn. Fak., Ser. Mat. 16 (2005), M. Petrović, Z. Radosavljević: Spectrally constrained graphs. Fac. of Science, Kragujevac, Serbia, Z. Radosavljević, B. Mihailović, M. Rašajski: Decomposition of Smith graphs in maximal reflexive cacti, Discrete Math., Vol. 308 (2008), Z. Radosavljević, B. Mihailović, M. Rašajski: On bicyclic reflexive graphs, Discrete Math., Vol. 308 (2008),