Tensors: an Adaptive Approximation Algorithm, Convergence in Direction, and Connectedness Properties

Total Page:16

File Type:pdf, Size:1020Kb

Tensors: an Adaptive Approximation Algorithm, Convergence in Direction, and Connectedness Properties Tensors: An Adaptive Approximation Algorithm, Convergence in Direction, and Connectedness Properties A dissertation presented to the faculty of the College of Arts and Sciences of Ohio University In partial fulfillment of the requirements for the degree Doctor of Philosophy Nathaniel J. McClatchey May 2018 © 2018 Nathaniel J. McClatchey. All Rights Reserved. 2 This dissertation titled Tensors: An Adaptive Approximation Algorithm, Convergence in Direction, and Connectedness Properties by NATHANIEL J. MCCLATCHEY has been approved for the Department of Mathematics and the College of Arts and Sciences by Martin J. Mohlenkamp Associate Professor of Mathematics Robert Frank Dean, College of Arts and Sciences 3 Abstract MCCLATCHEY, NATHANIEL J., Ph.D., May 2018, Mathematics Tensors: An Adaptive Approximation Algorithm, Convergence in Direction, and Connectedness Properties (135 pp.) Director of Dissertation: Martin J. Mohlenkamp This dissertation addresses several problems related to low-rank approximation of tensors. Low-rank approximation of tensors is plagued by slow convergence of the sequences produced by popular algorithms such as Alternating Least Squares (ALS), by ill-posed approximation problems which cause divergent sequences, and by poor understanding of the nature of low-rank tensors. Though ALS may produce slowly-converging sequences, ALS remains popular due to its simplicity, its robustness, and the low computational cost for each iteration. I apply insights from Successive Over-Relaxation (SOR) to ALS, and develop a novel adaptive method based on the resulting Successive Over-Relaxed Least Squares (SOR-ALS) method. Numerical experiments indicate that the adaptive method converges more rapidly than does the original ALS algorithm in almost all cases. Moreover, the adaptive method is as robust as ALS, is only slightly more complicated than ALS, and each iteration requires little computation beyond that of an iteration of ALS. Divergent sequences in tensor approximation may be studied by examining their images under some map. In particular, such sequences may be re-scaled so that they become bounded, provided that the objective function is altered correspondingly. I examine the behavior of sequences produced when optimizing bounded multivariate rational functions. The resulting theorems provide insight into the behavior of certain divergent sequences. Finally, to improve understanding of the nature of low-rank tensors, I examine connectedness properties of spaces of low-rank tensors. I demonstrate that spaces of unit 4 tensors of bounded rank are path-connected if the space of unit vectors in at least one of the factor spaces is path-connected, and that spaces of unit separable tensors are simply-connected if the unit vectors are simply-connected in every factor space. Moreover, I partially address simple connectedness for unit tensors of higher rank. 5 Dedication To my family, whose love and support brought me to this point: 6 Acknowledgments This material is based upon work supported by the National Science Foundation under Grant No. 1418787. Any opinions, findings, and conclusions or recommendations expressed in this material are those of the author and do not necessarily reflect the views of the National Science Foundation. I am grateful to Dr. Mohlenkamp, without whose guidance this dissertation would not have been possible. That you always had a word of advice when I needed it, despite my research touching three unique topics, is nothing short of amazing. I am grateful also to the other faculty of Ohio University — particularly Dr. Just, whose timely and thorough feedback has been a blessing. 7 Table of Contents Page Abstract.........................................3 Dedication........................................5 Acknowledgments....................................6 List of Figures......................................9 List of Acronyms.................................... 10 1 Introduction..................................... 11 2 Background..................................... 16 2.1 Tensors.................................... 16 2.2 Tensor formats................................ 18 2.2.1 Coordinate format.......................... 18 2.2.2 Separated representation....................... 19 2.2.2.1 Difficulties inherent in the separated representation... 20 2.2.3 Tucker format............................. 23 2.2.4 Tensor Train format......................... 24 2.3 Algorithms for separated representations................... 24 2.3.1 Block Coordinate Descent...................... 24 2.3.1.1 Alternating Least Squares................. 27 2.3.2 Line Search.............................. 28 2.3.3 Rank adjustment........................... 30 2.4 Algorithms for separable approximation................... 31 2.5 Łojasiewicz inequality and related results.................. 32 3 Nonlinear SOR and Tensor Approximation..................... 35 3.1 Introduction.................................. 35 3.2 SOR-ALS................................... 37 3.3 Local Q-linear convergence of SOR-ALS.................. 40 3.3.1 Uschmajew’s proof of the local linear convergence of ALS..... 42 3.3.2 Linearization of nonlinear SOR................... 46 3.3.3 Linear SOR and the energy seminorm................ 51 3.3.4 Local linear convergence of SOR-ALS............... 54 3.4 Numerical results............................... 55 3.4.1 Modeling terminal behavior..................... 57 3.4.2 An adaptive algorithm........................ 61 8 3.5 Concluding remarks.............................. 64 4 On Convergence to Essential Singularities..................... 65 4.1 Introduction.................................. 65 4.2 On the assumption of a Łojasiewicz inequality................ 71 4.2.1 A Łojasiewicz-like inequality holds on cones............ 72 4.2.2 A Łojasiewicz inequality for sequences approaching singularities. 80 4.2.3 New convergence theorems..................... 86 4.3 Algorithms, examples, and implications................... 87 4.3.1 Example from figure......................... 88 4.3.2 Convergence in direction....................... 89 4.3.3 Implications for tensor approximation................ 91 4.4 Concluding remarks.............................. 92 5 Connectedness Properties of Low-rank Unit Tensors................ 93 5.1 Preliminaries................................. 94 5.2 Separable tensors............................... 100 5.2.1 The tensor product is continuous................... 100 5.2.2 Path-connectedness.......................... 103 5.2.3 Simple connectedness........................ 105 5.2.4 Miscellany.............................. 111 5.3 Sums of separable tensors........................... 113 5.3.1 Path-connectedness.......................... 113 5.3.2 Simple connectedness........................ 115 5.4 Concluding remarks.............................. 125 References........................................ 127 9 List of Figures Figure Page 3.1 f (v + ! arg min f (z + v)) as a function of ! ................... 39 z2V( j) 3.2 Example rate of convergence (q!) of SOR-ALS relative to rate of convergence (q1) of ALS. If ln(q!=q1) < 0, then SOR-ALS outperforms ALS at that value of !........................................ 56 3.3 Speedup of SOR-ALS compared to speed of ALS. Rank of target equals rank of approximation.................................. 59 3.4 Speedup of SOR-ALS compared to speed of ALS. Rank of target equals rank of approximation.................................. 60 3.5 Optimal ! compared to speed of ALS....................... 61 3.6 Speedup of Algorithm8 compared to speed of ALS. Rank of target equals rank of approximation.................................. 63 3.7 An example comparing ALS and Algorithm8................... 64 −xy 4.1 Line Search along the gradient maximizes f (x; y) = (x2+y2)(1+x2+y2) from an initial estimate of (x0; y0) = (2; −0:1)........................ 67 4.2 Illustration of Lemma 4.2.8............................ 82 k1 5.1 Refining the partition fsngn=1............................ 97 5.2 Improving a spline by refining subdivisions................... 119 5.3 Hierarchy of sets used in proof of Theorem 5.3.7................ 121 10 List of Acronyms ALS Alternating Least Squares BCD Block Coordinate Descent CP Canonical Polyadic dGN damped Gauss-Newton GD Gradient Descent GS Gauss-Seidel MBI Maximum Block Improvement NCG Nonlinear Conjugate Gradient NSOR Nonlinear Successive Over-Relaxation PNCG Nonlinearly Preconditioned Nonlinear Conjugate Gradient RALS Randomized Alternating Least Squares SEY Schmidt-Eckhart-Young SOR Successive Over-Relaxation SOR-ALS Successive Over-Relaxed Least Squares SVD Singular Value Decomposition 11 1 Introduction Representation and analysis of multidimensional data has been the subject of renewed interest in recent years. Consider a d-dimensional multi-index array A. Each tuple of indexes i1;:::; id has a corresponding element Ai1;:::;id in the array. The computational and storage complexity of such an array depends exponentially on the number of dimensions d. For example, if each index i j ranges from 1 to 10, then A would have 10d entries. To reduce the computational and storage complexity of such an array, one may decompose it into a sum of separable arrays r d X Y l Ai1;:::;id = v j(i j) ; l=1 j=1 which may be represented more concisely using the tensor product r d X O l A = v j : l=1 j=1 This decomposition, the separated representation, is known by many names including the Canonical Polyadic (CP) decomposition, CANDECOMP, PARAFAC, and tensor rank decomposition.
Recommended publications
  • Symmetric Coverage of Dynamic Mapping Error for Mobile Sensor Networks
    2011 American Control Conference on O'Farrell Street, San Francisco, CA, USA June 29 - July 01, 2011 Symmetric coverage of dynamic mapping error for mobile sensor networks Carlos H. Caicedo-Nu´nez˜ and Naomi Ehrich Leonard Abstract—We present an approach to control design for nonuniform density fields. Related problems include control a mobile sensor network tasked with sampling a scalar field of a mobile sensor network in a noisy, possibly time-varying and providing optimal space-time measurements. The coverage field for minimum-error spatial estimation [9], [10] and metric is derived from the mapping error in objective analysis (OA), an assimilation scheme that provides a linear statistical cooperative exploration of features [11]. In [12] agents are estimation of a sampled field. OA mapping error is an example deployed in a distributed way in order to maximize the of a consumable density field: the error decreases dynamically probability of event detection. The authors of [13] study the at locations where agents move and sample. OA mapping error distributed implementation of maximizing joint entropy in is also a regenerating density field if the sampled field is measurements. However, none of these methods have been time-varying: error increases over time as measurement value decays. The resulting optimal coverage problem presents a chal- designed to specifically address a spatial-temporal density lenge to traditional coverage methods. We prove a symmetric field that changes in response to the motion of the agents. dynamic coverage solution that exploits the symmetry of the In this paper we propose a coverage strategy for a density domain and yields symmetry-preserving coordinated motion field defined by OA mapping error in the case that the of mobile sensors.
    [Show full text]
  • Journal of Computational and Applied Mathematics Numerical Integration
    Journal of Computational and Applied Mathematics 233 (2009) 279–292 Contents lists available at ScienceDirect Journal of Computational and Applied Mathematics journal homepage: www.elsevier.com/locate/cam Numerical integration over polygons using an eight-node quadrilateral spline finite elementI Chong-Jun Li a,∗, Paola Lamberti b, Catterina Dagnino b a School of Mathematical Sciences, Dalian University of Technology, Dalian 116024, China b Department of Mathematics, University of Torino, via C. Alberto, 10 Torino 10123, Italy article info a b s t r a c t Article history: In this paper, a cubature formula over polygons is proposed and analysed. It is based Received 9 February 2009 on an eight-node quadrilateral spline finite element [C.-J. Li, R.-H. Wang, A new 8-node Received in revised form 8 July 2009 quadrilateral spline finite element, J. Comp. Appl. Math. 195 (2006) 54–65] and is exact for quadratic polynomials on arbitrary convex quadrangulations and for cubic polynomials on MSC: rectangular partitions. The convergence of sequences of the above cubatures is proved for 65D05 continuous integrand functions and error bounds are derived. Some numerical examples 65D07 are given, by comparisons with other known cubatures. 65D30 65D32 ' 2009 Elsevier B.V. All rights reserved. Keywords: Numerical integration Spline finite element method Bivariate splines Triangulated quadrangulation 1. Introduction The problem considered in this paper is the numerical evaluation of Z IΩ .f / D f .x; y/dxdy; (1) Ω 2 where f 2 C.Ω/ and Ω is a polygonal domain in R , i.e. a domain with the boundary composed of piecewise straight lines.
    [Show full text]
  • MATHEMATICAL TRIPOS Part IB 2017
    MATHEMATICALTRIPOS PartIB 2017 List of Courses Analysis II Complex Analysis Complex Analysis or Complex Methods Complex Methods Electromagnetism Fluid Dynamics Geometry Groups, Rings and Modules Linear Algebra Markov Chains Methods Metric and Topological Spaces Numerical Analysis Optimisation Quantum Mechanics Statistics Variational Principles Part IB, 2017 List of Questions [TURN OVER 2 Paper 3, Section I 2G Analysis II What does it mean to say that a metric space is complete? Which of the following metric spaces are complete? Briefly justify your answers. (i) [0, 1] with the Euclidean metric. (ii) Q with the Euclidean metric. (iii) The subset (0, 0) (x, sin(1/x)) x> 0 R2 { } ∪ { | }⊂ with the metric induced from the Euclidean metric on R2. Write down a metric on R with respect to which R is not complete, justifying your answer. [You may assume throughout that R is complete with respect to the Euclidean metric.] Paper 2, Section I 3G Analysis II Let X R. What does it mean to say that a sequence of real-valued functions on ⊂ X is uniformly convergent? Let f,f (n > 1): R R be functions. n → (a) Show that if each fn is continuous, and (fn) converges uniformly on R to f, then f is also continuous. (b) Suppose that, for every M > 0, (f ) converges uniformly on [ M, M]. Need n − (fn) converge uniformly on R? Justify your answer. Paper 4, Section I 3G Analysis II State the chain rule for the composition of two differentiable functions f : Rm Rn → and g : Rn Rp. → Let f : R2 R be differentiable.
    [Show full text]
  • Complex Analysis
    University of Cambridge Mathematics Tripos Part IB Complex Analysis Lent, 2018 Lectures by G. P. Paternain Notes by Qiangru Kuang Contents Contents 1 Basic notions 2 1.1 Complex differentiation ....................... 2 1.2 Power series .............................. 4 1.3 Conformal maps ........................... 8 2 Complex Integration I 10 2.1 Integration along curves ....................... 10 2.2 Cauchy’s Theorem, weak version .................. 15 2.3 Cauchy Integral Formula, weak version ............... 17 2.4 Application of Cauchy Integration Formula ............ 18 2.5 Uniform limits of holomorphic functions .............. 20 2.6 Zeros of holomorphic functions ................... 22 2.7 Analytic continuation ........................ 22 3 Complex Integration II 24 3.1 Winding number ........................... 24 3.2 General form of Cauchy’s theorem ................. 26 4 Laurent expansion, Singularities and the Residue theorem 29 4.1 Laurent expansion .......................... 29 4.2 Isolated singularities ......................... 30 4.3 Application and techniques of integration ............. 34 5 The Argument principle, Local degree, Open mapping theorem & Rouché’s theorem 38 Index 41 1 1 Basic notions 1 Basic notions Some preliminary notations/definitions: Notation. • 퐷(푎, 푟) is the open disc of radius 푟 > 0 and centred at 푎 ∈ C. • 푈 ⊆ C is open if for any 푎 ∈ 푈, there exists 휀 > 0 such that 퐷(푎, 휀) ⊆ 푈. • A curve is a continuous map from a closed interval 휑 ∶ [푎, 푏] → C. It is continuously differentiable, i.e. 퐶1, if 휑′ exists and is continuous on [푎, 푏]. • An open set 푈 ⊆ C is path-connected if for every 푧, 푤 ∈ 푈 there exists a curve 휑 ∶ [0, 1] → 푈 with endpoints 푧, 푤.
    [Show full text]
  • Pseudo-Conforming Hdiv Polynomial Finite Elements on Quadrilaterals and Hexahedra Eric Dubach, Robert Luce, Jean-Marie Thomas
    Pseudo-conforming Hdiv polynomial finite elements on quadrilaterals and hexahedra Eric Dubach, Robert Luce, Jean-Marie Thomas To cite this version: Eric Dubach, Robert Luce, Jean-Marie Thomas. Pseudo-conforming Hdiv polynomial finite elements on quadrilaterals and hexahedra. [Research Report] RR-7466, INRIA. 2010, pp.36. inria-00541184 HAL Id: inria-00541184 https://hal.inria.fr/inria-00541184 Submitted on 30 Nov 2010 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. INSTITUT NATIONAL DE RECHERCHE EN INFORMATIQUE ET EN AUTOMATIQUE Pseudo-conforming Hdiv polynomial finite elements on quadrilaterals and hexahedra Eric DUBACH∗, Robert LUCE∗,†, Jean-Marie THOMAS∗ N° 7466 23 nov 2010 Thème NUM apport de recherche ISSN 0249-6399 ISRN INRIA/RR--7466--FR+ENG Pseudo-conforming Hdiv polynomial finite elements on quadrilaterals and hexahedra Eric DUBACH∗, Robert LUCE∗,†, Jean-Marie THOMAS∗∗† Thème NUM — Systèmes numériques Projets Concha Rapport de recherche n° 7466 — 23 nov 2010 — 36 pages Abstract: The aim of this paper is to present a new class of mixed finite elements on quadrilaterals and hexahedra where the approximation is polynomial on each element K. The degrees of freedom are the same as those of classical mixed finite elements.
    [Show full text]
  • Traces of Analytic Solutions of the Heat Equation" Astérisque, Tome 2-3 (1973), P
    Astérisque N. ARONSZAJN Preliminary notes for the talk "Traces of analytic solutions of the heat equation" Astérisque, tome 2-3 (1973), p. 5-34 <http://www.numdam.org/item?id=AST_1973__2-3__5_0> © Société mathématique de France, 1973, tous droits réservés. L’accès aux archives de la collection « Astérisque » (http://smf4.emath.fr/ Publications/Asterisque/) implique l’accord avec les conditions générales d’uti- lisation (http://www.numdam.org/conditions). Toute utilisation commerciale ou impression systématique est constitutive d’une infraction pénale. Toute copie ou impression de ce fichier doit contenir la présente mention de copyright. Article numérisé dans le cadre du programme Numérisation de documents anciens mathématiques http://www.numdam.org/ ANALYTIC SOLUTIONS OF HEAT EQUATIONS PRELIMINARY NOTES FOR THE TALK "TRACES OF ANALYTIC SOLUTIONS OF THE HEAT EQUATION" by N. Aronszajn Préface In this paper necessary preliminaries are given for understanding the talk "Traces of analytic solutions of the heat équation. " Since the talk is restricted to one hour, it is hoped that the audience will have had a chance to look over thèse preparatory notes. No proofs are given here. Some of the proofs in Chapter I and ail the proofs for Chapter II will be published in a forthcoming mono- graph on polyharmonic functions which is referred to in this paper as PHF. Contents. Chapter I. General analytic functions. §1. Notations. §2. Entire functions; exponential order and type. §3 A new type of Cauchy formula; Almansi expansion. §4. Analytic functionals. §5, Symbolic intégrais. Chapter II. Polyharmonic functions. §1. General définitions and properties; Laplacian order and type, §2, Almansi development of polyharmonic functions.
    [Show full text]
  • Generic 2-Parameter Perturbations of Parabolic Singular Points of Vector Fields in C
    CONFORMAL GEOMETRY AND DYNAMICS An Electronic Journal of the American Mathematical Society Volume 22, Pages 141–184 (September 7, 2018) https://doi.org/10.1090/ecgd/325 GENERIC 2-PARAMETER PERTURBATIONS OF PARABOLIC SINGULAR POINTS OF VECTOR FIELDS IN C MARTIN KLIMESˇ AND CHRISTIANE ROUSSEAU Abstract. We describe the equivalence classes of germs of generic 2-parameter families of complex vector fieldsz ˙ = ω(z)onC unfolding a singular parabolic k+1 k+1 point of multiplicity k +1: ω0 = z + o(z ). The equivalence is under conjugacy by holomorphic change of coordinate and parameter. As a prepara- tory step, we present the bifurcation diagram of the family of vector fields k+1 1 z˙ = z + 1z + 0 over CP . This presentation is done using the new tools of periodgon and star domain. We then provide a description of the modulus space and (almost) unique normal forms for the equivalence classes of germs. 1. Introduction Natural local bifurcations of analytic vector fields over C occur at multiple sin- gular points. If a singular point has multiplicity k + 1, hence codimension k,ithas a universal unfolding in a k-parameter family. A normal form has been given by Kostov [Ko] for such vector fields, namely k+1 k−1 z + − z + ···+ z + z˙ = k 1 1 0 1+A()zk and the almost uniqueness of this normal form was shown in Theorem 3.5 of [RT], thus showing that the parameters of the normal form are canonical. But what happens if the codimension k singularity occurs inside a family de- pending on m<kparameters? The paper [CR] completely settles the generic situation in the case m = 1.
    [Show full text]
  • Spherical Harmonic Analysis
    A COLLECTION OF FAST ALGORITHMS FOR SCALAR AND VECTOR-VALUED DATA ON IRREGULAR DOMAINS: SPHERICAL HARMONIC ANALYSIS, DIVERGENCE-FREE/CURL-FREE RADIAL BASIS FUNCTIONS, AND IMPLICIT SURFACE RECONSTRUCTION by Kathryn Primrose Drake A dissertation submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in Computing Boise State University December 2020 c 2020 Kathryn Primrose Drake ALL RIGHTS RESERVED BOISE STATE UNIVERSITY GRADUATE COLLEGE DEFENSE COMMITTEE AND FINAL READING APPROVALS of the dissertation submitted by Kathryn Primrose Drake Thesis Title: A Collection of Fast Algorithms for Scalar and Vector-Valued Data on Irregular Domains: Spherical Harmonic Analysis, Divergence- Free/Curl-Free Radial Basis Functions, and Implicit Surface Recon- struction Date of Final Oral Examination: 16 October 2020 The following individuals read and discussed the dissertation submitted by student Kathryn Primrose Drake, and they evaluated the student's presentation and response to questions during the final oral examination. They found that the student passed the final oral examination. Grady B. Wright Ph.D. Chair, Supervisory Committee Jodi Mead Ph.D. Member, Supervisory Committee Min Long Ph.D. Member, Supervisory Committee The final reading approval of the dissertation was granted by Grady B. Wright Ph.D., Chair of the Supervisory Committee. The thesis was approved by the Graduate College. DEDICATION For Bodie, without whom this wouldn't have been possible. iv ACKNOWLEDGMENTS First and foremost, I must acknowledge and thank my committee members, Professor Jodi Mead and Professor Min Long. Jodi, you have been with me throughout this entire process since (literally) day one. Thank you for supporting me every step of the way and reminding me to persist.
    [Show full text]
  • Minkowski Bisectors, Minkowski Cells, and Lattice Coverings 3
    MINKOWSKI BISECTORS, MINKOWSKI CELLS, AND LATTICE COVERINGS CHUANMING ZONG Abstract. As a counterpart of Hilbert’s 18th problem, it is natural to raise the question to determine the density of the thinnest covering of E3 by identical copies of a given geometric object, such as a unit ball, a reg- ular tetrahedron or a regular octahedron. However, systematic study on this problem and its generalizations was started much later comparing with that on packings and the known knowledge on coverings is very limited. By studying Minkowski bisectors and Minkowski cells, this paper introduces a ∗ new way to study the density θ (C) of the thinnest lattice covering of En by a centrally symmetric convex body C. Some basic results and unex- pected phenomena such as Example 1, Theorems 2 and 4, and Corollary 1 about Minkowski bisectors, Minkowski cells and covering densities are dis- covered. Three basic problems about Minkowski cells and parallelohedra are presented. 1. Minkowski Metrics and Centrally Symmetric Convex Bodies Let En denote the n-dimensional Euclidean space with an orthonormal basis {e1, e2, · · · , en}. For convenience we use small letters to denote real numbers, use small bold letters to denote points (or vectors) and use capital letters to denote sets of points in the space. In particular, let o denote the origin of En, 2 and let Bn denote the n-dimensional unit ball {x : |xi| ≤ 1}. A metric k · k define in En is called a MinkowskiP metric if it satisfies the following conditions. n arXiv:1402.3395v1 [math.MG] 14 Feb 2014 1. 0 ≤ kxk < ∞ holds for all vectors x ∈ E and the equality holds if and only if x = o.
    [Show full text]
  • Invariant Compact Sets of Nonexpansive Iterated Function Systems
    Asian Research Journal of Mathematics 3(4): 1-10, 2017; Article no.ARJOM.32634 ISSN: 2456-477X SCIENCEDOMAIN international www.sciencedomain.org Invariant Compact Sets of Nonexpansive Iterated Function Systems ∗ Francisco J. Solis1 and Ezequiel Ojeda-Gomez1 1Center of Research in Mathematics, CIMAT, Guanajuato 36000, M´exico. Authors' contributions This work was carried out in collaboration between both authors. Author FJS designed and managed the analyses of the study. Author EOG wrote the first draft of the manuscript and managed literature searches. Both authors read and approved the final manuscript. Article Information DOI: 10.9734/ARJOM/2017/32634 Editor(s): (1) Firdous Ahmad Shah, Department of Mathematics, University of Kashmir, South Campus, Anantnag, Jammu and Kashmir, India. Reviewers: (1) William H. Sulis, University of Waterloo, Waterloo, Canada and McMaster University, Hamilton, Canada. (2) Andrzej Wisnicki, Rzeszow University of Technology, Rzeszow, Poland. (3) Srijanani Anurag Prasad, The Northcap University, Gurgaon, India. (4) Sergei Soldatenko, Institute for Informatics and Automation of the Russian Academy of Sciences, Russia. Complete Peer review History: http://www.sciencedomain.org/review-history/18676 Received: 6th March 2017 Accepted: 11th April 2017 Original Research Article Published: 17th April 2017 Abstract In this work we prove the existence of invariant compact sets under the action of nonexpansive iterated functions systems on normed spaces. We generalized the previous result to convex metric spaces and we also show that uniqueness of invariant compact sets is not guaranteed. Finally, in the last section we prove a result that provides a method for calculating an invariant set under nonexpansive iterated functions systems which is maximal with respect to inclusion.
    [Show full text]
  • Uxx = Ud on an Appropriat
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 301, Number 2, June 1987 HARDY SPACES OF HEAT FUNCTIONS H. S. BEAR ABSTRACT. We consider spaces of solutions of the one-dimensional heat equa- tion on appropriate bounded domains in the (x, t)-plane. The domains we consider have the property that they are parabolically star-shaped at some point; i.e., each downward half-parabola from some center point intersects the boundary exactly once. We introduce parabolic coordinates (r,8) in such a way that the curves 8 = constant are the half-parabolas, and dilation by mul- tiplying by r preserves heat functions. An integral kernel is introduced by specializing to this situation the very general kernel developed by Gleason and the author for abstract harmonic functions. The combination of parabolic co- ordinates and kernel function provides a close analogy with the Poisson kernel and polar coordinates for harmonic functions on the disc, and many of the Hardy space theorems for harmonic functions generalize to this setting. More- over, because of the generality of the Bear-Gleason kernel, much of this theory extends nearly verbatim to other situations where there are polar-type coor- dinates (such that the given space of functions is preserved by the "radial" expansion) and the maximum principle holds. For example, most of these theorems hold unchanged for harmonic functions on a radial star in R n . As ancillary results we give a simple condition that a boundary point of a plane domain be regular, and give a new local Phragmen-Lindelof theorem for heat functions. 1.
    [Show full text]
  • Geometry of Numbers with Applications to Number Theory
    GEOMETRY OF NUMBERS WITH APPLICATIONS TO NUMBER THEORY PETE L. CLARK Contents 1. Lattices in Euclidean Space 3 1.1. Discrete vector groups 3 1.2. Hermite and Smith Normal Forms 5 1.3. Fundamental regions, covolumes and sublattices 6 1.4. The Classification of Vector Groups 13 1.5. The space of all lattices 13 2. The Lattice Point Enumerator 14 2.1. Introduction 14 2.2. Gauss's Solution to the Gauss Circle Problem 15 2.3. A second solution to the Gauss Circle Problem 16 2.4. Introducing the Lattice Point Enumerator 16 2.5. Error Bounds on the Lattice Enumerator 18 2.6. When @Ω is smooth and positively curved 19 2.7. When @Ω is a fractal set 20 2.8. When Ω is a polytope 20 3. The Ehrhart (Quasi-)Polynomial 20 3.1. Basic Terminology 20 4. Convex Sets, Star Bodies and Distance Functions 21 4.1. Centers and central symmetry 21 4.2. Convex Subsets of Euclidean Space 22 4.3. Star Bodies 24 4.4. Distance Functions 24 4.5. Jordan measurability 26 5. Minkowski's Convex Body Theorem 26 5.1. Statement of Minkowski's First Theorem 26 5.2. Mordell's Proof of Minkowski's First Theorem 27 5.3. Statement of Blichfeldt's Lemma 27 5.4. Blichfeldt's Lemma Implies Minkowski's First Theorem 28 5.5. First Proof of Blichfeldt's Lemma: Riemann Integration 28 5.6. Second Proof of Blichfeldt's Lemma: Lebesgue Integration 28 5.7. A Strengthened Minkowski's First Theorem 29 5.8.
    [Show full text]