Periodic Points and Iteration in Sequential Dynamical Systems

Periodic Points and Iteration in Sequential Dynamical Systems

Periodic Points and Iteration in Sequential Dynamical Systems Taom Sakal Advised by Padraic Bartlett Senior Thesis CCS Mathematics University of California Santa Barbara May 2016 CONTENTS Introduction............................... 4 1. Predicting Periodic Points in Cycle Graphs ............. 5 1.0.1 WhatisaSimpleCyclicSDS? . 5 1.0.2 The Phase Space . 7 1.1 The Compatibility Graph . 8 1.2 The Transition Graph . 10 1.2.1 Construction and Definitions . 11 1.2.2 Calculating SDS with the Transition Graph: an Algo- rithm . 14 1.3 MainResults ........................... 17 1.3.1 ShiftingStates ...................... 19 1.3.2 Finding other graphs with points of the same period . 20 1.4 FutureDirections. ........................ 23 2. The Iterated Phase Space ....................... 25 2.1 GeneralizedSDS ......................... 25 2.2 The Iterated Phase Space . 25 2.2.1 Definitions for IPS . 28 2.3 Classification of IPS . 29 2.3.1 Behavior of Or and And . 29 2.3.2 Behavior of Parity and Parity+1 . 35 2.3.3 Behavior of Majority and Majority+1 . 36 2.3.4 Behavior of Nor and Nand . 38 2.4 Otherresults ........................... 38 3. Color SDS ................................ 41 3.1 What is a Color SDS? . 41 3.2 Color Distance . 41 3.3 Other Coloring SDSs, Other Color Distances . 43 3.4 Lonely Colorings . 44 Contents 3 Future Directions .............................. 46 Acknowledgments ............................. 47 Bibliography ................................ 48 INTRODUCTION Graph dynamical systems capture a phenomena found in nearly all of sci- ence: emergence. Individuals which follow simple rules can, when viewed collectively, create complex behavior. Graph dynamical systems have mod- eled everything from ants to traffic to economies. In all these models indi- viduals look to their immediate environment and the actions of those around them to decide their next action. The classic mathematical example of such a system is Conway’s Game of Life. Moving creations, pulsing galaxies, and even the complexity of self reproducing organisms can emerge from the game’s simple and mechanical rules [2, Chapter 7.3] [3]. Sequential Dynamical Systems are time and space discrete systems, sim- ilar to the Game of Life. However, they have the added dimension of an vertex-by-vertex update order (compared to the Game of Life’s simultane- ous update order). The order in which a system updates matters, and this is what gives SDS its applications, some examples being traffic simulations, genetic models, queuing theory, and even a mathematically precise founda- tion for computer simulation [4, Chapter 1.3, Chapter 8]. We begin in Chapter 1 by describing results on a special class of SDS called cyclic SDS. We then consider the Iterated Phase Space and more general SDS in Chapter 2. Finally in Chapter 3 we consider Color SDS and some results on 2-cycles. We will assume basic knowledge of graph theory throughout (ie. what a graph is, what vertices and edges are, and the basic types of graphs). 1. PREDICTING PERIODIC POINTS IN CYCLE GRAPHS Often we wish to know when SDS are periodic. Given a starting state, an SDS may update back to this starting state after n updates. A state that does this is called a point of period n. Knowing which points are periodic is important because it tells what inputs cause our systems to loop. Mortveit and Reidys characterized points of period one for a special class of SDS (called Simple Cyclic SDS) on cycle graphs. [4, Chapter 5.1]. In this chapter we generalize their technique to find points of arbitrary period on Cn for such SDS. To do this we first we introduce basic terminology and Simple Cyclic SDS in section 1.0.1. Next we review the compatibility graph, the tool Mortveit and Reidy studied fixed points with. From there we introduce the transition graph as a generalization of the compatibility graph and show how to transform the problem of calculating an SDS into a problem of finding walks on the transition graph. To finish we prove two theorems which allow us to, when given a point of period k on Cn, find points of period k on the graphs Cn and Cn+ank,wherea is a natural number. 1.0.1 What is a Simple Cyclic SDS? A Sequential Dynamical System (SDS) is a discrete dynamical system on a graph, and a formal construction of them can be found in [4, Chapter 4.1]. The results in this paper are limited to Simple Cyclic SDS, a special class of SDS on Cn. We label the vertices of Cn in the natural way: vi is adjacent to vi+1, and vn is adjacent to v1. A Simple Cyclic SDS consists of 1. An undirected cycle graph C with vertices v ,...v with n 3. n { 1 n} ≥ 2. A set of possible vertex states K. (For this paper we let K = F2.) 3. A local vertex function f : K3 K. ! 4. An ordering ⇡ =(σ(v1), σ(v2),...,σ(vn)) of the vertices in Cn,where σ is a permutation in Sn. For this paper, σ will be the identity. 1. Predicting Periodic Points in Cycle Graphs 6 The local vertex function f is defined as f : K3 K ! (xi 1,xi,xi+1) (xi0 ) − 7! Where x K and the subscripts are taken modulo n.Givenavertexv in i0 2 i state xi with neighbors vi 1,vi+1 in states xi 1,xi+1, we can update vi by − − replacing xi with the state given by f(xi 1,xi,xi+1). An update function − is symmetric if it does not care about the order of the x’s in the input (xi 1,xi,xi+1). − These local functions can be composed to give the SDS-map.This map, denoted [fCn , ⇡], applies the local vertex function to each vertex in our graph, in the order specified by ⇡. We call an application of the SDS- map a system update. A system state is an assignment of vertices in our graph to elements of K.Weletthetuple(x ,...x ) Kn denote the system state in which 1 n 2 vertex vi has state xi. A system update changes the system state (x1,...,xn) to a new system state Definition 1. Let F =[fCn , ⇡] be an SDS-map and let X and X0 be system states. If F (X)=X0 we write X X0 7!F and read it as “X updates to X0,” and we say that we have applied a system update. Generally, Cn and ⇡ are assumed to be fixed and we write F in place of [fCn , ⇡]. Example: Consider the SDS on C3, the cycle graph on three vertices. Let the vertex set be v1,v2,v3 and let the vertex state set be F2.Set { } ⇡ =(v1,v2,v3), the identity update order. Define the vertex update function to be Parity(vi 1,vi,vi+1):=(vi 1 + vi + vi+1)mod2. − − Take the system state (1, 0, 0), as shown in Figure 1.1, and apply our local vertex functions in the order given by ⇡. We begin with v1.Itsees that its left neighbor is 0, itself is 1, and the right neighbor is 0. Thus we have fv1 (0, 1, 0) = 0 + 1 + 0 mod 2 = 1. Thus v1 updates to 1. 1. Predicting Periodic Points in Cycle Graphs 7 Do this for v2. It sees the updated v1 to its left, a 0 for itself, and a 0 to its right. Thus it updates to fv2 (1, 0, 0) = 1 + 0 + 0 mod 2 = 1. Finally we do this for v3 and we find it updates to fv3 (1, 0, 1) = 0. The resulting system state is (1, 1, 0). As we have updated all the vertices in the order specified, we have finished an entire system update, and we have that (1, 0, 0) (1, 1, 0). 7!F Fig. 1.1: A single system update using Parity 1.0.2 The Phase Space The phase space of an SDS is a directed graph that represents how an SDS updates. The vertex set of this graph is the collection of all possible system states for our SDS. For an SDS-map F , we draw an edge from one system state X to system state X if X X . 0 7!F 0 Fig. 1.2: The phase space of Parity over C3. The phase space gives us a complete view of an SDS’s behavior. A special structure in the phase space is the periodic point: a system state that returns to itself after a certain number of system updates. For example, the phase space illustrated above contains four points of period four, two points of period two, and two points of period one. A point of period one is called a fixed point. 1. Predicting Periodic Points in Cycle Graphs 8 Observe that finding periodic points in an SDS is equivalent to finding directed cycles in the phase space. 1.1 The Compatibility Graph In this section we review the compatibility graph, first introduced in [4, Chapter 5.1]. The compatibility graph allows us to find all fixed points in a simple cyclic SDS. It does this by “stitching together” local fixed points, which we define below. Definition 2. Let f be a local vertex function. A local fixed point for f is a vertex state (xi 1,xi,xi+1) such that − f(xi 1,xi,xi+1)=xi. − 3 Example: Consider the function Majority : F F2, defined as follows: 2 ! 1ifa + b + c>1, Majority(a, b, c)= (0ifa + b + c 1. The local fixed points for Majority are labeled in the table below. (xi 1,xi,xi+1) Majority(xi 1,xi,xi+1) Fixed Point? − − (0, 0, 0) 0 Yes (0, 0, 1) 0 Yes (0, 1, 0) 0 No (0, 1, 1) 1 Yes (1, 0, 0) 0 Yes (1, 0, 1) 1 No (1, 1, 0) 1 Yes (1, 1, 1) 1 Yes The compatibility graph for a given simple cyclic SDS describes a way to fit local fixed points together into a global fixed point.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    48 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us