Some transformations that preserve sgn(λ 2 ≤ r) Bojana Mihailović, Marija Rašajski Elektrotehnički fakultet, Beograd SGA 2016, Beograd, Serbia.

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

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.
CSC401 – Analysis of Algorithms Lecture Notes 14 Graph Biconnectivity
1 Chapter 22: Elementary Graph Algorithms IV. 2 About this lecture Review of Strongly Connected Components (SCC) in a directed graph Finding all SCC (i.e.,
Edge-Coloring of Graphs On the left we see a 1- factorization of  5, the five-sided prism. Each factor is respresented by its own color. No edges of the.
Data Structures, Spring 2004 © L. Joskowicz 1 Data Structures – LECTURE 14 Strongly connected components Definition and motivation Algorithm Chapter 22.5.
Graph. Undirected Graph Directed Graph Simple Graph.
Mycielski’s Construction Mycielski’s Construction: From a simple graph G, Mycielski’s Construction produces a simple graph G’ containing G. Beginning with.
Matchings Matching: A matching in a graph G is a set of non-loop edges with no shared endpoints.
Definition Hamiltonian graph: A graph with a spanning cycle (also called a Hamiltonian cycle). Hamiltonian graph Hamiltonian cycle.
Matchings Matching: A matching in a graph G is a set of non-loop edges with no shared endpoints Maximal Matching: A maximal matching in a graph is a matching.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Coloring Algorithms and Networks. Coloring2 Graph coloring Vertex coloring: –Function f: V  C, such that for all {v,w}  E: f(v)  f(w) Chromatic number.
Khabbazian1 Copyright © Dale Carnegie & Associates, Inc. Mohammad Khabbazian Department of computer engineering,sharif University,Tehran,iran.
Applied Discrete Mathematics Week 12: Trees
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.
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.
Introduction to Graph Theory
9.2 Graph Terminology and Special Types Graphs
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.
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,
Based on slides by Y. Peng University of Maryland
The Tutte Polynomial Graph Polynomials winter 05/06.
 2. Region(face) colourings  Definitions 46: A edge of the graph is called a bridge, if the edge is not in any circuit. A connected planar graph is called.
Indian Institute of Technology Kharagpur PALLAB DASGUPTA Graph Theory: Introduction Pallab Dasgupta, Professor, Dept. of Computer Sc. and Engineering,
5.2 Trees  A tree is a connected graph without any cycles.
1 Some Inequalities on Weighted Vertex Degrees, Eigenvalues, and Laplacian Eigenvalues of Weighted Graphs Behzad Torkian Dept. of Mathematical Sciences.
September1999 CMSC 203 / 0201 Fall 2002 Week #13 – 18/20/22 November 2002 Prof. Marie desJardins.
Chapter 5 Graphs  the puzzle of the seven bridge in the Königsberg,  on the Pregel.
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,
Reflexivity in some classes of multicyclic treelike graphs Bojana Mihailović, Zoran Radosavljević, Marija Rašajski Faculty of Electrical Engineering, University.
 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.
Introduction to Graph Theory
Spectral Graph Theory and the Inverse Eigenvalue Problem of a Graph Leslie Hogben Department of Mathematics, Iowa State University, Ames, IA 50011
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.
Combinatorics Ramsey theory.  a precocious British mathematician, philosopher and economist  a problem in mathematical logic: can one always find order.
CSE, IIT KGP Graph Theory: Introduction Pallab Dasgupta Dept. of CSE, IIT
Chromatic Coloring with a Maximum Color Class Bor-Liang Chen Kuo-Ching Huang Chih-Hung Yen* 30 July, 2009.
COMPSCI 102 Introduction to Discrete Mathematics.
Spanning Tree Definition:A tree T is a spanning tree of a graph G if T is a subgraph of G that contains all of the vertices of G. A graph may have more.
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 10.
Trees.
Chapter8 Relations 8.1: Relations and their properties.
Outline 1 Properties of Planar Graphs 5/4/2018.
Applied Discrete Mathematics Week 13: Graphs
Computing Connected Components on Parallel Computers
5.9.2 Characterizations of Planar Graphs
Graph theory Definitions Trees, cycles, directed graphs.
Biconnectivity SEA PVD ORD FCO SNA MIA 11/16/2018 2:31 AM
Planarity Testing.
Elementary Graph Algorithms
G-v, or G-{v} When we remove a vertex v from a graph, we must remove all edges incident with the vertex v. When a edge is removed from a graph, without.
Connectivity Section 10.4.
Trees L Al-zaid Math1101.
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
Trees 11.1 Introduction to Trees Dr. Halimah Alshehri.
Great Theoretical Ideas In Computer Science
Trees 11.1 Introduction to Trees Dr. Halimah Alshehri.
Planarity.
Biconnectivity SEA PVD ORD FCO SNA MIA 5/6/2019 5:08 PM Biconnectivity
Gaph Theory Planar Graphs
Graph Theory: Cuts and Connectivity
Biconnectivity SEA PVD ORD FCO SNA MIA 5/23/ :21 PM
Locality In Distributed Graph Algorithms
Presentation transcript:

Some transformations that preserve sgn(λ 2 ≤ r) Bojana Mihailović, Marija Rašajski Elektrotehnički fakultet, Beograd SGA 2016, Beograd, Serbia

Introduction Simple, nonoriented graphs (without loops or multiple edges) with symmetric adjacency matrix Real eigenvalues of its characteristic polynomial P G (λ) are λ 1,λ 2,..., λ n (λ 1 ≥ λ 2 ≥... ≥ λ n ) Interlacing theorem: Let A be a symmetric matrix with eigenvalues λ 1, λ 2,..., λ n and B one of its principal submatrices with eigenvalues μ 1, μ 2,..., μ m. Then the inequalities λ n-m+i ≤ ≤ μ i ≤ λ i (i=1,...,m) hold. λ i ≤ r is a hereditary property

Scwenk’s lemmas: Given a graph G, let C(v) (C(uv)) denote the set of all cycles containing a vertex v and an edge uv of G, respectively. Then: where Adj(v) denotes the set of neighbors of v, φ(v) (φ(uv)) the sets of cycles that contain v (uv), while G-V(C) is the graph obtained from G by removing the vertices belonging to the cycle C. Let G 1 and G 2 be two rooted graphs with the roots u 1 and u 2, respectively, and let G 1 ∙G 2 be their coalescence. Then:

Let G be a graph with a cut-vertex u. The components G 1,…,G n of the graph G-u are connected and 1)If at most one of the components has index r, and for the rest of them indices are less than r, then 2)If at least two of the components have index r, and for the rest of them indices are not greater then r, then 3)If only one of the components has index greater than r, and at least one of the remaining components has index r, and for the rest of them indices are less than r, then 4)If at least two of the components have indices greater than r, then Generalized RS-theorem

α - transformation Let V be the family of connected graphs G=G(X,A,B) with at least two bridges, whose subgraphs X, A and B are rooted graphs, with the roots x, a and b, respectively, where λ 1 (X)=r (r > 0). α: V →V, α(G 1 )=G 2 where G 1 =G(X,A,B), G 2 =G(X,A∙B,b) → Theorem: For G 1 =G(X,A,B), sgn(λ 2 (G 1 )-r)=sgn(λ 2 (α(G 1 ))-r) holds.

Proof: If λ 1 (A-a) ≥ r or λ 1 (B-b) ≥ r, sgn(λ 2 (G 1 )-r)=sgn(λ 2 (α(G 1 ))-r)=1 holds (GRS- theorem). Suppose that λ 1 (A-a) < r and λ 1 (B-b) < r. Then λ 3 (G 1 )<r and λ 3 (β(G 1 ))< r holds (GRS-theorem). Therefore, sgnP G1 =sgn(λ 2 (G 1 )-r) i sgnP α(G) =sgn(λ 2 (α(G 1 ))-r). Using Schwenk’s lemma we get: Because of P S =0, we get P G1 =P α(G1), so sgn(λ 2 (G 1 )-r)=sgn(λ 2 (α(G 1 ))-r) holds.

β - transformation Let U be the family of connected graphs G=G(X,x,A,y,B) with at least two bridges, whose subgraphs A and B are rooted graphs, with the roots a and b, while its subgraph X, such that λ 1 (X)=r (r > 0), has two particular vertices, x and y - the endpoints of the bridges xa and yb. β: V →V, β(G 1 )=G 2 where G 1 =G(X,x,A,y,B), G 2 =G(X,x,A∙B,y,b) → Theorem: For G 1 =G(X,x,A,y,B), such that P X-x =P X-y, sgn(λ 2 (G 1 )-r)= =sgn(λ 2 (β(G 1 ))-r) holds.

ω - transformation Let T be the family of connected graphs G=C(X,A,B) with at least one triangle, whose subgraphs X, A and B are rooted graphs, with the roots x, a and b, respectively, where λ 1 (X)=r (r > 0). ω: T →V, ω(G 1 )=G 2 where G 1 =C(X,A,B), G 2 =G(X,A,B) → Theorem: For G 1 =C(X,A,B), if sgn(λ 2 (ω(G 1 ))-r) is equal to 0 or -1, then sgn(λ 2 (G 1 )-r) is equal to -1.

τ - transformation Let T’ be the subfamily of the family T containing graphs G=C(X,A∙X’,B) such that the rooted subgraph X’ has the property λ 1 (X’)=r (r > 0). τ: T’ →V, τ(G 1 )=G 2 where G 1 =C(X,A∙X’,B), G 2 =G(X,A,B) → Theorem: For G 1 =C(X,A∙X’,B), sgn(λ 2 (G 1 )-r)=sgn(λ 2 (α(G 1 ))-r) holds.

φ - transformation Let Q be the family of connected graphs G=C(X,A,B,X’) with at least one quadrangle, whose subgraphs X, A, X’ and B are rooted graphs, with the roots x, a, x’ and b, respectively, where λ 1 (X)= λ 1 (X’)= r (r > 0). φ: V →V, φ(G 1 )=G 2 where G 1 =C(X,A,B,X’), G 2 =G(X,A,B) → Theorem: For G=C(X,A,B,X’), P G (r)=0 holds. Also, the following equivalences hold: 1) 2)

Applications – one example Four families of maximal reflexive cacti in the class of bicyclic graphs with the bridge: A 1 -A 14, with more than one vertex different from c-vertices additionally loaded B 1 -B 11, with exactly one white vertex different from c-vertices additionally loaded C 1 -C 41, with exactly one black vertex different from c-vertices additionally loaded D 1 -D 36, with only c-vertices additionally loaded

Smith graphs

D 1 -D 35 α – transformations: Exception:

B 1 -B 11 and C 1 -C 41 α and β – transformations:

Thank you!