Hierarchical Overlapping Clustering of Network Data Using Cut Metrics Fernando Gama, Santiago Segarra, and Alejandro Ribeiro

Total Page:16

File Type:pdf, Size:1020Kb

Hierarchical Overlapping Clustering of Network Data Using Cut Metrics Fernando Gama, Santiago Segarra, and Alejandro Ribeiro IEEE TRANSACTIONS ON SIGNAL AND INFORMATION PROCESSING OVER NETWORKS (ACCEPTED) 1 Hierarchical Overlapping Clustering of Network Data Using Cut Metrics Fernando Gama, Santiago Segarra, and Alejandro Ribeiro Abstract—A novel method to obtain hierarchical and overlap- degrees that may be present. Hierarchical clustering solves ping clusters from network data – i.e., a set of nodes endowed this issue by providing a collection of partitions, indexed with pairwise dissimilarities – is presented. The introduced by a resolution parameter, that can be set by the user to method is hierarchical in the sense that it outputs a nested collection of groupings of the node set depending on the resolution determine the extent up to which nodes are considered similar or degree of similarity desired, and it is overlapping since it or different [9]. In other words, each partition in the collection allows nodes to belong to more than one group. Our construction reflects a different degree of similarity between the nodes, is rooted on the facts that a hierarchical (non-overlapping) ranging from considering all nodes different, to considering clustering of a network can be equivalently represented by all nodes similar. Examples of hierarchical clustering methods a finite ultrametric space and that a convex combination of ultrametrics results in a cut metric. By applying a hierarchical are UPGMA [10], Ward’s method [11], complete [12] or single (non-overlapping) clustering method to multiple dithered versions linkage [13]. of a given network and then convexly combining the resulting However, hierarchical methods still have a major limitation, ultrametrics, we obtain a cut metric associated to the network namely, that nodes are assigned to one and only one category of interest. We then show how to extract a hierarchical overlap- or cluster. There are many situations in which this assignment ping clustering structure from the aforementioned cut metric. Furthermore, the so-called overlapping function is presented does not constitute a reasonable approach. Specifically, some as a tool for gaining insights about the data by identifying nodes might inherently have traits of more than one group and meaningful resolutions of the obtained hierarchical structure. Ad- hence have similarities to multiple clusters of nodes that oth- ditionally, we explore hierarchical overlapping quasi-clustering erwise would be considered dissimilar [14], [15]. Two classes methods that preserve the asymmetry of the data contained in of methods have been proposed to overcome this issue. The directed networks. Finally, the presented method is illustrated via synthetic and real-world classification problems including first class corresponds to the so-called soft or fuzzy clustering handwritten digit classification and authorship attribution of methods that allow the allocation of a node to multiple clusters famous plays. by assigning to each node a membership degree or probability Index Terms—Clustering, Network theory, Cut metrics, Hier- of belonging to every cluster [16]. This can also be done in archical clustering, Covering, Dithering. a hierarchical fashion [17], [18]. Nevertheless, these methods subscribe to the idea that nodes have more affinity to either one or another subset, as illustrated by their membership degree; I. INTRODUCTION or that they belong to only one group but the setting of ONSIDER a dataset where each element can be rep- the problem is not rich enough to determine to which one, C resented as a node in a network with a pairwise dis- thus assigning a probability of belonging to different subsets. similarity function. In this setting, the general objective of Fundamentally, these methods do not contemplate the idea that clustering is to group those nodes that are more similar to a node can intrinsically be part in equal terms of more than each other than to the rest, according to the relationship one cluster. The second class of methods that attempt to solve established by the dissimilarity function [1], [2]. Clustering this issue is the class of overlapping clustering methods, which arXiv:1611.01393v2 [cs.SI] 12 Dec 2017 and its generalizations are ubiquitous tools since they are used perform a non-hierarchical deterministic assignment of nodes in a wide variety of fields such as psychology [3], social to more than one subset [19]. While overlapping methods network analysis [4], political science [5], neuroscience [6], enable nodes to belong to more than one cluster, they are still among many others [7], [8]. myopic – just like traditional clustering methods – to multiple Traditional clustering methods provide only one partitioning affinity resolutions. of the node set in such a way that each data point belongs In this paper, a hierarchical overlapping clustering method to one and only one block of the partition. An important is proposed. Our method outputs a collection of groupings limitation of these traditional clustering methods is that the where each of them corresponds to different resolutions of dataset may present a complex data structure at several reso- similarity between the nodes (hierarchical), while allowing lutions or levels of similarity, and outputting only one partition nodes in each grouping to deterministically belong to more may not be adequate in portraying the different grouping than one cluster (overlapping). Essentially, the method is de- rived by generalizing the concepts of ultrametrics, equivalence Work in this paper is supported by NSF CCF 1217963. F. Gama and relations, and dendrograms – typical of hierarchical (non- A. Ribeiro are with the Department of Electrical and Systems Engi- overlapping) clustering methods – to those of cut metrics neering, University of Pennsylvania. S. Segarra is with the Institute for Data, Systems, and Society, Massachusetts Institute of Technology. Emails: [20], [21], tolerance relations [22], and nested collections of [email protected], [email protected], [email protected]. coverings. More precisely, we generate a family of networks IEEE TRANSACTIONS ON SIGNAL AND INFORMATION PROCESSING OVER NETWORKS (ACCEPTED) 2 0 0 derived from dithering multiple times the dissimilarity function that is, we may have that AX (x; x ) 6= AX (x ; x). This is of a given network. We then proceed to apply a hierarchical particularly useful when modeling uneven levels of influence (non-overlapping) clustering method to each of the dithered among nodes. We denote by N the set of all possible networks. networks, resulting in a collection of ultrametrics. From this Definition 1. A partition PX = fB1;:::;Bmg is a collection collection we obtain a cut metric related to the network of m interest by means of a convex combination of the ultrametrics. of subsets of X such that [i=1Bi = X and Bi \ Bj = ; for Finally, based on the cut metric we construct a tolerance i 6= j, i; j = 1; : : : ; m. Denote by P the set of all possible relation that connects the nodes that are at a distance lower partitions. than a pre-specified resolution, which we then use to derive a Definition 2. An equivalence relation ∼ is a binary set covering of the node set. By considering all possible resolution relation that, for any x; x0; x00 2 X, satisfies the properties of levels, we obtain a nested collection of coverings. Hierar- reflexivity (x ∼ x), symmetry (x ∼ x0 if and only if x0 ∼ x), chical overlapping clustering methods have been previously and transitivity (if x ∼ x0 and x0 ∼ x00, then x ∼ x00). developed in the context of community detection, but only for undirected, unweighted networks [23], [24]. Observe that partitions (Def. 1) uniquely define equivalence 0 0 In Section II, the concepts of partition, equivalence relation, relations (Def. 2) as follows: x ∼ x if and only if x; x 2 Bi and dendrogram are defined, and their relations to both tradi- for some Bi 2 PX , i = 1; : : : ; m. Equivalently, equivalence tional and hierarchical (non-overlapping) clustering methods relations uniquely define partitions [28]. An equivalence re- are established. These concepts are then respectively general- lation obtained from a specific partition PX will be denoted ized to those of covering, tolerance relation, and nested collec- by ∼PX . tion of coverings. This generalization is achieved by dropping With these definitions in place, a (traditional) clustering the requirements that prevent a node from belonging to more method G can be defined as a structure-preserving map from than one group. Moreover, a formal definition of a hierarchical the set of networks to the set of partitions, G : N!P. overlapping clustering method is presented. Section III relates This map is structure preserving in the sense that the output the introduced concepts with concrete finite metric construc- partition is defined over the same node set X specific to the tions. More specifically, ultrametrics are defined and directly input network. That is, G(N) = PX = fB1;:::;Bmg for m linked to hierarchical clustering methods (Theorem 1). We N = (X; AX ) with [i=1Bi = X. Intuitively, a desirable then introduce cut metrics and explain how they can be used clustering method G is one in which the nodes contained in to obtain a nested collection of coverings (Theorem 2). The each subset Bi are determined by the dissimilarity function proposed algorithm to obtain cut metrics from a given network AX so that similar nodes are grouped together. (Algorithm 1), and hence nested collection of coverings, is In many situations, having only one partition as the output detailed in Section IV. The algorithm is grounded on the fact of a clustering method may not be appropriate. It might be that a convex combination of ultrametrics yields a cut metric desirable to output several partitions that depend on a resolu- (Proposition 1) and the concept of dithering [25], that can be tion parameter that specifies the affinity required between two used to obtain multiple noisy versions of the given network. nodes to be deemed as similar. Also, quasi-clustering methods that allow for a hierarchical structure and overlapping nodes are explored in Section V.
Recommended publications
  • On X-Normed Spaces and Operator Theory on C 0 Over a Field with A
    ON X-NORMED SPACES AND OPERATOR THEORY ON c0 OVER A FIELD WITH A KRULL VALUATION OF ARBITRARY RANK by Angel Barría Comicheo A thesis submitted to the Faculty of Graduate Studies of The University of Manitoba in partial fulfillment of the requirements of the degree of Doctor of Philosophy Department of Mathematics University of Manitoba Winnipeg Copyright c 2018 by Angel Barría Comicheo Abstract Between 2013 and 2015 Aguayo et al. developed an operator theory on the space c0 of null sequences in the complex Levi-Civita field C by defining an inner product on c0 that induces the supremum norm on c0 and then studying compact and self- adjoint operators on c0, thus presenting a striking analogy between c0 over C and the Hilbert space `2 over C. In this thesis, we try to obtain these results in the most general case possible by considering a base field with a Krull valuation taking values in an arbitrary commutative group. This leads to the concept of X-normed spaces, which are spaces with norms taking values in a totally ordered set X not necessarily embedded in R. Two goals are considered in the thesis: (1) to present and contribute to a theory of X-normed spaces, and (2) to develop an operator theory on c0 over a field with a Krull valuation of arbitrary rank. In order to meet the goal (1), a systematic study of valued fields, G-modules and X-normed spaces is conducted in order to satisfy the generality of the settings required. For the goal (2), we identify the major differences between normed spaces over fields of rank 1 and X-normed spaces over fields of higher rank; and we try to find the right conditions for which the techniques employed in the rank-1 case can be used in the higher rank case.
    [Show full text]
  • Amplicon Analysis I
    Amplicon Analysis I Eduardo Pareja-Tobes, Raquel Tobes Oh no sequences! research group, Era7 Bioinformatics Plaza de Campo Verde, 3, 18001 Granada, Spain September 16, 2019 Abstract Here we present 1. a model for amplicon sequencing 2. a definition of the best assignment of a read to a set of reference sequences 3. strategies and structures for indexing reference sequences and computing the best assign- ments of a set of reads efficiently, based on (ultra)metric spaces and their geometry The models, techniques, and ideas are particularly relevant to scenarios akin to 16S taxonomic profiling, where both the number of reference sequences and the read diversity is considerable. Keywords bioinformatics, NGS, DNA sequencing, DNA sequence analysis, amplicons, ultrametric spaces, in- dexing. Corresponding author Eduardo Pareja-Tobes [email protected] 1 1 Reads, Amplicons, References, Assignments In this section we will define what we understand as reads, amplicons, references, and the best as- signment of a read with respect to a set of references. In our model the reads are a product of the probability distribution for the 4 bases (A, C, G and T) in each position of the sequence. 푛−1 Definition 1.0.1 Read. A read 푅 of length 푛 is a product ∏푖=0 푅푖 of 푛 probability distributions on Σ = {퐴, 푇 , 퐶, 퐺}. We will denote the length of a read as |푅|. The corresponding probability mass function is thus defined on the space Σ푛 of sequences in Σ of 푛−1 푛 length 푛, the domain of 푅. The probability that 푅 assigns to a sequence 푥 = (푥푖)푖=0 ∶ Σ is 푛−1 푅(푥) = ∏ 푅푖(푥푖) 푖=0 Remark 1.0.2.
    [Show full text]
  • Arxiv:1810.03128V2 [Math.MG]
    FINITE ULTRAMETRIC BALLS O. DOVGOSHEY Abstract. The necessary and sufficient conditions under which a given family F of subsets of finite set X coincides with the family BX of all balls generated by some ultrametric d on X are found. It is shown that the representing tree of the ultrametric space (BX , dH ) with the Hausdorff distance dH can be obtained from the representing tree TX of ultrametric space (X, d) by adding a leaf to every internal vertex of TX . 1. Introduction. Balls in ultrametric space The main object of research in this paper is the set of all balls in a given finite ultrametric space. The theory of ultrametric spaces is closely connected with various directions of studies in mathematics, physics, linguistics, psychology and computer science. Different prop- erties of ultrametric spaces are described at [3, 7, 11–14, 20,21,28,31– 38,42–46]. The use of trees and tree-like structures gives a natural lan- guage for description of ultrametric spaces. For the relationships between these spaces and the leaves or the ends of certain trees see [1,2,5,8,19,22,23,25–27,38]. In particular, a convenient representa- tion of finite ultrametric spaces (X,d) by monotone canonical trees was found by V. Gurvich and M. Vyalyi [22]. A simple algorithm having a clear geometric interpretation was proposed in [40] for constructing monotone canonical trees. Following [40] we will say that these trees arXiv:1810.03128v2 [math.MG] 23 Mar 2019 are representing trees of spaces (X,d). The present paper can be con- sidered as a development of studies initiated at [22] and continued at [10,16,18,39–41].
    [Show full text]
  • Path Integrals on Ultrametric Spaces by Alan Blair B.Sc, B.A
    I Path Integrals on Ultrametric Spaces by Alan Blair B.Sc, B.A. Hons.) University of Sydney 19885 1989 Submitted to the Department of Mathematics in partial fulfillment of the requirements for the degree of Doctor of Philosophy at the Massachusetts Institute of Technology May 1994 1994 Alan Blair. All rights reserved. The author hereby grants to MIT permission to reproduce and to distribute copies of this thesis document in whole or 1n Dart. Signature of, Author. .. A-V . Department of Mat4emati _AprilN. Certified by. ,' Gian-Carlo Rota Professor of Mathematics M.I.T. Thesis Advisor Accepted by . q -. ! .; ".. -. , . 1 - L Scfencp David Vogan Chair DepaTtmental Committee on Graduate Studies iFf.7-7r) t4F7171 AUG 1 994 PATH INTEGRALS ON ULTRAMETRIC SPACES by ALAN BLAIR Submitted to the Department of Mathematics on April 29, 1994 in partial fulfillment of the requirements for the degree of Doctor of Philosophy ABSTRACT A framework for the study of path integrals on ad6lic spaces is developed, and it is shown that a family of path space measures on the localizations of an algebraic number field may, under certain conditions, be combined to form a global path space measure on its ade'le ring. An operator on the field of p-adic numbers analogous to the harmonic oscillator operator is then analyzed, and used to construct an Ornstein-Uhlenbeck type process on the ade'le ring of the rationals. Thesis Advisors: Andrew Lesniewski, Professor of Physics (Harvard) Arthur JaHe, Professor of Mathematics (Harvard) 3 Acknowledgments To my father, who first introduced me to the lofty heights of mathematics, and my mother and brother, who kept me in touch with the real world below.
    [Show full text]
  • MATH 614, Spring 2018 [3Mm] Dynamical Systems and Chaos
    MATH 614 Dynamical Systems and Chaos Lecture 7: Symbolic dynamics (continued). Symbolic dynamics Given a finite set A (an alphabet), we denote by ΣA the set of all infinite words over A, i.e., infinite sequences s =(s1s2 ... ), si ∈A. For any finite word w over the alphabet A, that is, w = s1s2 ... sn, si ∈A, we define a cylinder C(w) to be the set of all infinite words s ∈ ΣA that begin with w. The topology on ΣA is defined so that open sets are unions of cylinders. Two infinite words are considered close in this topology if they have a long common beginning. The shift transformation σ : ΣA → ΣA is defined by σ(s0s1s2 ... )=(s1s2 ... ). This transformation is continuous. The study of the shift and related transformations is called symbolic dynamics. Properties of the shift • The shift transformation σ :ΣA → ΣA is continuous. • An infinite word s ∈ ΣA is a periodic point of the shift if and only if s = www... for some finite word w. • An infinite word s ∈ ΣA is an eventually periodic point of the shift if and only if s = uwww... for some finite words u and w. • The shift σ has periodic points of all (prime) periods. Dense sets Definition. Suppose (X , d) is a metric space. We say that a subset E ⊂ X is everywhere dense (or simply dense) in X if for every x ∈ X and ε> 0 there exists y ∈ E such that d(y, x) <ε. More generally, suppose X is a topological space. We say that a subset E ⊂ X is dense in X if E intersects every nonempty open subset of X .
    [Show full text]
  • The Range of Ultrametrics, Compactness, and Separability
    The range of ultrametrics, compactness, and separability Oleksiy Dovgosheya,∗, Volodymir Shcherbakb aDepartment of Theory of Functions, Institute of Applied Mathematics and Mechanics of NASU, Dobrovolskogo str. 1, Slovyansk 84100, Ukraine bDepartment of Applied Mechanics, Institute of Applied Mathematics and Mechanics of NASU, Dobrovolskogo str. 1, Slovyansk 84100, Ukraine Abstract We describe the order type of range sets of compact ultrametrics and show that an ultrametrizable infinite topological space (X, τ) is compact iff the range sets are order isomorphic for any two ultrametrics compatible with the topology τ. It is also shown that an ultrametrizable topology is separable iff every compatible with this topology ultrametric has at most countable range set. Keywords: totally bounded ultrametric space, order type of range set of ultrametric, compact ultrametric space, separable ultrametric space 2020 MSC: Primary 54E35, Secondary 54E45 1. Introduction In what follows we write R+ for the set of all nonnegative real numbers, Q for the set of all rational number, and N for the set of all strictly positive integer numbers. Definition 1.1. A metric on a set X is a function d: X × X → R+ satisfying the following conditions for all x, y, z ∈ X: (i) (d(x, y)=0) ⇔ (x = y); (ii) d(x, y)= d(y, x); (iii) d(x, y) ≤ d(x, z)+ d(z,y) . + + A metric space is a pair (X, d) of a set X and a metric d: X × X → R . A metric d: X × X → R is an ultrametric on X if we have d(x, y) ≤ max{d(x, z), d(z,y)} (1.1) for all x, y, z ∈ X.
    [Show full text]
  • Summary on Non-Archimedean Valued Fields 3
    Contemporary Mathematics Volume 704, 2018 http://dx.doi.org/10.1090/conm/704/14158 Summary on non-Archimedean valued fields Angel Barr´ıa Comicheo and Khodr Shamseddine Abstract. This article summarizes the main properties of ultrametric spaces, valued fields, ordered fields and fields with valuations of higher rank, highlight- ing their similarities and differences. The most used non-Archimedean valued fields are reviewed, like a completion in the case of the p-adic numbers fields and the Levi-Civita fields, or like an algebraic closure as is sometimes the case of the Puiseux series fields. Also a study of spherically complete valued fields is presented and their characterization as maximally complete fields is given where the Hahn fields and the Mal’cev-Neumann fields (their p-adic ana- logues) play an important role as “spherical completions”. Finally several of the metric, topological, algebraic and order properties of the most used non- Archimedean valued fields are collected in a catalog where we can appreciate the analogy between fields that have the same characteristic as their residue class fields and fields that do not satisfy this property. Introduction. When a graduate student or any mathematician in general begin their jour- ney in non-Archimedean Analysis, the freedom of choice for the base valued field presents different cases to consider, most of which do not occur when we work with the fields of real or complex numbers. The existence of discrete valuations, or the possible non-existence of vectors of norm 1 sometimes lead to the use of new procedures for proofs of results in Functional Analysis.
    [Show full text]
  • Math 731 Homework 9
    Math 731 Homework 9 Austin Mohr March 29, 2010 1 Extra Problem 1 Lemma 1.1. Every point of a closed ball in an ultrametric space is a center. Proof. Let (X; ρ) be an ultrametric space, and let B(a; ) denote the closed ball around a 2 X of radius > 0 (i.e. the set fy 2 X j ρ(a; y) ≤ g). Let b 2 B(a; ) and let x 2 B(b; ). It follows that ρ(a; x) ≤ maxfρ(a; b); ρ(b; x)g ≤ , and so x 2 B(a; ). Hence, B(b; ) ⊂ B(a; ), and a similar proof gives the reverse inclusion. Therefore, B(a; ) = B(b; ), and so both a and b are centers. Proposition 1.2. Every ultrametric space has a base of clopen sets. Proof. Let X be an ultrametric space and let F denote the collection of all closed balls in X. Evidently, F covers X. Observe next that, for any two balls of F, either they are disjoint or one is contained in the other. To see this, let F1;F2 2 F with x 2 F1 \ F2 (such an x exists if F1 and F2 are not disjoint). Now, F1 has the form B(a; 1) and F2 has the form B(b; 2). Without loss of generality, let 1 ≤ 2. By the lemma, F1 = B(a; 1) and F2 = B(a; 2), and so F1 ⊂ F2. From this fact, we conclude that F is a base for X (any F1 and F2 with nontrivial intersection has one containing the other).
    [Show full text]
  • Utrametric Diffusion Model for Spread of Covid-19 in Socially Clustered
    medRxiv preprint doi: https://doi.org/10.1101/2020.07.15.20154419; this version posted July 16, 2020. The copyright holder for this preprint (which was not certified by peer review) is the author/funder, who has granted medRxiv a license to display the preprint in perpetuity. It is made available under a CC-BY 4.0 International license . 1 Utrametric diffusion model for spread of 2 covid-19 in socially clustered population: Can 3 herd immunity be approached in Sweden? 4 Andrei Khrennikov Linnaeus University, International Center for Mathematical Modeling in Physics and Cognitive Sciences V¨axj¨o,SE-351 95, Sweden 5 July 15, 2020 6 Abstract 7 We present a new mathematical model of disease spread reflecting 8 specialties of covid-19 epidemic by elevating the role social clustering 9 of population. The model can be used to explain slower approaching 10 herd immunity in Sweden, than it was predicted by a variety of other 11 mathematical models; see graphs Fig. 2. The hierarchic structure 12 of social clusters is mathematically modeled with ultrametric spaces 13 having treelike geometry. To simplify mathematics, we consider ho- 14 mogeneous trees with p-branches leaving each vertex. Such trees are 15 endowed with algebraic structure, the p-adic number fields. We ap- 16 ply theory of the p-adic diffusion equation to describe coronavirus' 17 spread in hierarchically clustered population. This equation has ap- 18 plications to statistical physics and microbiology for modeling dynam- 19 ics on energy landscapes. To move from one social cluster (valley) to 20 another, the virus (its carrier) should cross a social barrier between 21 them.
    [Show full text]
  • Ultrametrics in the Genetic Code and the Genome
    Applied Mathematics and Computation 309 (2017) 350–358 Contents lists available at ScienceDirect Applied Mathematics and Computation journal homepage: www.elsevier.com/locate/amc Ultrametrics in the genetic code and the genome ∗ Branko Dragovich a,b, , Andrei Yu. Khrennikov c, Nataša Ž. Miši c´ d a Institute of Physics, University of Belgrade, Belgrade, Serbia b Mathematical Institute, Serbian Academy of Sciences and Arts, Belgrade, Serbia c International Center for Mathematical Modeling in Physics, Engineering, Economics, and Cognitive Science, Linnaeus University, S-35195, Växjö, Sweden d Lola Institute, Kneza Višeslava 70a, Belgrade, Serbia a r t i c l e i n f o a b s t r a c t Keywords: Ultrametric approach to the genetic code and the genome is considered and developed. Ultrametrics p -Adic degeneracy of the genetic code is pointed out. Ultrametric tree of the codon space Bioinformation is presented. It is shown that codons and amino acids can be treated as p -adic ultrametric Genetic code networks. Ultrametric modification of the Hamming distance is defined and noted how it Ultrametric tree Ultrametric network can be useful. Ultrametric approach with p-adic distance is an attractive and promising p -adic numbers trend towards investigation of bioinformation. © 2017 Elsevier Inc. All rights reserved. 1. Introduction The choice of mathematical methods in the investigation of physical systems depends on their space and time scale as well as of their complexity. Sometimes standard methods are not sufficient and one has to invent a new advanced method. Biological systems belong to the most complex systems in the nature. In particular, biosystems related to the information processing are very complex and they cannot be completely reduced to the standard physical systems –they are some- thing more than ordinary physical systems and need some new theoretical concepts and mathematical methods to their description and understanding.
    [Show full text]
  • Arxiv:1902.08747V2 [Math.MG] 9 Jul 2019 O H E Falnneaiera Numbers
    ON ULTRAMETRIC-PRESERVING FUNCTIONS OLEKSIY DOVGOSHEY Abstract. Characterizations of pseudoultrametric-preserving functions and semimetric- preserving functions are found. The structural properties of pseudoultrametrics which can be rep- resented as a composition of an ultrametric and ultrametric-pseudoultrametric-preserving func- tion are found. A dual form of Pongsriiam–Termwuttipong characterization of the ultrametric- preserving functions is described. We also introduce a concept of k-separating family of functions and use it to characterize the ultrametric spaces. 1. Introduction Recall some definitions from the theory of metric spaces. In what follows we write R+ := [0, ∞) for the set of all nonnegative real numbers. Definition 1.1. A metric on a set X is a function d: X × X → R+ such that for all x, y, z ∈ X: (i) (d(x, y)=0) ⇔ (x = y); (ii) d(x, y)= d(y, x); (iii) d(x, y) ≤ d(x, z)+ d(z,y). A metric d: X × X → R+ is an ultrametric on X if (iv) d(x, y) ≤ max{d(x, z), d(z,y)} holds for all x, y, z ∈ X. By analogy with triangle inequality (iii), inequality (iv) is often called the strong triangle inequality. The theory of ultrametric spaces is closely connected with various directions of investigations in mathematics, physics, linguistics, psychology and computer science. Different properties of ultrametric spaces have been studied in [3,9,18–20,22,30,31,39,43–49,54–56,61,62]. Note that the use of trees and tree-like structures gives a natural language for description of ultrametric spaces [2, 6, 10, 17, 23, 24, 26–28, 33, 36–38, 49–51].
    [Show full text]
  • Some Topics Related to Metrics and Norms, Including Ultrametrics and Ultranorms, 4
    Some topics related to metrics and norms, including ultrametrics and ultranorms, 4 Stephen Semmes Rice University Abstract Some topics related to Lipschitz mappings are discussed, where the cor- responding metrics may change in a certain way. This includes bounded linear mappings between vector spaces over fields with absolute value functions, where the corresponding norms may change in a similar way. Contents I Basic notions 3 1 q-Semimetrics 3 2 Open balls 4 3 Closed balls 5 4 q-Absolute value functions 7 5 q-Seminorms 8 6 Lipschitz mappings 10 7 Uniform continuity and completeness 11 8 Infinite series 13 9 Bounded sets and mappings 15 10 r-Summable functions 17 11 Vanishing at infinity 18 12 q-Absolute value functions, continued 20 1 13 Bounded linear mappings 21 14 r-Summable functions, continued 22 15 Mappings on c00(X; k) 23 16 q-Semimetrification 25 17 Lipschitz conditions 26 18 Repeated semimetrification 28 19 q-Seminormification 30 20 q-Seminormification, continued 32 21 Repeated seminormification 33 22 Some simple quotient spaces 35 23 Simple quotient spaces, continued 36 II Invertible linear mappings 38 24 Preliminary remarks 38 25 Density and surjectivity 40 26 Small perturbations 41 27 Small perturbations, continued 42 28 Convergence of the series 44 29 Some variants 45 30 Some variants, continued 47 31 Small perturbations, revisited 48 32 Isometric linear mappings 50 33 Groups of linear mappings 51 34 Subgroups of linear isometries 52 35 Some additional remarks 54 2 References 55 Part I Basic notions 1 q-Semimetrics Let X be a set, and q be a positive real number.
    [Show full text]