ON UNICYCLIC REFLEXIVE GRAPHS. The spectrum of a simple graph (non-oriented, without loops and multiple edges) is the spectrum of its adjacency matrix,

Slides:



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

 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,
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.
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.
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set S  V(G) such that G-S has more than one component. a b c d e f g h i.
Graph. Undirected Graph Directed Graph Simple Graph.
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.
Computational Geometry Seminar Lecture 1
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.
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set SV(G) such that S has more than one component. Connectivity of G ((G)): The.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Theorem Every planar graph is 5-colorable.
CTIS 154 Discrete Mathematics II1 8.2 Paths and Cycles Kadir A. Peker.
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.
Vertex Cut Vertex Cut: A separating set or vertex cut of a graph G is a set SV(G) such that G-S has more than one component. d f b e a g c i h.
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.
MTH118 Sanchita Mal-Sarkar. Routing Problems The fundamental questions: Is there any proper route for the particular problem? If there are many possible.
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.
Planar Graphs: Euler's Formula and Coloring Graphs & Algorithms Lecture 7 TexPoint fonts used in EMF. Read the TexPoint manual before you delete this box.:
1 Graphs Chapters 9.1 and 9.2 University of Maryland Chapters 9.1 and 9.2 Based on slides by Y. Peng University of Maryland.
Trees and Distance. 2.1 Basic properties Acyclic : a graph with no cycle Forest : acyclic graph Tree : connected acyclic graph Leaf : a vertex of degree.
Tree A connected graph that contains no simple circuits is called a tree. Because a tree cannot have a simple circuit, a tree cannot contain multiple.
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.
 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.
2.4 Irreducible Matrices. Reducible is reducible if there is a permutation P such that where A 11 and A 22 are square matrices each of size at least one;
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.
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.
CSE, IIT KGP Graph Coloring. CSE, IIT KGP K-coloring A k-coloring of G is a labeling f:V(G)  {1,…,k}.A k-coloring of G is a labeling f:V(G)  {1,…,k}.
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,
Reflexivity in some classes of multicyclic treelike graphs Bojana Mihailović, Zoran Radosavljević, Marija Rašajski Faculty of Electrical Engineering, University.
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.
An Introduction to Graph Theory
Chap. 11 Graph Theory and Applications 1. Directed Graph 2.
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.
Spectral Graph Theory and the Inverse Eigenvalue Problem of a Graph Leslie Hogben Department of Mathematics, Iowa State University, Ames, IA 50011
Introduction to Graph Theory
Chapter 11 - Graph CSNB 143 Discrete Mathematical Structures.
 Hamilton paths.  Definition 20: A Hamilton paths is a path that contains each vertex exactly once. A Hamilton circuit is a circuit that contains.
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.
رياضيات متقطعة لعلوم الحاسب MATH 226. Chapter 10.
Some transformations that preserve sgn(λ 2 ≤ r) Bojana Mihailović, Marija Rašajski Elektrotehnički fakultet, Beograd SGA 2016, Beograd, Serbia.
Trees.
An introduction to chordal graphs and clique trees
Computing Connected Components on Parallel Computers
5.9.2 Characterizations of Planar Graphs
V17 Metabolic networks - Graph connectivity
Trees.
Connectivity Section 10.4.
Theorem 5.13: For vT‘, l’(v)= min{l(v), l(vk)+w(vk, v)}
Hamiltonian Cycles.
V12 Menger’s theorem Borrowing terminology from operations research
Existence of 3-factors in Star-free Graphs with High Connectivity
N(S) ={vV|uS,{u,v}E(G)}
Applied Combinatorics, 4th Ed. Alan Tucker
Graph Theory: Cuts and Connectivity
Presentation transcript:

ON UNICYCLIC REFLEXIVE GRAPHS

The spectrum of a simple graph (non-oriented, without loops and multiple edges) is the spectrum of its adjacency matrix, along with the usual assumption The Interlacing theorem: Let be the eigenvalues of a graph G and eigenvalues of its induced subgraph H. Then the inequalities,, hold. Reflexive graphs are graphs having

Graph G is a maximal reflexive graph inside a given class of graphs C if G is reflexive and any extension G+v that belongs to C has Theorem (Smith): For a simple graph G (resp. ) if and only if each component of G is an induced subgraph (resp. proper induced subgraph) of one of the graphs of Fig. 1, all of which have

Figure 1. Connected graphs that have their largest eigenvalue (the index) equal to 2 are known as Smith graphs

Theorem (Schwenk): Given a graph G, let ( ) denote the set of all cycles containing a vertex and an edge of G, respectively. Then (i) (ii) where Adj(v) denotes the set of neighbors of v, while G – V(C) is the graph obtained from G by removing the vertices belonging to the cycle C.

Corollary 1. Let G be a graph obtained by joining a vertex of a graph to a vertex of a graph by an edge. Let ( ) be the subgraph of ( ) obtained by deleting the vertex ( ) from (resp. ). Then Corollary 2. Let G be a graph with a pendant edge, being of degree 1. Then where ( ) is the graph obtained from G (resp. ) by deleting the vertex (resp. )

Theorem RS Let G be a graph with a cut vertex u. i.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 ii.If at least two components of G-u are Smith graphs, and the rest are subgraphs of Smith graphs, then iii.If at most one component of G-u is a Smith graph, and the rest are proper subgraphs of Smith graphs, then

Maximum number of loaded vertices of the cycle in unicyclic reflexive graph

Theorem 1. The cycle of unicyclic reflexive graph of length greater than 8 cannot have more than 7 loaded vertices. Theorem 2. The cycle of unicyclic reflexive graph of length greater than 10 cannot have more than 6 loaded vertices.

The length of the cycle with six loaded vertices Theorem 3. Maximal length of the cycle of unicyclic reflexive graph with 6 loaded vertices is l = 12.

The length of the cycle with five loaded vertices Theorem 4. 1.Maximal length of the cycle of unicyclic reflexive graph with 5 loaded vertices, if these vertices are not consecutive, is l = Maximal length of the cycle of unicyclic reflexive graph with 5 consecutive loaded vertices is l = 16.

The length of the cycle with four loaded vertices Theorem Maximal length of the cycle of unicyclic reflexive graph with 4 loaded vertices, if there are no consecutive loaded vertices on the cycle, is l = Maximal length of the cycle of unicyclic reflexive graph with 4 loaded vertices, if there are are two (but not three, and not four) consecutive loaded vertices on the cycle is l = Maximal length of the cycle of unicyclic reflexive graph with 4 loaded vertices, if there are are three (but not four) consecutive loaded vertices on the cycle is l = The length of the cycle of unicyclic reflexive graph with 4 consecutive loaded vertices, has no upper bound.

Let m, p, n, q be the lengths of the paths (a; b), (c; d), (a; d), (b; c), respectively The length of the cycle of graph G is l = m + p + q + n PG(2) = mpqn-4mpn-4mnq-4pqm- 4pqn+12mn+12mq+12pq+12np+16nq+16mp- 32m - 32n - 32p - 32q

m = 1: PG(2) = -3pqn + 8pn + 12nq + 8pq - 20n - 20q - 16p - 32 n mnqPG(2)λ 2 ≤2λ2>2λ2>2l p-64p≤16p≥ p-60p≤10p≥ p-56p≤7p≥ p-52p≤5p≥ p-48p≤4p≥ p-44p≤3p≥ p-40p≤2p≥ p-36p≤2p≥ p-32p≤1p≥ p-28p≤1p≥ p-24p≤1p≥ p-44p≤8p≥ p-28p≤7p≥ p-12p≤4p≥ p+4/p≥1/ p+20/p≥1/ /p≥1/

m = n = 1: PG(2) = 5pq - 8p - 8q – 52 p≥35: PG(2)= 167q > 0 p≥11 and q≥3: PG(2)= 47q > 0 pPG(2)λ 2 ≤2λ2>2λ2>2l 1.22q-68q≤34q≥ q-76q≤10q≥ q-84q≤7q≥ q-92q≤5q≥ q-100q≤4q≥ q-108q≤4q≥ q-116q≤3q≥ q-124q≤3q≥ q-132q≤3q≥415

m=n=p=1: PG(2) = -3q - 60 < 0

The length of the cycle with three loaded vertices Theorem 6. Let G be the unicyclic reflexive graph with exactly three loaded vertices of the cycle, and let m, n and k be the lengths of the paths between its loaded vertices, p= min (m,n,k). 1. If p≥3 then the maximal length of the cycle is If p=2: 2.1. m=n=2, the length of the cycle is not bounded m=2, n≥3, k≥3, maximal length of the cycle is If p=1: 3.1. m=n=1, or m=1, n=2, the length of the cycle is not bounded. 3.2 m=1, n≥3, k≥3, maximal length of the cycle is 40.

Let m, n, k be the lengths of the paths (a; b), (b; c), (c; a), respectively The length of the cycle of graph G is l = m + n + k p = min (m,n,k) PG(2) = -mnk + 4mn + 4mk + 4nk - 12m - 12n - 12k

p=1: p=3: p=2: p=4: mnkl 13k≤367≤l≤40 14k≤118≤l≤16 15k≤79≤l≤13 16k≤610≤l≤13 mnkl 23k≤188≤l≤23 24k≤109≤l≤16 25k≤710≤l≤14 26k≤611≤l≤14 mnkl 33k≤129≤l≤18 34k≤910≤l≤16 35k≤711≤l≤15 36k≤612≤l≤15 mnkl 44k≤812≤l≤16 45k≤713≤l≤16 46k≤614≤l≤16

p=5: 1.m=n=k=5, l=15 2.m=n=5, k=6, l=16 3.m=5, n=k=6, l=17 p=6: m=n=k=6, l=18