Dankelmann-The Distance Concept and Distances in Graphs

Total Page:16

File Type:pdf, Size:1020Kb

Dankelmann-The Distance Concept and Distances in Graphs The Distance Concept and Distance in Graphs P. Dankelmann and S. Mukwembi University of KwaZulu-Natal, Durban, South Africa. November 2, 2011 Contents 1 Introduction 2 2 Diameter 3 2.1 Diameter, order and size . .3 2.2 Diameter and degrees . .4 2.3 The degree diameter problem . .5 2.4 Diameter, connectivity and edge-connectivity . .7 2.5 Diameter-minimal graphs . .7 2.6 Remarks on computational aspects . .9 3 Radius 9 3.1 Radius, diameter and the centre . 10 3.2 Radius, size, and vertex degrees . 11 3.3 Connectivity and edge-connectivity . 13 3.4 Planar graphs . 14 3.5 Domination number and independence number . 14 3.6 Radius-critical and minimal graphs . 14 4 Eccentricity 16 5 Wiener index 19 6 Eccentric connectivity index 22 6.1 Some extremal graphs . 24 6.2 Bounds in terms of order . 24 6.3 Bounds in terms of order and diameter . 26 6.4 Bounds in terms of order and size . 27 6.5 Regular graphs . 28 7 Degree distance 29 8 Gutman index 32 9 Eccentric Distance Sum 34 1 1 Introduction The concept of distance pervades all of science and mathematics, and even our daily lives. Also in the study of graphs, distances have played a central role throughout. A major impetus to in- vestigations of distance concepts in graphs was given by their wide applicability. Its applications range from facility location problems and network design in operations research to prediction of properties of chemical compounds in chemistry, from measuring closeness of groups of individuals in sociology to identifying important role players in, for example, the internet. With Wiener's discovery of a close correlation between the boiling points of certain alkanes and the sum of the distances between vertices in the graphs representing their molecular struc- tures [163], it became apparent that graph parameters, or topological indices, can potentially be used to predict properties of chemical compounds. Many new topological indices have been considered over the past decades and their predictive power for various properties tested. Like Wiener's original topological index, which is defined as the sum of all distances, many topological indices are based on distances between vertices. In the classical study of distances in graph theory, the main focus has been on the study of the two main graph parameters concerned with distance, the diameter and the radius. Methods developed became the foundation for most research into other distance related graph parameters. For this reason, we briefly review some of the main results on these two classical distance parameters, before moving on to the Wiener index and more recent topological indices. Although most results will be presented without proof, we include some of the proofs where methods are used that seem applicable to other distance based topological indices. The notation we use is as follows. The distance between two vertices u and v of a graph is the minimum length of a (u; v)-path. It is denoted by dG(u; v). The eccentricity ecG(v) of a vertex v is defined as the distance between v and a vertex furthest apart from v, i.e., ecG(v) = maxu2V (G) dG(v; u). The largest of the eccentricities of the vertices of a graph G (or alternatively the largest of the distances between its vertices) is the diameter, denoted by diam(G). The radius of G, denoted by rad(G), is the smallest of the eccentricities of the vertices. 2 Diameter The diameter is the most common of the classical distance parameters in graph theory, and much of the research on distances is in fact on the diameter. 2.1 Diameter, order and size Let G be a connected graph of order n. Clearly, 1 ≤ diam(G) ≤ n − 1, and the diameter equals 1 or n − 1 if and only if G is a complete graph or a path. If we also consider the size of the graph, then we can give an upper bound on the diameter which is significantly stronger than n − 1: 1 r 17 diam(G) ≤ n + − 2m − 2n + : (1) 2 4 This bound is an immediate consequence of a classical result (Theorem 1) by Ore [140] which characterises diameter-maximal graphs, i.e., graphs with the property that adding any new edge decreases the diameter, which leads to the determination of the maximum size of a graph of given order and diameter. Theorem 1. Let G be a connected graph of order n and diameter d ≥ 2. (a) G is diameter-maximal if and only if G = K1 + Kn1 + Kn2 + ::: + Knd−1 + K1 for some positive integers n1; n2; : : : ; nd−1 with n1 + n2 + ::: + nd−1 = n − 2. (b) If G has size m, then 1 m ≤ d + (n − d − 1)(n − d + 4): 2 Part (a) of the above theorem is proved by fixing a pair u; v of vertices at distance d, and then considering the 'ith distance layer' of u for i = 1; 2; : : : ; d, i.e., the set of vertices at distance exactly i from u. It is easy to check that adding an edge between two vertices in the same or in consecutive distance layers does not decrease d(u; v), and so leaves the diameter unchanged, hence all such edges must be present in G. If now ni is the cardinality of the ith distance layer, then it is easily seen that nd = 1. Part (b) now follows from the fact that the size of a graph described in (a) is maximised if, for example, all but one ni (for i 6= d) equal 1. QED Several extensions of the above theorem are known, where in addition to order and diameter also other graph parameters such as connectivity or edge-connectivity are prescribed, and the maximum number of edges of such is determined. For these the reader is referred to papers by Caccetta and Smyth [26, 27, 28]. It is also easy to prove a bipartite version of Theorem 1. Lower bounds for the diameter in terms of order and size alone are not particularly interesting since every connected graph of order n has at least n − 1 edges, and since for each n and each d with 2 ≤ d ≤ n − 1 there exists a tree (of size n − 1) of order n and diameter d. However, for small diameter such a tree has large maximum degree, and its minimum degree equals 1. It makes therefore sense to consider relationships between order, size and diameter that take also maximum degree or minimum degree into account. The challenging problem of determining the minimum number of edges of a graph of given order, maximum degree and diameter has been investigated by Erd¨osand R´enyi [68], Erd¨os, R´enyi and S´os[69], and by Bollob´as[15]. See also the book [18]. The problem of determining the minimum number of edges of a graph of given order, minimum degree and diameter (see Bondy and Murty [19]) was considered by Bollob´as and Harary [24], and solved by Bollob´as[17]. 2.2 Diameter and degrees Since the graph that maximises the diameter among all connected graphs, the path, has mini- mum degree 1 and maximum degree 2, it is natural to ask if for graphs with larger maximum degree or larger minimum degree we can give stronger bounds. It is straightforward to prove that a graph of order n and maximum degree ∆ has diameter at most n + 1 − ∆, which was first noted in [20]. Upper bounds on the diameter in terms of order and minimum degree are far more interesting, they have been considered and rediscovered by numerous authors, for example Moon [127], Goldsmith, Manvel and Farber [83], Erd¨os,Pach, Pollack and Tuza [67]. Klee and Quaife [110] and Amar, Fournier and Germa [3] proved similar bounds that also prescribed the vertex connectivity. Below we give the most general result, due to Erd¨oset al. [67]. The basic observation from which most of these bounds follow is simple: If we fix a shortest path between two vertices u and v at maximum distance and if we then consider the vertices on the path at distance 0, 3, 6, 9;::: on this path, then we obtain about diam(G)=3 vertices whose closed diam(G) neighbourhoods are pairwise disjoint. Hence, approximately, n ≥ 3 (δ + 1), and so the 3n diameter is at most δ+1 + O(1). Theorem 2. Let G be a connected graph of order n and minimum degree δ ≥ 2. Then j 3n k diam(G) ≤ : δ + 1 If G is also triangle-free then ln − δ − 1m diam(G) ≤ 4 2δ If G does not contain 4-cycles, then j 5n k diam(G) ≤ δ2 − 2bδ=2c + 1 In [67] it is also shown that the first two bounds are best possible, up to an additive constant, and that the third bound is almost best possible. Dankelmann, Dlamini and Swart [41, 42] used different methods to extend Theorem 2 to K2;t-free graphs and to K3;3-free graphs. It makes sense to investigate if bounds similar to those for graphs of given order and minimum degree hold, with the minimum degree replaced by a number dependent on the degree but slightly larger than the minimum degree, for example one could try the average degree. It is easy to verify that replacing the minimum degree by the average degree in Theorem 2 yields an inequality which does not hold in general. Another promising candidate seems to be the inverse degree of a graph, defined by r(G) = P 1 , as r(G) equals n , where d^is the harmonic mean of the v2V (G) deg(v) d^ vertex degrees of G.
Recommended publications
  • Geodesic Distance Descriptors
    Geodesic Distance Descriptors Gil Shamai and Ron Kimmel Technion - Israel Institute of Technologies [email protected] [email protected] Abstract efficiency of state of the art shape matching procedures. The Gromov-Hausdorff (GH) distance is traditionally used for measuring distances between metric spaces. It 1. Introduction was adapted for non-rigid shape comparison and match- One line of thought in shape analysis considers an ob- ing of isometric surfaces, and is defined as the minimal ject as a metric space, and object matching, classification, distortion of embedding one surface into the other, while and comparison as the operation of measuring the discrep- the optimal correspondence can be described as the map ancies and similarities between such metric spaces, see, for that minimizes this distortion. Solving such a minimiza- example, [13, 33, 27, 23, 8, 3, 24]. tion is a hard combinatorial problem that requires pre- Although theoretically appealing, the computation of computation and storing of all pairwise geodesic distances distances between metric spaces poses complexity chal- for the matched surfaces. A popular way for compact repre- lenges as far as direct computation and memory require- sentation of functions on surfaces is by projecting them into ments are involved. As a remedy, alternative representa- the leading eigenfunctions of the Laplace-Beltrami Opera- tion spaces were proposed [26, 22, 15, 10, 31, 30, 19, 20]. tor (LBO). When truncated, the basis of the LBO is known The question of which representation to use in order to best to be the optimal for representing functions with bounded represent the metric space that define each form we deal gradient in a min-max sense.
    [Show full text]
  • Entanglement Entropy and Schmidt Numbers in Quantum Networks Of
    Entanglement entropy and Schmidt numbers in quantum networks of coupled quantum oscillator a a a M. A. Jafarizadeh ∗, S. Nami †F. Eghbalifam ‡, aDepartment of Theoretical Physics and Astrophysics, University of Tabriz, Tabriz 51664, Iran. June 9, 2021 Abstract We investigate the entanglement of the ground state in the quantum networks that their nodes are considered as quantum harmonic oscillators. To this aim, the Schmidt numbers and entanglement entropy between two arbitrary partitions of a network, are arXiv:1407.4044v1 [quant-ph] 15 Jul 2014 calculated. In partitioning an arbitrary graph into two parts there are some nodes in each parts which are not connected to the nodes of the other part. So these nodes of each part, can be in distinct subsets. Therefore the graph separates into four subsets. The nodes of the first and last subsets are those which are not connected to the nodes of other ∗E-mail:[email protected] †E-mail:[email protected] ‡E-mail:[email protected] 1 Entanglement entropy 2 part. In theorem I, by using generalized Schur complement method in these four subsets, we prove that all graphs which their connections between all two alternative subsets are complete, have the same entropy. A large number of graphs satisfy this theorem. Then the entanglement entropy in the limit of large coupling and large size of system, is investigated in these graphs. One of important quantities about partitioning, is conductance of graph. The con- ductance of graph is considered in some various graphs. In these graphs we compare the conductance of graph and the entanglement entropy.
    [Show full text]
  • Network Science
    This is a preprint of Katy Börner, Soma Sanyal and Alessandro Vespignani (2007) Network Science. In Blaise Cronin (Ed) Annual Review of Information Science & Technology, Volume 41. Medford, NJ: Information Today, Inc./American Society for Information Science and Technology, chapter 12, pp. 537-607. Network Science Katy Börner School of Library and Information Science, Indiana University, Bloomington, IN 47405, USA [email protected] Soma Sanyal School of Library and Information Science, Indiana University, Bloomington, IN 47405, USA [email protected] Alessandro Vespignani School of Informatics, Indiana University, Bloomington, IN 47406, USA [email protected] 1. Introduction.............................................................................................................................................2 2. Notions and Notations.............................................................................................................................4 2.1 Graphs and Subgraphs .........................................................................................................................5 2.2 Graph Connectivity..............................................................................................................................7 3. Network Sampling ..................................................................................................................................9 4. Network Measurements........................................................................................................................11
    [Show full text]
  • Latent Distance Estimation for Random Geometric Graphs ∗
    Latent Distance Estimation for Random Geometric Graphs ∗ Ernesto Araya Valdivia Laboratoire de Math´ematiquesd'Orsay (LMO) Universit´eParis-Sud 91405 Orsay Cedex France Yohann De Castro Ecole des Ponts ParisTech-CERMICS 6 et 8 avenue Blaise Pascal, Cit´eDescartes Champs sur Marne, 77455 Marne la Vall´ee,Cedex 2 France Abstract: Random geometric graphs are a popular choice for a latent points generative model for networks. Their definition is based on a sample of n points X1;X2; ··· ;Xn on d−1 the Euclidean sphere S which represents the latent positions of nodes of the network. The connection probabilities between the nodes are determined by an unknown function (referred to as the \link" function) evaluated at the distance between the latent points. We introduce a spectral estimator of the pairwise distance between latent points and we prove that its rate of convergence is the same as the nonparametric estimation of a d−1 function on S , up to a logarithmic factor. In addition, we provide an efficient spectral algorithm to compute this estimator without any knowledge on the nonparametric link function. As a byproduct, our method can also consistently estimate the dimension d of the latent space. MSC 2010 subject classifications: Primary 68Q32; secondary 60F99, 68T01. Keywords and phrases: Graphon model, Random Geometric Graph, Latent distances estimation, Latent position graph, Spectral methods. 1. Introduction Random geometric graph (RGG) models have received attention lately as alternative to some simpler yet unrealistic models as the ubiquitous Erd¨os-R´enyi model [11]. They are generative latent point models for graphs, where it is assumed that each node has associated a latent d point in a metric space (usually the Euclidean unit sphere or the unit cube in R ) and the connection probability between two nodes depends on the position of their associated latent points.
    [Show full text]
  • Average D-Distance Between Vertices of a Graph
    italian journal of pure and applied mathematics { n. 33¡2014 (293¡298) 293 AVERAGE D-DISTANCE BETWEEN VERTICES OF A GRAPH D. Reddy Babu Department of Mathematics Koneru Lakshmaiah Education Foundation (K.L. University) Vaddeswaram Guntur 522 502 India e-mail: [email protected], [email protected] P.L.N. Varma Department of Science & Humanities V.F.S.T.R. University Vadlamudi Guntur 522 237 India e-mail: varma [email protected] Abstract. The D-distance between vertices of a graph G is obtained by considering the path lengths and as well as the degrees of vertices present on the path. The average D-distance between the vertices of a connected graph is the average of the D-distances between all pairs of vertices of the graph. In this article we study the average D-distance between the vertices of a graph. Keywords: D-distance, average D-distance, diameter. 2000 Mathematics Subject Classi¯cation: 05C12. 1. Introduction The concept of distance is one of the important concepts in study of graphs. It is used in isomorphism testing, graph operations, hamiltonicity problems, extremal problems on connectivity and diameter, convexity in graphs etc. Distance is the basis of many concepts of symmetry in graphs. In addition to the usual distance, d(u; v) between two vertices u; v 2 V (G) we have detour distance (introduced by Chartrand et al, see [2]), superior distance (introduced by Kathiresan and Marimuthu, see [6]), signal distance (introduced by Kathiresan and Sumathi, see [7]), degree distance etc. 294 d. reddy babu, p.l.n. varma In an earlier article [9], the authors introduced the concept of D-distance be- tween vertices of a graph G by considering not only path length between vertices, but also the degrees of all vertices present in a path while de¯ning the D-distance.
    [Show full text]
  • ABC Index on Subdivision Graphs and Line Graphs
    IOSR Journal of Mathematics (IOSR-JM) e-ISSN: 2278-5728 p-ISSN: 2319–765X PP 01-06 www.iosrjournals.org ABC index on subdivision graphs and line graphs A. R. Bindusree1, V. Lokesha2 and P. S. Ranjini3 1Department of Management Studies, Sree Narayana Gurukulam College of Engineering, Kolenchery, Ernakulam-682 311, Kerala, India 2PG Department of Mathematics, VSK University, Bellary, Karnataka, India-583104 3Department of Mathematics, Don Bosco Institute of Technology, Bangalore-61, India, Recently introduced Atom-bond connectivity index (ABC Index) is defined as d d 2 ABC(G) = i j , where and are the degrees of vertices and respectively. In this di d j vi v j di .d j paper we present the ABC index of subdivision graphs of some connected graphs.We also provide the ABC index of the line graphs of some subdivision graphs. AMS Subject Classification 2000: 5C 20 Keywords: Atom-bond connectivity(ABC) index, Subdivision graph, Line graph, Helm graph, Ladder graph, Lollipop graph. 1 Introduction and Terminologies Topological indices have a prominent place in Chemistry, Pharmacology etc.[9] The recently introduced Atom-bond connectivity (ABC) index has been applied up until now to study the stability of alkanes and the strain energy of cycloalkanes. Furtula et al. (2009) [4] obtained extremal ABC values for chemical trees, and also, it has been shown that the star K1,n1 , has the maximal ABC value of trees. In 2010, Kinkar Ch Das present the lower and upper bounds on ABC index of graphs and trees, and characterize graphs for which these bounds are best possible[1].
    [Show full text]
  • "Distance Measures for Graph Theory"
    Distance measures for graph theory : Comparisons and analyzes of different methods Dissertation presented by Maxime DUYCK for obtaining the Master’s degree in Mathematical Engineering Supervisor(s) Marco SAERENS Reader(s) Guillaume GUEX, Bertrand LEBICHOT Academic year 2016-2017 Acknowledgments First, I would like to thank my supervisor Pr. Marco Saerens for his presence, his advice and his precious help throughout the realization of this thesis. Second, I would also like to thank Bertrand Lebichot and Guillaume Guex for agreeing to read this work. Next, I would like to thank my parents, all my family and my friends to have accompanied and encouraged me during all my studies. Finally, I would thank Malian De Ron for creating this template [65] and making it available to me. This helped me a lot during “le jour et la nuit”. Contents 1. Introduction 1 1.1. Context presentation .................................. 1 1.2. Contents .......................................... 2 2. Theoretical part 3 2.1. Preliminaries ....................................... 4 2.1.1. Networks and graphs .............................. 4 2.1.2. Useful matrices and tools ........................... 4 2.2. Distances and kernels on a graph ........................... 7 2.2.1. Notion of (dis)similarity measures ...................... 7 2.2.2. Kernel on a graph ................................ 8 2.2.3. The shortest-path distance .......................... 9 2.3. Kernels from distances ................................. 9 2.3.1. Multidimensional scaling ............................ 9 2.3.2. Gaussian mapping ............................... 9 2.4. Similarity measures between nodes .......................... 9 2.4.1. Katz index and its Leicht’s extension .................... 10 2.4.2. Commute-time distance and Euclidean commute-time distance .... 10 2.4.3. SimRank similarity measure .........................
    [Show full text]
  • Percolation Theory Are Well-Suited To
    Models of Disordered Media and Predictions of Associated Hydraulic Conductivity A thesis submitted in partial fulfillment of the requirements for the degree of Master of Science By L AARON BLANK B.S., Wright State University, 2004 2006 Wright State University WRIGHT STATE UNIVERSITY SCHOOL OF GRADUATE STUDIES Novermber 6, 2006 I HEREBY RECOMMEND THAT THE THESIS PREPARED UNDER MY SUPERVISION BY L Blank ENTITLED Models of Disordered Media and Predictions of Associated Hydraulic Conductivity BE ACCEPTED IN PARTIAL FULFILLMENT OF THE REQUIREMENTS FOR THE DEGREE OF Master of Science. _______________________ Allen Hunt, Ph.D. Thesis Advisor _______________________ Lok Lew Yan Voon, Ph.D. Department Chair _______________________ Joseph F. Thomas, Jr., Ph.D. Dean of the School of Graduate Studies Committee on Final Examination ____________________ Allen Hunt, Ph.D. ____________________ Brent D. Foy, Ph.D. ____________________ Gust Bambakidis, Ph.D. ____________________ Thomas Skinner, Ph.D. Abstract In the late 20th century there was a spill of Technetium in eastern Washington State at the US Department of Energy Hanford site. Resulting contamination of water supplies would raise serious health issues for local residents. Therefore, the ability to predict how these contaminants move through the soil is of great interest. The main contribution to contaminant transport arises from being carried along by flowing water. An important control on the movement of the water through the medium is the hydraulic conductivity, K, which defines the ease of water flow for a given pressure difference (analogous to the electrical conductivity). The overall goal of research in this area is to develop a technique which accurately predicts the hydraulic conductivity as well as its distribution, both in the horizontal and the vertical directions, for media representative of the Hanford subsurface.
    [Show full text]
  • Cliques and a New Measure of Clustering: with Application to U.S
    Cliques and a New Measure of Clustering: with Application to U.S. Domestic Airlines Steve Lawford† and Yll Mehmeti Data, Economics and Interactive Visualization (DEVI) group, ENAC (University of Toulouse), 7 avenue Edouard Belin, CS 54005, 31055, Toulouse, Cedex 4, France †Corresponding author. Email: [email protected] Abstract We propose a higher-order generalization of the well-known overall clustering coefficient for triples C(3) to any number of nodes. We give analytic formulae for the special cases of three, four, and five nodes and show that they have very fast runtime performance for small graphs. We discuss some theoretical properties and limitations of the new measure, and use it to provide insight into dynamic changes in the structure of U.S. airline networks. 1 Introduction Complex networks are widely used to describe important systems, with applications to biology, technology and infrastructure, and social and economic relationships [4, 5, 25, 59, 69, 83]. A network or “graph” involves a set of nodes or “vertices” that are linked by edges. For example, an airline company’s transportation of passengers can be thought of as a network of airports (nodes) joined by routes that have regular service (edges). The statistical physics and graph theory communities have focused in particular on the topology and dynamics of random and real-world networks, and have been successful in identifying robust structural features and organizational principles.1 These include the small-world property, characterized by systems that are highly clustered but have short characteristic path lengths; and scale-free networks, which means that the number of neighbours of a node, or its “degree”, follows a power-law distribution whereby the topology of the system is dominated by a few high degree nodes [7, 22, 72].
    [Show full text]
  • Sex, Race, Religion, Age, and Education Homophily Among Confidants, 1985 to 2004 Jeffrey A
    University of Nebraska - Lincoln DigitalCommons@University of Nebraska - Lincoln Sociology Department, Faculty Publications Sociology, Department of 4-2014 Social Distance in the United States: Sex, Race, Religion, Age, and Education Homophily among Confidants, 1985 to 2004 Jeffrey A. Smith University of Nebraska-Lincoln, [email protected] Miller McPherson Duke University, [email protected] Lynn Smith-Lovin Duke University, [email protected] Follow this and additional works at: http://digitalcommons.unl.edu/sociologyfacpub Part of the Demography, Population, and Ecology Commons, Race and Ethnicity Commons, Social Psychology and Interaction Commons, and the Social Statistics Commons Smith, Jeffrey A.; McPherson, Miller; and Smith-Lovin, Lynn, "Social Distance in the United States: Sex, Race, Religion, Age, and Education Homophily among Confidants, 1985 to 2004" (2014). Sociology Department, Faculty Publications. 246. http://digitalcommons.unl.edu/sociologyfacpub/246 This Article is brought to you for free and open access by the Sociology, Department of at DigitalCommons@University of Nebraska - Lincoln. It has been accepted for inclusion in Sociology Department, Faculty Publications by an authorized administrator of DigitalCommons@University of Nebraska - Lincoln. Published in American Sociological Review 79:3 (2014), pp. 432-456. doi: 10.1177/0003122414531776 Copyright © 2014 American Sociological Review. Used by permission. digitalcommons.unl.edu Published online April 24, 2014. Social Distance in the United States: Sex, Race, Religion, Age, and Education Homophily among Confidants, 1985 to 2004 Jeffrey A. Smith,1 Miller McPherson,2 and Lynn Smith-Lovin2 1. University of Nebraska-Lincoln 2. Duke University Corresponding author – Jeffrey A. Smith, Department of Sociology, University of Nebraska-Lincoln, 711 Oldfather Hall, Lincoln, NE 68588-0324, email [email protected] Abstract Homophily, the tendency for similar actors to be connected at a higher rate than dissimi- lar actors, is a pervasive social fact.
    [Show full text]
  • Assortativity Measures for Weighted and Directed Networks
    Assortativity measures for weighted and directed networks Yelie Yuan1, Jun Yan1, and Panpan Zhang2,∗ 1Department of Statistics, University of Connecticut, Storrs, CT 06269 2Department of Biostatistics, Epidemiology and Informatics, University of Pennsylvania, Philadelphia, PA 19104 ∗Corresponding author: [email protected] January 15, 2021 arXiv:2101.05389v1 [stat.AP] 13 Jan 2021 Abstract Assortativity measures the tendency of a vertex in a network being connected by other ver- texes with respect to some vertex-specific features. Classical assortativity coefficients are defined for unweighted and undirected networks with respect to vertex degree. We propose a class of assortativity coefficients that capture the assortative characteristics and structure of weighted and directed networks more precisely. The vertex-to-vertex strength correlation is used as an example, but the proposed measure can be applied to any pair of vertex-specific features. The effectiveness of the proposed measure is assessed through extensive simula- tions based on prevalent random network models in comparison with existing assortativity measures. In application World Input-Ouput Networks, the new measures reveal interesting insights that would not be obtained by using existing ones. An implementation is publicly available in a R package wdnet. 1 Introduction In traditional network analysis, assortativity or assortative mixing (Newman, 2002) is a mea- sure assessing the preference of a vertex being connected (by edges) with other vertexes in a network. The measure reflects the principle of homophily (McPherson et al., 2001)|the tendency of the entities to be associated with similar partners in a social network. The prim- itive assortativity measure proposed by Newman(2002) was defined to study the tendency of connections between nodes based on their degrees, which is why it is also called degree-degree correlation (van der Hofstad and Litvak, 2014).
    [Show full text]
  • A Note on a Conjecture for the Distance Laplacian Matrix 61 Studied ([2, 4, 6]) And, in [4], M
    Electronic Journal of Linear Algebra ISSN 1081-3810 A publication of the International Linear Algebra Society Volume 31, pp. 60-68, February 2016 ELA http:/repository.uwyo.edu/ela A NOTE ON A CONJECTURE FOR THE DISTANCE LAPLACIAN MATRIX∗ CELSO M. DA SILVA JR.†, MARIA AGUIEIRAS A. DE FREITAS‡, AND RENATA R. DEL-VECCHIO§ Abstract. In this note, the graphs of order n having the largest distance Laplacian eigenvalue of multiplicity n − 2 are characterized. In particular, it is shown that if the largest eigenvalue of the ∼ distance Laplacian matrix of a connected graph G of order n has multiplicity n − 2, then G = Sn ∼ or G = Kp,p, where n = 2p. This resolves a conjecture proposed by M. Aouchiche and P. Hansen in [M. Aouchiche and P. Hansen. A Laplacian for the distance matrix of a graph. Czechoslovak Mathematical Journal, 64(3):751–761, 2014.]. Moreover, it is proved that if G has P5 as an induced subgraph then the multiplicity of the largest eigenvalue of the distance Laplacian matrix of G is less than n − 3. Key words. Distance Laplacian matrix, Laplacian matrix, Largest eigenvalue, Multiplicity of eigenvalues. AMS subject classifications. 05C12, 05C50, 15A18. 1. Introduction. Let G = (V, E) be a connected graph and the distance (the length of a shortest path) between vertices vi and vj of G be denoted by di,j . The distance matrix of G, denoted by D(G), is the n × n matrix whose (i, j)-entry is equal to di,j , i,j = 1, 2,...,n. The transmission Tr(vi) of a vertex vi is defined as the sum of the distances from vi to all other vertices in G.
    [Show full text]