Distance-Transitive Graphs

Total Page:16

File Type:pdf, Size:1020Kb

Distance-Transitive Graphs Distance-Transitive Graphs Submitted for the module MATH4081 Robert F. Bailey (4MH) Supervisor: Prof. H.D. Macpherson May 10, 2002 2 Robert Bailey Department of Pure Mathematics University of Leeds Leeds, LS2 9JT May 10, 2002 The cover illustration is a diagram of the Biggs-Smith graph, a distance-transitive graph described in section 11.2. Foreword A graph is distance-transitive if, for any two arbitrarily-chosen pairs of vertices at the same distance, there is some automorphism of the graph taking the first pair onto the second. This project studies some of the properties of these graphs, beginning with some relatively simple combinatorial properties (chapter 2), and moving on to dis- cuss more advanced ones, such as the adjacency algebra (chapter 7), and Smith’s Theorem on primitive and imprimitive graphs (chapter 8). We describe four infinite families of distance-transitive graphs, these being the Johnson graphs, odd graphs (chapter 3), Hamming graphs (chapter 5) and Grass- mann graphs (chapter 6). Some group theory used in describing the last two of these families is developed in chapter 4. There is a chapter (chapter 9) on methods for constructing a new graph from an existing one; this concentrates mainly on line graphs and their properties. Finally (chapter 10), we demonstrate some of the ideas used in proving that for a given integer k > 2, there are only finitely many distance-transitive graphs of valency k, concentrating in particular on the cases k = 3 and k = 4. We also (chapter 11) present complete classifications of all distance-transitive graphs with these specific valencies. Acknowledgements I would like to thank my supervisor, Prof. H.D. Macpherson, for his assistance and encouragement throughout the duration of the project, and for suggesting the topic in the first place. Thanks are also due to my tutor, Dr. R.B.J.T. Allenby, for (voluntarily!) reading a preliminary version of the project, to Profs. J.K. Truss and J.C. McConnell for answering my “Do you know anything about....” questions, and to the assessor for his positive comments during the preliminary assessments. I should also thank Prof. E.R. Vrscay of the University of Waterloo for supplying [26]. 3 Contents 1 Introduction 6 1.1 Basic Definitions . 6 1.2 A Little Group Theory . 7 1.3 Automorphisms . 9 1.4 Different Kinds of ‘Transitive’ . 10 2 Introducing the Distance-Transitive Graph 14 2.1 Basic Properties . 14 2.2 Distance Partitions . 17 2.3 Intersection Numbers and Intersection Arrays . 18 2.4 Distance-Regular Graphs . 24 3 Uniform Subset Graphs 27 3.1 Introduction . 27 3.2 The Johnson Graphs J(n;2;1) ................... 28 3.3 The Johnson Graphs J(n;k;k 1) . 30 − 3.4 Pretty Pictures . 33 3.5 The Odd Graphs . 33 4 Some Permutation Group Theory 39 4.1 Primitive and Imprimitive Actions . 39 4.2 Direct and Semi-direct Products . 40 4.3 Wreath Products . 41 4.4 Projective Groups . 41 5 Hamming Graphs 43 5.1 Introduction . 43 5.2 Distance-Transitivity . 44 5.3 The k-Cubes . 46 6 Grassmann Graphs 47 6.1 Introduction . 47 6.2 Distance-Transitivity . 49 6.3 Intersection Arrays . 52 4 CONTENTS 5 6.4 Linking the Grassmann and Johnson Graphs . 54 7 Linear Algebra and Distance-Transitive Graphs 56 7.1 The Spectrum and the Adjacency Algebra . 56 7.2 Distance Matrices . 60 7.3 The Intersection Matrix . 62 7.4 Algebraic Constraints on the Intersection Array . 67 8 Primitive and Imprimitive Graphs 72 8.1 Introduction . 72 8.2 Antipodal Graphs . 75 8.3 Bipartite Distance-Transitive Graphs . 77 8.4 Smith’s Theorem . 80 9 New Graphs from Old 84 9.1 Line Graphs . 84 9.2 Automorphisms of Line Graphs . 86 9.3 Eigenvalues of Line Graphs . 88 9.4 Distance-Transitive Line Graphs . 90 9.5 Bipartite Doubles . 95 10 Bounding the Diameter 99 10.1 Introduction . 99 10.2 Cubic Graphs . 99 10.3 Tetravalent Graphs . 104 10.4 Extending to Higher Valencies . 107 11 Graphs of Low Valency 110 11.1 Smith’s Program . 110 11.2 Cubic Distance-Transitive Graphs . 110 11.3 Tetravalent Distance-Transitive Graphs . 117 Chapter 1 Introduction 1.1 Basic Definitions There are many simple definitions from graph theory that the reader is probably familiar with already (if not, consult an introductory text such as Wilson [40]). However, we will include these, if only to demonstrate our terminology and nota- tion, which varies considerably between texts. Definitions 1.1.1 – Graph Theory Definitions Let Γ be a graph, with VΓ denoting the set of vertices of Γ and EΓ the set of • edges of Γ. A graph is simple if all edges join two distinct vertices, and between any pair • of vertices u;v there is at most one edge. In this project, we will always be considering simple graphs. Two vertices u;v VΓ are adjacent if there is a single edge joining them. • We write u v to2 denote this. (Note that this relation is symmetric, but not reflexive∼ or transitive.) Also, two edges are adjacent∼ if they are incident with a common vertex. The degree, or valency of a vertex v is the number of edges incident with v, • denoted deg(v). A graph Γ is said to be regular if deg(u) = deg(v) for all u;v VΓ. It is • k-regular if deg(v) = k for all v VΓ. In this case, we refer to the2valency of Γ. A 3-regular graph is frequently2 described as a cubic graph, or sometimes as a trivalent graph. A path π in Γ is a finite sequence of edges from vertex u to vertex v where • all the intermediate vertices are distinct. 6 1.2 A Little Group Theory 7 Γ is said to be connected if for any u;v VΓ there exists a path π from u to • v. Otherwise, we say Γ is disconnected.2 A maximal connected subgraph of a disconnected graph Γ is called a component of Γ. A geodesic in Γ is a path from u to v containing the least number of edges. • The distance from u VΓ to v VΓ is the least number of edges in a path • from u to v. This is denoted2 by d2(u;v). The maximum distance in a graph Γ is called the diameter of Γ. • A circuit in Γ is a path from v to v. • The girth of Γ is the length of the shortest circuit in Γ. • A graph is bipartite if VΓ = V1 ˙V2 and each edge of Γ has one end in V1 and • [ the other end in V2. It can be shown that Γ is bipartite if and only if it has no circuits of odd length. An isomorphism from a graph Γ to a graph ∆ is a bijective function ϕ : VΓ • V∆ such that for u;v VΓ, ϕ(u) ϕ(v) (in ∆) if and only if u v (in Γ).! In Γ 2 ∆ ∼ Γ ∆ ∼ this case we say and are isomorphic, denoted by ∼= . An isomorphism from a graph Γ to itself is called an automorphism of Γ. • 1.2 A Little Group Theory It is assumed that the reader is already familiar with basic group theory, for example groups, Abelian groups, subgroups, direct products, cosets, Lagrange’s Theorem, homomorphisms, isomorphisms and factor groups. (If not, see a book such as Al- lenby [2] or Gallian [18].) In this project, we are particularly concerned with the concept of a group action on a set (specifically on the set of vertices of a graph). Formally, this is defined as follows: Definition 1.2.1 A group action of a group G on a set X is a function ρ : X G X satisfying × ! for all x X and for all g;h G, x(gh) = (xg)h; • 2 2 for all x X, xe = x (where e is the identity element of G). • 2 An action is said to be faithful if the only element of G fixing all elements of X is the identity. (The basics of group actions are covered well in Slomson [31]). This definition leads us straight away to a number of others: 8 Introduction Definition 1.2.2 The orbit of an element x X is the set OrbG(x) = xg g G (i.e. all elements 2 f 2 g of X that are the image of x under some permutation g G). OrbG(x) is a subset of X. 2 Definition 1.2.3 Suppose G is a permutation group acting on a set X. We say G is transitive on X if, for all x;y X, there exists g G such that xg = y. 2 2 We can also characterise transitivity in this way: Proposition 1.2.4 G is transitive on X if and only if, for all x X, OrbG(x) = X. 2 Proof: Suppose G is transitive on X. Then, by definition 1.2.3, for any x X there exists 2 some g G such that xg = y for all y X. Thus y OrbG(x) for all x X. 2 2 2 2 Conversely, suppose OrbG(x) = X for all x X. Then, by definition 1.2.2, for any x;y X, there exists g G such that xg = y2. So G is transitive on X . 2 2 Definition 1.2.5 The stabiliser of an element x X is the set StabG(x) = g G xg = x (i.e. all 2 f 2 g permutations of x that map x to itself).
Recommended publications
  • Distance Regular Graphs Simply Explained
    Distance Regular Graphs Simply Explained Alexander Coulter Paauwe April 20, 2007 Copyright c 2007 Alexander Coulter Paauwe. Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is included in the section entitled “GNU Free Documentation License”. Adjacency Algebra and Distance Regular Graphs: In this paper, we will discover some interesting properties of a particular kind of graph, called distance regular graphs, using algebraic graph theory. We will begin by developing some definitions that will allow us to explore the relationship between powers of the adjacency matrix of a graph and its eigenvalues, and ultimately give us particular insight into the eigenvalues of distance regular graphs. Basis for the Polynomial of an Adjacency Matrix We all know that for a given graph G, the powers of its adjacency matrix, A, have as their entries the number of n-walks between two vertices. More succinctly, we know that [An]i,j is the number of n-walks between the two vertices vi and vj. We also know that for a graph with diameter d, the first d powers of A are all linearly independent. Now, let us think of the set of all polynomials of the adjacency matrix, A, for a graph G. We can think of any member of the set as a linear combination of powers of A.
    [Show full text]
  • Constructing an Infinite Family of Cubic 1-Regular Graphs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Europ. J. Combinatorics (2002) 23, 559–565 doi:10.1006/eujc.2002.0589 Available online at http://www.idealibrary.com on Constructing an Infinite Family of Cubic 1-Regular Graphs YQAN- UAN FENG† AND JIN HO KWAK A graph is 1-regular if its automorphism group acts regularly on the set of its arcs. Miller [J. Comb. Theory, B, 10 (1971), 163–182] constructed an infinite family of cubic 1-regular graphs of order 2p, where p ≥ 13 is a prime congruent to 1 modulo 3. Marusiˇ cˇ and Xu [J. Graph Theory, 25 (1997), 133– 138] found a relation between cubic 1-regular graphs and tetravalent half-transitive graphs with girth 3 and Alspach et al.[J. Aust. Math. Soc. A, 56 (1994), 391–402] constructed infinitely many tetravalent half-transitive graphs with girth 3. Using these results, Miller’s construction can be generalized to an infinite family of cubic 1-regular graphs of order 2n, where n ≥ 13 is odd such that 3 divides ϕ(n), the Euler function of n. In this paper, we construct an infinite family of cubic 1-regular graphs with order 8(k2 + k + 1)(k ≥ 2) as cyclic-coverings of the three-dimensional Hypercube. c 2002 Elsevier Science Ltd. All rights reserved. 1. INTRODUCTION In this paper we consider an undirected finite connected graph without loops or multiple edges. For a graph G, we denote by V (G), E(G), A(G) and Aut(G) the vertex set, the edge set, the arc set and the automorphism group, respectively.
    [Show full text]
  • Non-Hamiltonian 3–Regular Graphs with Arbitrary Girth
    Universal Journal of Applied Mathematics 2(1): 72-78, 2014 DOI: 10.13189/ujam.2014.020111 http://www.hrpub.org Non-Hamiltonian 3{Regular Graphs with Arbitrary Girth M. Haythorpe School of Computer Science, Engineering and Mathematics, Flinders University, Australia ∗Corresponding Author: michael.haythorpe@flinders.edu.au Copyright ⃝c 2014 Horizon Research Publishing All rights reserved. Abstract It is well known that 3{regular graphs with arbitrarily large girth exist. Three constructions are given that use the former to produce non-Hamiltonian 3{regular graphs without reducing the girth, thereby proving that such graphs with arbitrarily large girth also exist. The resulting graphs can be 1{, 2{ or 3{edge-connected de- pending on the construction chosen. From the constructions arise (naive) upper bounds on the size of the smallest non-Hamiltonian 3{regular graphs with particular girth. Several examples are given of the smallest such graphs for various choices of girth and connectedness. Keywords Girth, Cages, Cubic, 3-Regular, Prisons, Hamiltonian, non-Hamiltonian 1 Introduction Consider a k{regular graph Γ with girth g, containing N vertices. Then Γ is said to be a (k; g){cage if and only if all other k{regular graphs with girth g contain N or more vertices. The study of cages, or cage graphs, goes back to Tutte [15], who later gave lower bounds on n(k; g), the number of vertices in a (k; g){cage [16]. The best known upper bounds on n(k; g) were obtained by Sauer [14] around the same time. Since that time, the advent of vast computational power has enabled large-scale searches such as those conducted by McKay et al [10], and Royle [13] who maintains a webpage with examples of known cages.
    [Show full text]
  • Maximizing the Order of a Regular Graph of Given Valency and Second Eigenvalue∗
    SIAM J. DISCRETE MATH. c 2016 Society for Industrial and Applied Mathematics Vol. 30, No. 3, pp. 1509–1525 MAXIMIZING THE ORDER OF A REGULAR GRAPH OF GIVEN VALENCY AND SECOND EIGENVALUE∗ SEBASTIAN M. CIOABA˘ †,JACKH.KOOLEN‡, HIROSHI NOZAKI§, AND JASON R. VERMETTE¶ Abstract. From Alon√ and Boppana, and Serre, we know that for any given integer k ≥ 3 and real number λ<2 k − 1, there are only finitely many k-regular graphs whose second largest eigenvalue is at most λ. In this paper, we investigate the largest number of vertices of such graphs. Key words. second eigenvalue, regular graph, expander AMS subject classifications. 05C50, 05E99, 68R10, 90C05, 90C35 DOI. 10.1137/15M1030935 1. Introduction. For a k-regular graph G on n vertices, we denote by λ1(G)= k>λ2(G) ≥ ··· ≥ λn(G)=λmin(G) the eigenvalues of the adjacency matrix of G. For a general reference on the eigenvalues of graphs, see [8, 17]. The second eigenvalue of a regular graph is a parameter of interest in the study of graph connectivity and expanders (see [1, 8, 23], for example). In this paper, we investigate the maximum order v(k, λ) of a connected k-regular graph whose second largest eigenvalue is at most some given parameter λ. As a consequence of work of Alon and Boppana and of Serre√ [1, 11, 15, 23, 24, 27, 30, 34, 35, 40], we know that v(k, λ) is finite for λ<2 k − 1. The recent result of Marcus, Spielman, and Srivastava [28] showing the existence of infinite families of√ Ramanujan graphs of any degree at least 3 implies that v(k, λ) is infinite for λ ≥ 2 k − 1.
    [Show full text]
  • The Intriguing Human Preference for a Ternary Patterned Reality
    75 Kragujevac J. Sci. 27 (2005) 75-114. THE INTRIGUING HUMAN PREFERENCE FOR A TERNARY PATTERNED REALITY Lionello Pogliani,* Douglas J. Klein,‡ and Alexandru T. Balaban¥ *Dipartimento di Chimica Università della Calabria, 87030 Rende (CS), Italy; ‡Texas A&M University at Galveston, Galveston, Texas, 77553-1675, USA; ¥ Texas A&M University at Galveston, Galveston, Texas, 77551, USA E-mails: [email protected]; [email protected]; balabana @tamug.tamu.edu (Received February 10, 2005) Three paths through the high spring grass / One is the quicker / and I take it (Haikku by Yosa Buson, Spring wind on the river bank Kema) How did number theory degrade to numerology? How did numerology influence different aspects of human creation? How could some numbers assume such an extraordinary meaning? Why some numbers appear so often throughout the fabric of reality? Has reality really a preference for a ternary pattern? Present excursion through the ‘life’ and ‘deeds’ of this pattern and of its parent number in different fields of human culture try to offer an answer to some of these questions giving at the same time a glance of the strange preference of the human mind for a patterned reality based on number three, which, like the 'unary' and 'dualistic' patterned reality, but in a more emphatic way, ended up assuming an archetypical character in the intellectual sphere of humanity. Introduction Three is not only the sole number that is the sum of all the natural numbers less than itself, but it lies between arguably the two most important irrational and transcendental numbers of all mathematics, i.e., e < 3 < π.
    [Show full text]
  • Algebraic Graph Theory: Automorphism Groups and Cayley Graphs
    Algebraic Graph Theory: Automorphism Groups and Cayley graphs Glenna Toomey April 2014 1 Introduction An algebraic approach to graph theory can be useful in numerous ways. There is a relatively natural intersection between the fields of algebra and graph theory, specifically between group theory and graphs. Perhaps the most natural connection between group theory and graph theory lies in finding the automorphism group of a given graph. However, by studying the opposite connection, that is, finding a graph of a given group, we can define an extremely important family of vertex-transitive graphs. This paper explores the structure of these graphs and the ways in which we can use groups to explore their properties. 2 Algebraic Graph Theory: The Basics First, let us determine some terminology and examine a few basic elements of graphs. A graph, Γ, is simply a nonempty set of vertices, which we will denote V (Γ), and a set of edges, E(Γ), which consists of two-element subsets of V (Γ). If fu; vg 2 E(Γ), then we say that u and v are adjacent vertices. It is often helpful to view these graphs pictorially, letting the vertices in V (Γ) be nodes and the edges in E(Γ) be lines connecting these nodes. A digraph, D is a nonempty set of vertices, V (D) together with a set of ordered pairs, E(D) of distinct elements from V (D). Thus, given two vertices, u, v, in a digraph, u may be adjacent to v, but v is not necessarily adjacent to u. This relation is represented by arcs instead of basic edges.
    [Show full text]
  • On the Metric Dimension of Imprimitive Distance-Regular Graphs
    On the metric dimension of imprimitive distance-regular graphs Robert F. Bailey Abstract. A resolving set for a graph Γ is a collection of vertices S, cho- sen so that for each vertex v, the list of distances from v to the members of S uniquely specifies v. The metric dimension of Γ is the smallest size of a resolving set for Γ. Much attention has been paid to the metric di- mension of distance-regular graphs. Work of Babai from the early 1980s yields general bounds on the metric dimension of primitive distance- regular graphs in terms of their parameters. We show how the metric dimension of an imprimitive distance-regular graph can be related to that of its halved and folded graphs, but also consider infinite families (including Taylor graphs and the incidence graphs of certain symmetric designs) where more precise results are possible. Mathematics Subject Classification (2010). Primary 05E30; Secondary 05C12. Keywords. Metric dimension; resolving set; distance-regular graph; imprimitive; halved graph; folded graph; bipartite double; Taylor graph; incidence graph. 1. Introduction Let Γ = (V; E) be a finite, undirected graph without loops or multiple edges. For u; v 2 V , the distance from u to v is the least number of edges in a path from u to v, and is denoted dΓ(u; v) (or simply d(u; v) if Γ is clear from the context). A resolving set for a graph Γ = (V; E) is a set of vertices R = fv1; : : : ; vkg such that for each vertex w 2 V , the list of distances (d(w; v1);:::; d(w; vk)) uniquely determines w.
    [Show full text]
  • Distances, Diameter, Girth, and Odd Girth in Generalized Johnson Graphs
    Distances, Diameter, Girth, and Odd Girth in Generalized Johnson Graphs Ari J. Herman Dept. of Mathematics & Statistics Portland State University, Portland, OR, USA Mathematical Literature and Problems project in partial fulfillment of requirements for the Masters of Science in Mathematics Under the direction of Dr. John Caughman with second reader Dr. Derek Garton Abstract Let v > k > i be non-negative integers. The generalized Johnson graph, J(v; k; i), is the graph whose vertices are the k-subsets of a v-set, where vertices A and B are adjacent whenever jA \ Bj = i. In this project, we present the results of the paper \On the girth and diameter of generalized Johnson graphs," by Agong, Amarra, Caughman, Herman, and Terada [1], along with a number of related additional results. In particular, we derive general formulas for the girth, diameter, and odd girth of J(v; k; i). Furthermore, we provide a formula for the distance between any two vertices A and B in terms of the cardinality of their intersection. We close with a number of possible future directions. 2 1. Introduction In this project, we present the results of the paper \On the girth and diameter of generalized Johnson graphs," by Agong, Amarra, Caughman, Herman, and Terada [1], along with a number of related additional results. Let v > k > i be non-negative integers. The generalized Johnson graph, X = J(v; k; i), is the graph whose vertices are the k-subsets of a v-set, with adjacency defined by A ∼ B , jA \ Bj = i: (1) Generalized Johnson graphs were introduced by Chen and Lih in [4].
    [Show full text]
  • On Cayley Graphs of Algebraic Structures
    On Cayley graphs of algebraic structures Didier Caucal1 1 CNRS, LIGM, University Paris-East, France [email protected] Abstract We present simple graph-theoretic characterizations of Cayley graphs for left-cancellative monoids, groups, left-quasigroups and quasigroups. We show that these characterizations are effective for the end-regular graphs of finite degree. 1 Introduction To describe the structure of a group, Cayley introduced in 1878 [7] the concept of graph for any group (G, ·) according to any generating subset S. This is simply the set of labeled s oriented edges g −→ g·s for every g of G and s of S. Such a graph, called Cayley graph, is directed and labeled in S (or an encoding of S by symbols called letters or colors). The study of groups by their Cayley graphs is a main topic of algebraic graph theory [3, 8, 2]. A characterization of unlabeled and undirected Cayley graphs was given by Sabidussi in 1958 [15] : an unlabeled and undirected graph is a Cayley graph if and only if we can find a group with a free and transitive action on the graph. However, this algebraic characterization is not well suited for deciding whether a possibly infinite graph is a Cayley graph. It is pertinent to look for characterizations by graph-theoretic conditions. This approach was clearly stated by Hamkins in 2010: Which graphs are Cayley graphs? [10]. In this paper, we present simple graph-theoretic characterizations of Cayley graphs for firstly left-cancellative and cancellative monoids, and then for groups. These characterizations are then extended to any subset S of left-cancellative magmas, left-quasigroups, quasigroups, and groups.
    [Show full text]
  • ISOMETRIC SUBGRAPHS of HAMMING GRAPHS and D-CONVEXITY
    4. K.V. Rudakov, "Completeness and universal constraints in the problem of correction of heuristic classification algorithms," Kibernetika, No, 3, 106-109 (1987). 5. K.V. Rudakov, "Symmetry and function constraints in the problem of correction of heur- istic classification algorithms," Kibernetika, No. 4, 74-77 (1987). 6. K.V. Rudakov, On Some Classes of Recognition Algorithms (General Results) [in Russian], VTs AN SSSR, Moscow (1980). ISOMETRIC SUBGRAPHS OF HAMMING GRAPHS AND d-CONVEXITY V. D. Chepoi UDC 519.176 In this study, we provide criteria of isometric embeddability of graphs in Hamming graphs. We consider ordinary connected graphs with a finite vertex set endowed with the natural metric d(x, y), equal to the number of edges in the shortest chain between the ver- tices x and y. Let al,...,a n be natural numbers. The Hamming graph Hal...a n is the graph with the ver- tex set X = {x = (x l..... xn):l~xi~a~, ~ = l,...n} in which two vertices are joined by an edge if and only if the corresponding vectors differ precisely in one coordinate [i, 2]. In other words, the graph Hal...a n is the Cartesian product of the graphs Hal,...,Han, where Hal is the ai-vertex complete graph. It is easy to show that in the Hamming graph the distance d(x, y) between the vertices x, y is equal to the number of different pairs of coordinates in the tuples corresponding to these vertices, i.e., it is equal to the Hamming distance between these tuples. It is also easy to show that the graph of the n-dimensional cube Qn may be treated as the Hamming graph H2..
    [Show full text]
  • Towards a Classification of Distance-Transitive Graphs
    数理解析研究所講究録 1063 巻 1998 年 72-83 72 Towards a classification of distance-transitive graphs John van Bon Abstract We outline the programme of classifying all finite distance-transitive graphs. We men- tion the most important classification results obtained so far and give special attention to the so called affine graphs. 1. Introduction The graphs in this paper will be always assumed to be finite, connected, undirected and without loops or multiple edges. The edge set of a graph can thus be identified with a subset of the set of unoidered pairs of vertices. Let $\Gamma=(V\Gamma, E\Gamma)$ be a graph and $x,$ $y\in V\Gamma$ . With $d(x, y)$ we will denote the usual distance $\Gamma$ in between the vertices $x$ and $y$ (i.e., the length of the shortest path connecting $x$ and $y$ ) and with $d$ we will denote the diameter of $\Gamma$ , the maximum of all possible values of $d(x, y)$ . Let $\Gamma_{i}(x)=\{y|y\in V\Gamma, d(x, y)=i\}$ be the set of all vertices at distance $i$ of $x$ . An $aut_{omo}rph7,sm$ of a graph is a permutation of the vertex set that maps edges to edges. Let $G$ be a group acting on a graph $\Gamma$ (i.e. we are given a morphism $Garrow Aut(\Gamma)$ ). For a $x\in V\Gamma$ $x^{g}$ vertex and $g\in G$ the image of $x$ under $g$ will be denoted by . The set $\{g\in G|x^{g}=x\}$ is a subgroup of $G$ , called that stabilizer in $G$ of $x$ and will be denoted by $G_{x}$ .
    [Show full text]
  • ON SOME PROPERTIES of MIDDLE CUBE GRAPHS and THEIR SPECTRA Dr.S
    Science, Technology and Development ISSN : 0950-0707 ON SOME PROPERTIES OF MIDDLE CUBE GRAPHS AND THEIR SPECTRA Dr.S. Uma Maheswari, Lecturer in Mathematics, J.M.J. College for Women (Autonomous) Tenali, Andhra Pradesh, India Abstract: In this research paper we begin with study of family of n For example, the boundary of a 4-cube contains 8 cubes, dimensional hyper cube graphs and establish some properties related to 24 squares, 32 lines and 16 vertices. their distance, spectra, and multiplicities and associated eigen vectors and extend to bipartite double graphs[11]. In a more involved way since no complete characterization was available with experiential results in several inter connection networks on this spectra our work will add an element to existing theory. Keywords: Middle cube graphs, distance-regular graph, antipodalgraph, bipartite double graph, extended bipartite double graph, Eigen values, Spectrum, Adjacency Matrix.3 1) Introduction: An n dimensional hyper cube Qn [24] also called n-cube is an n dimensional analogue of Square and a Cube. It is closed compact convex figure whose 1-skelton consists of groups of opposite parallel line segments aligned in each of spaces dimensions, perpendicular to each other and of same length. 1.1) A point is a hypercube of dimension zero. If one moves this point one unit length, it will sweep out a line segment, which is the measure polytope of dimension one. A projection of hypercube into two- dimensional image If one moves this line segment its length in a perpendicular direction from itself; it sweeps out a two-dimensional square.
    [Show full text]