Characterization of Fixed Points in Sequential Dynamical Systems

Size: px
Start display at page:

Download "Characterization of Fixed Points in Sequential Dynamical Systems"

Transcription

1 Characterization of Fixed Points in Sequential Dynamical Systems James M. W. Duvall Virginia Polytechnic Institute and State University Department of Mathematics Abstract Graph dynamical systems are central to the modeling of a wide range of different phenomena on networks. As a particular type of graph dynamical systems, sequential dynamical systems (SDS) have numerous applications ranging from disease dynamics to the mapping of traffic flows. These applications also extend to modeling cellular automata (CA), which have a lot in common, structurally, with SDS. The goal of this paper is to thoroughly examine one of the most commonly studied graph structures, the circle graph, which is denoted by Circ n. Using some function f 3 : {0, 1} 3 {0, 1}, the process of characterizing fixed points over this graph is delineated and the specific outcomes for each result are then discussed. Specifically, this paper will examine a special case, the majority function which is denoted by maj 3, and the outcomes it produces when applied to Circ n. In general, computing these fixed points for an arbitrary graph is hard and computationally intractable. Therefore, the final portion of this paper will discuss the wheel graph, denoted Wheel n, and the impending complications that arise when attempting to compute its local fixed points. 1

2 2 1 Introduction Sequential dynamical systems are important in many areas of modeling and this paper gives a thorough basis into understanding them. The theory learned through the study of SDS can be easily assimilated into many applications which is a large part as to why one would study SDS. One of these relations is to that of cellular automata. CA may be thought of as a collection of colored cells on a regular grid of specified shape that evolves through a number of discrete time steps according to a set of rules based on the states of neighboring cells [7]. Cellular automata share many features with SDS. Each CA has some underlying collection of cells where each cell v has a state x v taken from some finite set and each cell has a function defined over a collection of states associated to nearby cells. An example of the dynamics of a CA is given in the figure below. There is one difference to note though, which is that while SDS always deal with a finite Figure 1. CA dynamics generated in Mathematica with 20 iterations. number of lattice systems, it is not uncommon to consider cellular automata over infinite lattices. There are a number of more specific ways in which CA compare to SDS but for a more specific background into them, refer to either [7] or [5]. The main case this paper deals with is the graph Circ n and how to classify its fixed points. These fixed points represent the long term behavior of a dynamical system which lends them to constant study. However, before they can be classified, a working knowledge of graph theory must be obtained and then the definition of a fixed point must be stated. Interestingly enough, there is a classical problem that relates to the computation of fixed points in the circle graph. Let there be n beads on a necklace where a bead can have one of 2 colors attributed to it. The problem is to find how many different ways the beads can be arranged using a few assumptions. These assumptions are that there can be neither rotations nor reflections and also that none of the beads can be isolated. As it will be seen for the majority function, it will turn out that the solution to this is the same as the number of fixed points in the circle graph. As the reader, try and figure out just how many arrangements can be made from 4 beads with 2 colors (say black and white) before proceeding. The reader may also finish the paper and then show to themselves that this is true by working backwards from the answer. This application can also be solved in another way by the use of Polya theory which provides a systematic approach as the number of beads and colors grows larger. For an introduction to Polya theory, see [1]. 1.1 Graphs A graph is a nonempty, finite set V along with a set E of 2-element subsets of V. The elements of V are called vertices and the elements of E are called edges [3]. A walk (of length k) in a graph Y is a non-empty, alternating sequence v 0 e 0 v 1 e 1...e k 1 v k of vertices and edges in Y such that e i = {v i, v i+1 } for all i < k. The walk is said to be closed if v 0 = v k. A path in a graph Y is a non-empty graph P = (V, E) of Y of the form V = {x 0, x 1,..., x k } E = {x 0 x 1, x 1 x 2,..., x k 1 x k } where the x i s are all distinct [2]. In other words, a path is a walk that never visits the same vertex twice. If P = x 0...x k 1 is a path and k 3, then the graph τ := P + x k 1 x 0 is called a cycle. A non-empty graph Y is called connected if any two of its vertices are linked by a path in Y [2]. Using this, one could also say that

3 3 a cycle is a connected subgraph where every vertex has precisely two neighbors. Before citing and proving a theorem that will be useful in the latter part of this paper, a little needs to be said of the Transfer-matrix Method. The fundamental problem treated by the transfer-matrix method is the evaluation of A ij (n), the number of walks from i to j of length n, where the first part of the method is to interpret A ij (n) as an entry in a certain matrix. This matrix A is the adjacency matrix which is simply a matrix that is formed by placing a 1 in the ij th entry if there is an edge between i and j and a 0 if there is not. The second part of the method involves the use of linear algebra to analyze the behavior of A ij (n) [6]. The first part of the transfer-matrix method is the one that fits best into this paper with the following theorem being a direct result from this part. Theorem 1. Let χ be a directed graph with adjacency matrix A. The number of walks from u to v in χ with length r is (A r ) uv [4]. Proof. Base Case: Let r = 1, then A r = A 1 = A. When r = 1, it follows that A r = A. Since the matrix A already lists the walks in the directed graph χ of length 1, the case r = 1 is true. Inductive Assumption: Assume that the number of walks from u to v in χ with length k is (A k ) uv and that this is true for k 1. Inductive step: Let the number of walks of length r + 1 from u to v be denoted by Γ uv r+1. If w represents a possible intermediate vertex between u and v, then: Γ uv r+1 = Γ uw r Γ wv 1 wɛv = wɛv (A r ) uw (A) wv (by the inductive hypothesis) = (A r+1 ) uv (by the definition of matrix mulitplication) Therefore by the principle of mathematical induction on r, the number of walks from u to v in χ of length r is (A r ) uv for r What is an SDS? Let Y be an undirected graph of order n with vertex states in a finite set or field K. Let x = (x 1,..., x n ), x[v] be a restricted state denoting the state of v and its neighbors, and also let f v be a vertex function which takes x[v] as its input. Let (f v ) v V be a family of vertex functions, and let π = (π 1,..., π n ) S Y where S Y denotes the set of permutation sequences of V. A sequential dynamical system (SDS) is the triple (Y, (f v ) v V, π). Here, F v : K n K n is the local function and is defined by (1) F vk (x) = (x v1,..., x vk 1, f vk (x[v k ]), x vk+1,..., x vn ), where each of the x vk vertices is fixed and the only thing that gets changed is the state of vertex v k with f vk (x[v k ]) applied to it. The associated SDS-map is F π : K n K n defined by (2) F π = F πn F πn 1... F π1. The graph Y of an SDS is refered to as the base graph. The application of the Y -local map F v is the update of vertex v, and the application of F π is a system update. For certain SDS, the update order is a word w = (w 1,..., w k ) over V, that is, a sequence of Y -vertices. An SDS over a word is defined in almost the exact same way as in Equation 2 except each π is replaced with w. Note that, for future reference, when defined over a permutation sequence, equation (2) is referred to as a permutation-sds and when defined over a word, is referred to as a word-sds [5]. 2 The Circle Graph 2.1 Fixed Points for an SDS over the graph Circ n

4 4 Figure 2. The Circ n graph. For SDS, when the system update F π is applied, system state transitions are generated and these form a directed graph Γ called a phase space which is defined as v[γ] = {x K n }, e[γ] = {(x, F π (x)) x v[γ]}, where v[γ] and e[γ] denote the vertex set of Y and the edge set of Y, respectively. There are three types of points in the phase space that are of interest. First, there is the fixed point. For an SDS, a fixed point is a point x such that F π (x) = x and once a system reaches a fixed point, it remains there. Second is the periodic point. Periodic points are states x such that F k π(x) = x is satisfied. In other words, these points are simply ones that no matter how many update schemes are applied to the graph, they begin at one vertex and come back to this same vertex having a cycle of length greater than 1. Periodic points continue to map to other points and after a certain amount of steps, will form a cycle that repeats itself as the number of update schemes increases. Lastly, there are transient points which are points that are neither fixed points nor periodic points. The main problem that is the focus of the paper is as follows: find the number of fixed points in the graph Circ n using f 3 : {0, 1} 3 {0, 1} and characterize them. The definitions for the phase space and the three types of points it may contain will now be shown through an example. Before this can be done though, an update scheme needs to be defined which is necessary to construct the phase space. A sequential update scheme is the permutation sequence π = (π 1, π 2,..., π n ) specifying the order in which the vertex functions are applied and recall that the SDS map is defined as F π = F πn F πn 1... F π1 from equation (2) above. Consider Circ 4 along with the function maj 3 : {0, 1} 3 {0, 1}. The set of the function, {0,1}, attributes a 0 or 1 to each vertex on Circ n creating a total of 2 n different graph states. Note that since this problem deals with Circ 4, there are a total of 2 4 = 16 different system states. A starting vertex is chosen based on π and one examines this vertex along with its neighbors. Then one checks whether 0 or 1 is the majority and the function output is this majority. Since a sequential update scheme is being used, after finding the output of maj 3 : {0, 1} 3 {0, 1} applied to the starting vertex of Circ 4, one replaces the original state with the value of the function output. Repeat this for the states of the remaining 3 vertices to obtain the transition for that graph state. The 16 transitions are noted as follows in Table 1 below. The sequential phase space Table 1. The graph state transitions for a Majority SDS over Circ n where π = (0, 1, 2, 3) corresponding to these transitions is given in Figure 3 below. From the definitions above, one can use Figure

5 5 Figure 3. The phase space generated from Table 1 3 to identify which points in the graph are fixed points, periodic points or transient points. In Figure 3, the nodes (0000, 1111, 0011, 1100, 1001, 0110) are the fixed points since they map to themselves. The other points in the graph are all transient points. From Figure 3, these points would be (0001, 0100, 0010, 1000, 1101, 1011, 1110, 0111, 0101, 1010). This SDS does not exhibit any periodic points because the phase space does not contain any cycles of length greater than The Fixed Point Graph Now that the concept of a fixed point has been defined, the problem of finding and characterizing fixed points can be solved. To do this, it is first beneficial to construct local fixed points where these are constructed by first examining all of the possible neighborhoods in the graph. The idea of local fixed points is to patch them together to form global fixed points for the full SDS and in order to do this, they need to be compatible wherever they overlap. Going back to the graph Circ n, it is seen that every vertex has two neighors for a total of 3 vertices per neighborhood. Under the function maj 3 : {0, 1} 3 {0, 1}, there are two states per vertex which allows us to construct 2 3 = 8 local fixed point candidates. The idea is to then apply the function to these candidates to find out which ones are local fixed points [5]. To determine this, our local fixed point candidates are set up in the form (x i 1 x i x i+1 )(which is a common form when working with Circ n ), the values in the tuple (either 0 or 1) are examined and as before, whichever value is the majority is the output. Lastly, to determine if the tuple is a local fixed point, simply check the output of the function and if that value is equal to x i, then the point is a local fixed point. The table below (Table 2) labels which of the tuples are local fixed points. As seen in Table 2, there are 6 local fixed points for Circ n under the Table 2. Local fixed points x i 1 x i x i+1 maj 3 local fixed point? Yes Yes No Yes Yes No Yes Yes function maj 3. Using these, a directed graph (call it G) can be constructed in the following manner. Look at the first local fixed point, 000. Take the last two digits of this local fixed point and see which other local fixed

6 6 points begin with those two digits. Then draw a directed edge from 000 to those two points. Specifically in this case for 000, there is a directed edge to 001 and to itself, 000. This process is done for all the local fixed points and a directed graph will result. For maj 3, the directed graph is given in Figure 4. Figure 4. The directed graph G for the maj 3 function. Using Figure 4 above, an adjacency matrix (A) can be constructed to describe G: A = By definition, a cycle of length n in G corresponds to a fixed point of Circ n for a given function f 3 [5]. Using this definition in addition to Theorem 1 that was proved earlier, the total number of fixed points can be calculated in the following manner. Using the running example graph Circ 4, apply Theorem 1 and raise A to the fourth power which will correspond to the number of walks from i to j of length 4. The following matrix results: A 4 = Now it must be that the fixed points occur along the diagonal because a fixed point must begin and end at the same point, making these diagonal entries the ones of interest. In general, the total number of fixed points is the sum along the diagonal of A n or, in other words, Tr A n. Thus, for Circ 4 where n = 4, the total number of fixed points is Tr A 4 = = 6. This value matches the fixed points we observed in the phase space for Circ 4. In the phase space, it was noted that there were 6 fixed points and using this method, the same answer is achieved. 2.3 Recursive Enumeration of Fixed Points

7 7 From the last section, it was found that over Circ n, the total number of fixed points, L n, induced by the function, f 3 : {0, 1} 3 {0, 1}, was: (3) L n = Tr A n, where A was the adjacency matrix of the graph G. The following theorem is a consequence of this result. Theorem 2. Let χ A (x) = a i x k i = 0 be the characteristic polynomial of A. The number of fixed points L n satisfies the recursion relation (4) a i L n i = 0, where the a i s are the coefficients to the characteristic polynomial [5]. Proof. Using Equation 3, the last part of it can be written in the following manner: (5) L n = Tr A n = [A n ] ii = e i A n e T i, i=1 where e i is the ith unit vector. Through the use of Equation 5 and the result of the Hamilton-Cayley theorem that states that χ A (A) = 0, Equation 4 is shown to be true from the following: a i L n i = a i ( e j A n 1 e T j ) = = = = 0 j=1 j=1 ( e j a i A n 1 e T j ) i=1 e j (a 0 A n + a 1 A n a k A n k )e T j j=1 e j χ A (A)A n k e T j j=1 The total number of fixed points for Circ n can now be defined recursively. The characteristic polynomial of A is found to be x 6 2x 5 + x 4 x 2. Applying Theorem 2, the recursion relation becomes L n 2L n 1 + L n 2 L n 4 = 0. Bringing the last three terms to the right side, the recursion relation is found to be: (6) L n = 2L n 1 L n 2 + L n 4, with initial values L 3 = 2, L 4 = 6, L 5 = 12, and L 6 = Problems that Arise with other SDS Graphs One might try to see if these same techniques that have been developed can be applied to other graph classes to obtain a nice, closed form solution for the enumeration of fixed points. For a few special graph classes, the same techniques can be applied to generate such a solution. However, for most graph classes, a closed-form solution can not be obtained and to demonstrate some of the issues that arise when trying to do so, the wheel graph (Wheel n ) is used. Structurally, Wheel n has a few things in common with Circ n but it is the differences that matter. Most notably, Circ n is a regular graph while Wheel n is not and note that a

8 8 Figure 5. The Wheel n graph. regular graph is defined as a graph such that every vertex has the same degree (number of incident edges) [5]. Every vertex of Circ n has degree 2 while in Wheel n, the vertices along the circle all have degree 3 while the center vertex has degree n. This forces the state of the center vertex to depend on every other vertex while the states along the circle depend on the states of the neighbors on the circle (as is the case in Circ n ) and also the center vertex itself. This is going to yield two neighborhoods of different sizes, the neighborhood about the center vertex which contains n + 1 vertices and the neighborhood about all the other points which have 4 vertices. Relating this to the case of the circle graph, the local fixed point candidates for the wheel graph can be set up in the following manner: (x 0 x i 1 x i x i+1 ). Note that in this setup, the right side is the same as how the local fixed points were determined in Circ n. Thus, if x 0 is the center vertex and it is taken to be a dependent variable which the right half is based off of, then the result will give two different local fixed point graphs. One of them is the same as the one obtained for Circ 4 while the other is much different. As it turns out, this other graph only yields 1 fixed point, the one where every vertex has the same state. The fixed point graph that is the same as the circle case is evaluated in almost the same way as the original except for the fact that after the graph is obtained, each vertex has to match up with the center vertex. In other words, there is an algebraic constraint placed on the system over the wheel graph. This constraint is that f 0 (x) = x 0 which says to take the function at vertex zero, apply it, and see if it equals the state at vertex zero. If this is satisfied, it will give a local fixed point at vertex zero which is necessary for the entire system to have global fixed points. This creates a problem in finding a way to determine the fixed points and it turns out that the fixed points can only be found by cranking them out one by one. As a result, the total number of fixed points will be the union of the fixed points of the two separate graphs while being subjected to an algebraic constraint. References [1] Daniel I. A. Cohen. Basic Techniques of Combinatorial Theory. John Wiley and Sons, Inc., New York, [2] Reinhard Diestel. Graph Theory. Springer Science+Business Media, Berlin, third edition, [3] John A. Dossey, Albert D. Otto, Lawrence E. Spence, and Charles Vanden Eynden. Discrete Mathematics. Pearson Education, Inc., Massachusettes, fifth edition, [4] Chris Godsil and Gordon Royle. Algebraic Graph Theory. Springer-Verlag New York, Inc., New York, [5] Henning S. Mortveit and Christian M. Reidys. An Introduction to Sequential Dynamical Systems. Springer Science+Business Media LLC, New York, [6] Richard P. Stanley. Enumerative Combinatorics, volume 1. Wadsworth and Brooks/Cole Advanced Books and Software, California, [7] Eric W. Weisstein. Cellular automaton.

Matching Polynomials of Graphs

Matching Polynomials of Graphs Spectral Graph Theory Lecture 25 Matching Polynomials of Graphs Daniel A Spielman December 7, 2015 Disclaimer These notes are not necessarily an accurate representation of what happened in class The notes

More information

Classification of Finite Dynamical Systems

Classification of Finite Dynamical Systems SIAM conference on Discrete Mathematics p. 1 Classification of Finite Dynamical Systems Luis D. Garcia, Abdul Jarrah, and Reinhard Laubenbacher lgarcia@math.vt.edu Virginia Tech SIAM conference on Discrete

More information

A Questionable Distance-Regular Graph

A Questionable Distance-Regular Graph A Questionable Distance-Regular Graph Rebecca Ross Abstract In this paper, we introduce distance-regular graphs and develop the intersection algebra for these graphs which is based upon its intersection

More information

1 Counting spanning trees: A determinantal formula

1 Counting spanning trees: A determinantal formula Math 374 Matrix Tree Theorem Counting spanning trees: A determinantal formula Recall that a spanning tree of a graph G is a subgraph T so that T is a tree and V (G) = V (T ) Question How many distinct

More information

A linear algebraic view of partition regular matrices

A linear algebraic view of partition regular matrices A linear algebraic view of partition regular matrices Leslie Hogben Jillian McLeod June 7, 3 4 5 6 7 8 9 Abstract Rado showed that a rational matrix is partition regular over N if and only if it satisfies

More information

Graph coloring, perfect graphs

Graph coloring, perfect graphs Lecture 5 (05.04.2013) Graph coloring, perfect graphs Scribe: Tomasz Kociumaka Lecturer: Marcin Pilipczuk 1 Introduction to graph coloring Definition 1. Let G be a simple undirected graph and k a positive

More information

Using DERIVE to Interpret an Algorithmic Method for Finding Hamiltonian Circuits (and Rooted Paths) in Network Graphs

Using DERIVE to Interpret an Algorithmic Method for Finding Hamiltonian Circuits (and Rooted Paths) in Network Graphs Liverpool John Moores University, July 12 15, 2000 Using DERIVE to Interpret an Algorithmic Method for Finding Hamiltonian Circuits (and Rooted Paths) in Network Graphs Introduction Peter Schofield Trinity

More information

Course : Algebraic Combinatorics

Course : Algebraic Combinatorics Course 18.312: Algebraic Combinatorics Lecture Notes #29-31 Addendum by Gregg Musiker April 24th - 29th, 2009 The following material can be found in several sources including Sections 14.9 14.13 of Algebraic

More information

Spanning Trees in Grid Graphs

Spanning Trees in Grid Graphs Spanning Trees in Grid Graphs Paul Raff arxiv:0809.2551v1 [math.co] 15 Sep 2008 July 25, 2008 Abstract A general method is obtained for finding recurrences involving the number of spanning trees of grid

More information

18.312: Algebraic Combinatorics Lionel Levine. Lecture 19

18.312: Algebraic Combinatorics Lionel Levine. Lecture 19 832: Algebraic Combinatorics Lionel Levine Lecture date: April 2, 20 Lecture 9 Notes by: David Witmer Matrix-Tree Theorem Undirected Graphs Let G = (V, E) be a connected, undirected graph with n vertices,

More information

Random Walks on Graphs. One Concrete Example of a random walk Motivation applications

Random Walks on Graphs. One Concrete Example of a random walk Motivation applications Random Walks on Graphs Outline One Concrete Example of a random walk Motivation applications shuffling cards universal traverse sequence self stabilizing token management scheme random sampling enumeration

More information

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer

A Generalized Algorithm for Computing Matching Polynomials using Determinants. Asa Scherer A Generalized Algorithm for Computing Matching Polynomials using Determinants Asa Scherer April 17, 2007 Abstract We discuss the connection between determinants of modified matching matrices and the matching

More information

Katholieke Universiteit Leuven Department of Computer Science

Katholieke Universiteit Leuven Department of Computer Science On the maximal cycle and transient lengths of circular cellular automata Kim Weyns, Bart Demoen Report CW 375, December 2003 Katholieke Universiteit Leuven Department of Computer Science Celestijnenlaan

More information

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016)

FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) FINAL EXAM PRACTICE PROBLEMS CMSC 451 (Spring 2016) The final exam will be on Thursday, May 12, from 8:00 10:00 am, at our regular class location (CSI 2117). It will be closed-book and closed-notes, except

More information

Generating Permutations and Combinations

Generating Permutations and Combinations Generating Permutations and Combinations March 0, 005 Generating Permutations We have learned that there are n! permutations of {,,, n} It is important in many instances to generate a list of such permutations

More information

A Blossoming Algorithm for Tree Volumes of Composite Digraphs

A Blossoming Algorithm for Tree Volumes of Composite Digraphs A Blossoming Algorithm for Tree Volumes of Composite Digraphs Victor J. W. Guo Center for Combinatorics, LPMC, Nankai University, Tianjin 30007, People s Republic of China Email: jwguo@eyou.com Abstract.

More information

An Introduction to Spectral Graph Theory

An Introduction to Spectral Graph Theory An Introduction to Spectral Graph Theory Mackenzie Wheeler Supervisor: Dr. Gary MacGillivray University of Victoria WheelerM@uvic.ca Outline Outline 1. How many walks are there from vertices v i to v j

More information

Some Applications of pq-groups in Graph Theory

Some Applications of pq-groups in Graph Theory Some Applications of pq-groups in Graph Theory Geoffrey Exoo Department of Mathematics and Computer Science Indiana State University Terre Haute, IN 47809 g-exoo@indstate.edu January 25, 2002 Abstract

More information

A Creative Review on Integer Additive Set-Valued Graphs

A Creative Review on Integer Additive Set-Valued Graphs A Creative Review on Integer Additive Set-Valued Graphs N. K. Sudev arxiv:1407.7208v2 [math.co] 30 Jan 2015 Department of Mathematics Vidya Academy of Science & Technology Thalakkottukara, Thrissur-680501,

More information

Strongly chordal and chordal bipartite graphs are sandwich monotone

Strongly chordal and chordal bipartite graphs are sandwich monotone Strongly chordal and chordal bipartite graphs are sandwich monotone Pinar Heggernes Federico Mancini Charis Papadopoulos R. Sritharan Abstract A graph class is sandwich monotone if, for every pair of its

More information

This section is an introduction to the basic themes of the course.

This section is an introduction to the basic themes of the course. Chapter 1 Matrices and Graphs 1.1 The Adjacency Matrix This section is an introduction to the basic themes of the course. Definition 1.1.1. A simple undirected graph G = (V, E) consists of a non-empty

More information

Lecture 6: Sequential Dynamical Systems

Lecture 6: Sequential Dynamical Systems Math 137B Professor: Padraic Bartlett Lecture 6: Sequential Dynamical Systems Weeks 8-9 UCSB 2014 (Relevant source material: the first four chapters of Mortveit and Reidys s An Introduction to Sequential

More information

On representable graphs

On representable graphs On representable graphs Sergey Kitaev and Artem Pyatkin 3rd November 2005 Abstract A graph G = (V, E) is representable if there exists a word W over the alphabet V such that letters x and y alternate in

More information

Multi-coloring and Mycielski s construction

Multi-coloring and Mycielski s construction Multi-coloring and Mycielski s construction Tim Meagher Fall 2010 Abstract We consider a number of related results taken from two papers one by W. Lin [1], and the other D. C. Fisher[2]. These articles

More information

CHAPTER 1. Relations. 1. Relations and Their Properties. Discussion

CHAPTER 1. Relations. 1. Relations and Their Properties. Discussion CHAPTER 1 Relations 1. Relations and Their Properties 1.1. Definition of a Relation. Definition 1.1.1. A binary relation from a set A to a set B is a subset R A B. If (a, b) R we say a is Related to b

More information

The path of order 5 is called the W-graph. Let (X, Y ) be a bipartition of the W-graph with X = 3. Vertices in X are called big vertices, and vertices

The path of order 5 is called the W-graph. Let (X, Y ) be a bipartition of the W-graph with X = 3. Vertices in X are called big vertices, and vertices The Modular Chromatic Number of Trees Jia-Lin Wang, Jie-Ying Yuan Abstract:The concept of modular coloring and modular chromatic number was proposed by F. Okamoto, E. Salehi and P. Zhang in 2010. They

More information

Eigenvectors Via Graph Theory

Eigenvectors Via Graph Theory Eigenvectors Via Graph Theory Jennifer Harris Advisor: Dr. David Garth October 3, 2009 Introduction There is no problem in all mathematics that cannot be solved by direct counting. -Ernst Mach The goal

More information

Contents. Counting Methods and Induction

Contents. Counting Methods and Induction Contents Counting Methods and Induction Lesson 1 Counting Strategies Investigations 1 Careful Counting... 555 Order and Repetition I... 56 3 Order and Repetition II... 569 On Your Own... 573 Lesson Counting

More information

Aunu Integer Sequence as Non-Associative Structure and Their Graph Theoretic Properties

Aunu Integer Sequence as Non-Associative Structure and Their Graph Theoretic Properties Advances in Pure Mathematics, 2016, 6, 409-419 Published Online May 2016 in SciRes. http://www.scirp.org/journal/apm http://dx.doi.org/10.4236/apm.2016.66028 Aunu Integer Sequence as Non-Associative Structure

More information

ONE DIMENSIONAL CELLULAR AUTOMATA(CA). By Bertrand Rurangwa

ONE DIMENSIONAL CELLULAR AUTOMATA(CA). By Bertrand Rurangwa ONE DIMENSIONAL CELLULAR AUTOMATA(CA). By Bertrand Rurangwa bertrand LUT, 21May2010 Cellula automata(ca) OUTLINE - Introduction. -Short history. -Complex system. -Why to study CA. -One dimensional CA.

More information

UNAVOIDABLE INDUCED SUBGRAPHS IN LARGE GRAPHS WITH NO HOMOGENEOUS SETS

UNAVOIDABLE INDUCED SUBGRAPHS IN LARGE GRAPHS WITH NO HOMOGENEOUS SETS UNAVOIDABLE INDUCED SUBGRAPHS IN LARGE GRAPHS WITH NO HOMOGENEOUS SETS MARIA CHUDNOVSKY, RINGI KIM, SANG-IL OUM, AND PAUL SEYMOUR Abstract. An n-vertex graph is prime if it has no homogeneous set, that

More information

Laplacian Integral Graphs with Maximum Degree 3

Laplacian Integral Graphs with Maximum Degree 3 Laplacian Integral Graphs with Maximum Degree Steve Kirkland Department of Mathematics and Statistics University of Regina Regina, Saskatchewan, Canada S4S 0A kirkland@math.uregina.ca Submitted: Nov 5,

More information

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS

chapter 12 MORE MATRIX ALGEBRA 12.1 Systems of Linear Equations GOALS chapter MORE MATRIX ALGEBRA GOALS In Chapter we studied matrix operations and the algebra of sets and logic. We also made note of the strong resemblance of matrix algebra to elementary algebra. The reader

More information

On Weak Chromatic Polynomials of Mixed Graphs

On Weak Chromatic Polynomials of Mixed Graphs On Weak Chromatic Polynomials of Mixed Graphs Daniel Blado California Institute of Technology Joseph Crawford Morehouse College July 27, 2012 Taïna Jean-Louis Amherst College Abstract Modeling of metabolic

More information

Preliminaries and Complexity Theory

Preliminaries and Complexity Theory Preliminaries and Complexity Theory Oleksandr Romanko CAS 746 - Advanced Topics in Combinatorial Optimization McMaster University, January 16, 2006 Introduction Book structure: 2 Part I Linear Algebra

More information

An Introduction to Algebraic Graph Theory

An Introduction to Algebraic Graph Theory An Introduction to Algebraic Graph Theory Rob Beezer beezer@ups.edu Department of Mathematics and Computer Science University of Puget Sound Mathematics Department Seminar Pacific University October 9,

More information

The Lefthanded Local Lemma characterizes chordal dependency graphs

The Lefthanded Local Lemma characterizes chordal dependency graphs The Lefthanded Local Lemma characterizes chordal dependency graphs Wesley Pegden March 30, 2012 Abstract Shearer gave a general theorem characterizing the family L of dependency graphs labeled with probabilities

More information

arxiv: v2 [math.co] 6 Oct 2016

arxiv: v2 [math.co] 6 Oct 2016 ON THE CRITICAL GROUP OF THE MISSING MOORE GRAPH. arxiv:1509.00327v2 [math.co] 6 Oct 2016 JOSHUA E. DUCEY Abstract. We consider the critical group of a hypothetical Moore graph of diameter 2 and valency

More information

Kleene Algebras and Algebraic Path Problems

Kleene Algebras and Algebraic Path Problems Kleene Algebras and Algebraic Path Problems Davis Foote May 8, 015 1 Regular Languages 1.1 Deterministic Finite Automata A deterministic finite automaton (DFA) is a model of computation that can simulate

More information

Triply Regular Graphs

Triply Regular Graphs Triply Regular Graphs by Krystal J. Guo Simon Fraser University Burnaby, British Columbia, Canada, 2011 c Krystal J. Guo 2011 Abstract This project studies a regularity condition on graphs. A graph X

More information

Generating Orthogonal Polynomials and their Derivatives using Vertex Matching-Partitions of Graphs

Generating Orthogonal Polynomials and their Derivatives using Vertex Matching-Partitions of Graphs Generating Orthogonal Polynomials and their Derivatives using Vertex Matching-Partitions of Graphs John P. McSorley, Philip Feinsilver Department of Mathematics Southern Illinois University Carbondale,

More information

Physical Metaphors for Graphs

Physical Metaphors for Graphs Graphs and Networks Lecture 3 Physical Metaphors for Graphs Daniel A. Spielman October 9, 203 3. Overview We will examine physical metaphors for graphs. We begin with a spring model and then discuss resistor

More information

Given any simple graph G = (V, E), not necessarily finite, and a ground set X, a set-indexer

Given any simple graph G = (V, E), not necessarily finite, and a ground set X, a set-indexer Chapter 2 Topogenic Graphs Given any simple graph G = (V, E), not necessarily finite, and a ground set X, a set-indexer of G is an injective set-valued function f : V (G) 2 X such that the induced edge

More information

ABSTRACT. Department of Mathematics. interesting results. A graph on n vertices is represented by a polynomial in n

ABSTRACT. Department of Mathematics. interesting results. A graph on n vertices is represented by a polynomial in n ABSTRACT Title of Thesis: GRÖBNER BASES WITH APPLICATIONS IN GRAPH THEORY Degree candidate: Angela M. Hennessy Degree and year: Master of Arts, 2006 Thesis directed by: Professor Lawrence C. Washington

More information

4-coloring P 6 -free graphs with no induced 5-cycles

4-coloring P 6 -free graphs with no induced 5-cycles 4-coloring P 6 -free graphs with no induced 5-cycles Maria Chudnovsky Department of Mathematics, Princeton University 68 Washington Rd, Princeton NJ 08544, USA mchudnov@math.princeton.edu Peter Maceli,

More information

arxiv: v1 [cs.dm] 26 Apr 2010

arxiv: v1 [cs.dm] 26 Apr 2010 A Simple Polynomial Algorithm for the Longest Path Problem on Cocomparability Graphs George B. Mertzios Derek G. Corneil arxiv:1004.4560v1 [cs.dm] 26 Apr 2010 Abstract Given a graph G, the longest path

More information

Reachability of recurrent positions in the chip-firing game

Reachability of recurrent positions in the chip-firing game Egerváry Research Group on Combinatorial Optimization Technical reports TR-2015-10. Published by the Egerváry Research Group, Pázmány P. sétány 1/C, H 1117, Budapest, Hungary. Web site: www.cs.elte.hu/egres.

More information

The Pigeonhole Principle

The Pigeonhole Principle The Pigeonhole Principle 2 2.1 The Pigeonhole Principle The pigeonhole principle is one of the most used tools in combinatorics, and one of the simplest ones. It is applied frequently in graph theory,

More information

Excluded permutation matrices and the Stanley Wilf conjecture

Excluded permutation matrices and the Stanley Wilf conjecture Excluded permutation matrices and the Stanley Wilf conjecture Adam Marcus Gábor Tardos November 2003 Abstract This paper examines the extremal problem of how many 1-entries an n n 0 1 matrix can have that

More information

Lecture 9. The Principle of Inclusion/Exclusion. 9.1 Introduction: a familiar example

Lecture 9. The Principle of Inclusion/Exclusion. 9.1 Introduction: a familiar example Lecture 9 he Principle of Inclusion/Exclusion hese notes are based on a pair of lectures originally written by (Manchester s own) Prof. Nige Ray. Reading: he Principle of Inclusion/Exclusion appears in

More information

Chordal Graphs, Interval Graphs, and wqo

Chordal Graphs, Interval Graphs, and wqo Chordal Graphs, Interval Graphs, and wqo Guoli Ding DEPARTMENT OF MATHEMATICS LOUISIANA STATE UNIVERSITY BATON ROUGE, LA 70803-4918 E-mail: ding@math.lsu.edu Received July 29, 1997 Abstract: Let be the

More information

On Dominator Colorings in Graphs

On Dominator Colorings in Graphs On Dominator Colorings in Graphs Ralucca Michelle Gera Department of Applied Mathematics Naval Postgraduate School Monterey, CA 994, USA ABSTRACT Given a graph G, the dominator coloring problem seeks a

More information

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems

Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Classical Complexity and Fixed-Parameter Tractability of Simultaneous Consecutive Ones Submatrix & Editing Problems Rani M. R, Mohith Jagalmohanan, R. Subashini Binary matrices having simultaneous consecutive

More information

Combining the cycle index and the Tutte polynomial?

Combining the cycle index and the Tutte polynomial? Combining the cycle index and the Tutte polynomial? Peter J. Cameron University of St Andrews Combinatorics Seminar University of Vienna 23 March 2017 Selections Students often meet the following table

More information

THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS

THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS THE INVERSE PROBLEM FOR DIRECTED CURRENT ELECTRICAL NETWORKS JOEL NISHIMURA Abstract. This paper investigates the inverse problem for the directed current networks defined by Orion Bawdon [1]. Using a

More information

Math 300: Final Exam Practice Solutions

Math 300: Final Exam Practice Solutions Math 300: Final Exam Practice Solutions 1 Let A be the set of all real numbers which are zeros of polynomials with integer coefficients: A := {α R there exists p(x) = a n x n + + a 1 x + a 0 with all a

More information

arxiv: v2 [math.co] 6 Apr 2016

arxiv: v2 [math.co] 6 Apr 2016 On the chromatic number of Latin square graphs Nazli Besharati a, Luis Goddyn b, E.S. Mahmoodian c, M. Mortezaeefar c arxiv:1510.051v [math.co] 6 Apr 016 a Department of Mathematical Sciences, Payame Noor

More information

INTRODUCTION TO MARKOV CHAINS AND MARKOV CHAIN MIXING

INTRODUCTION TO MARKOV CHAINS AND MARKOV CHAIN MIXING INTRODUCTION TO MARKOV CHAINS AND MARKOV CHAIN MIXING ERIC SHANG Abstract. This paper provides an introduction to Markov chains and their basic classifications and interesting properties. After establishing

More information

Spectra of Semidirect Products of Cyclic Groups

Spectra of Semidirect Products of Cyclic Groups Spectra of Semidirect Products of Cyclic Groups Nathan Fox 1 University of Minnesota-Twin Cities Abstract The spectrum of a graph is the set of eigenvalues of its adjacency matrix A group, together with

More information

CMPSCI 611 Advanced Algorithms Midterm Exam Fall 2015

CMPSCI 611 Advanced Algorithms Midterm Exam Fall 2015 NAME: CMPSCI 611 Advanced Algorithms Midterm Exam Fall 015 A. McGregor 1 October 015 DIRECTIONS: Do not turn over the page until you are told to do so. This is a closed book exam. No communicating with

More information

Bulletin of the Iranian Mathematical Society

Bulletin of the Iranian Mathematical Society ISSN: 117-6X (Print) ISSN: 1735-8515 (Online) Bulletin of the Iranian Mathematical Society Vol. 4 (14), No. 6, pp. 1491 154. Title: The locating chromatic number of the join of graphs Author(s): A. Behtoei

More information

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton

The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs. Mark C. Kempton The Minimum Rank, Inverse Inertia, and Inverse Eigenvalue Problems for Graphs Mark C. Kempton A thesis submitted to the faculty of Brigham Young University in partial fulfillment of the requirements for

More information

Reachability relations and the structure of transitive digraphs

Reachability relations and the structure of transitive digraphs Reachability relations and the structure of transitive digraphs Norbert Seifter Montanuniversität Leoben, Leoben, Austria seifter@unileoben.ac.at Vladimir I. Trofimov Russian Academy of Sciences, Ekaterinburg,

More information

1.10 Matrix Representation of Graphs

1.10 Matrix Representation of Graphs 42 Basic Concepts of Graphs 1.10 Matrix Representation of Graphs Definitions: In this section, we introduce two kinds of matrix representations of a graph, that is, the adjacency matrix and incidence matrix

More information

Notes on the Matrix-Tree theorem and Cayley s tree enumerator

Notes on the Matrix-Tree theorem and Cayley s tree enumerator Notes on the Matrix-Tree theorem and Cayley s tree enumerator 1 Cayley s tree enumerator Recall that the degree of a vertex in a tree (or in any graph) is the number of edges emanating from it We will

More information

Reachability relations and the structure of transitive digraphs

Reachability relations and the structure of transitive digraphs Reachability relations and the structure of transitive digraphs Norbert Seifter Montanuniversität Leoben, Leoben, Austria Vladimir I. Trofimov Russian Academy of Sciences, Ekaterinburg, Russia November

More information

Graceful Tree Conjecture for Infinite Trees

Graceful Tree Conjecture for Infinite Trees Graceful Tree Conjecture for Infinite Trees Tsz Lung Chan Department of Mathematics The University of Hong Kong, Pokfulam, Hong Kong h0592107@graduate.hku.hk Wai Shun Cheung Department of Mathematics The

More information

A Characterization of (3+1)-Free Posets

A Characterization of (3+1)-Free Posets Journal of Combinatorial Theory, Series A 93, 231241 (2001) doi:10.1006jcta.2000.3075, available online at http:www.idealibrary.com on A Characterization of (3+1)-Free Posets Mark Skandera Department of

More information

Some Algebraic and Combinatorial Properties of the Complete T -Partite Graphs

Some Algebraic and Combinatorial Properties of the Complete T -Partite Graphs Iranian Journal of Mathematical Sciences and Informatics Vol. 13, No. 1 (2018), pp 131-138 DOI: 10.7508/ijmsi.2018.1.012 Some Algebraic and Combinatorial Properties of the Complete T -Partite Graphs Seyyede

More information

Introduction to Combinatorial Mathematics

Introduction to Combinatorial Mathematics Introduction to Combinatorial Mathematics George Voutsadakis 1 1 Mathematics and Computer Science Lake Superior State University LSSU Math 300 George Voutsadakis (LSSU) Combinatorics April 2016 1 / 57

More information

ARTICLE IN PRESS Theoretical Computer Science ( )

ARTICLE IN PRESS Theoretical Computer Science ( ) Theoretical Computer Science ( ) Contents lists available at ScienceDirect Theoretical Computer Science journal homepage: www.elsevier.com/locate/tcs Conditional matching preclusion for hypercube-like

More information

Quivers of Period 2. Mariya Sardarli Max Wimberley Heyi Zhu. November 26, 2014

Quivers of Period 2. Mariya Sardarli Max Wimberley Heyi Zhu. November 26, 2014 Quivers of Period 2 Mariya Sardarli Max Wimberley Heyi Zhu ovember 26, 2014 Abstract A quiver with vertices labeled from 1,..., n is said to have period 2 if the quiver obtained by mutating at 1 and then

More information

Perfect Zero-Divisor Graphs of Z_n

Perfect Zero-Divisor Graphs of Z_n Rose-Hulman Undergraduate Mathematics Journal Volume 17 Issue 2 Article 6 Perfect Zero-Divisor Graphs of Z_n Bennett Smith Illinois College Follow this and additional works at: http://scholar.rose-hulman.edu/rhumj

More information

List-coloring the Square of a Subcubic Graph

List-coloring the Square of a Subcubic Graph List-coloring the Square of a Subcubic Graph Daniel W. Cranston University of Illinois Urbana-Champaign, USA Seog-Jin Kim Konkuk University Seoul, Korea February 1, 2007 Abstract The square G 2 of a graph

More information

A multiplicative deformation of the Möbius function for the poset of partitions of a multiset

A multiplicative deformation of the Möbius function for the poset of partitions of a multiset Contemporary Mathematics A multiplicative deformation of the Möbius function for the poset of partitions of a multiset Patricia Hersh and Robert Kleinberg Abstract. The Möbius function of a partially ordered

More information

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu**

4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN. Robin Thomas* Xingxing Yu** 4 CONNECTED PROJECTIVE-PLANAR GRAPHS ARE HAMILTONIAN Robin Thomas* Xingxing Yu** School of Mathematics Georgia Institute of Technology Atlanta, Georgia 30332, USA May 1991, revised 23 October 1993. Published

More information

College Algebra Through Problem Solving (2018 Edition)

College Algebra Through Problem Solving (2018 Edition) City University of New York (CUNY) CUNY Academic Works Open Educational Resources Queensborough Community College Winter 1-25-2018 College Algebra Through Problem Solving (2018 Edition) Danielle Cifone

More information

Toward a Better Understanding of Complexity

Toward a Better Understanding of Complexity Toward a Better Understanding of Complexity Definitions of Complexity, Cellular Automata as Models of Complexity, Random Boolean Networks Christian Jacob jacob@cpsc.ucalgary.ca Department of Computer Science

More information

Sequential dynamical systems over words

Sequential dynamical systems over words Applied Mathematics and Computation 174 (2006) 500 510 www.elsevier.com/locate/amc Sequential dynamical systems over words Luis David Garcia a, Abdul Salam Jarrah b, *, Reinhard Laubenbacher b a Department

More information

Week 4-5: Generating Permutations and Combinations

Week 4-5: Generating Permutations and Combinations Week 4-5: Generating Permutations and Combinations February 27, 2017 1 Generating Permutations We have learned that there are n! permutations of {1, 2,...,n}. It is important in many instances to generate

More information

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES

ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES ON COST MATRICES WITH TWO AND THREE DISTINCT VALUES OF HAMILTONIAN PATHS AND CYCLES SANTOSH N. KABADI AND ABRAHAM P. PUNNEN Abstract. Polynomially testable characterization of cost matrices associated

More information

About the relationship between formal logic and complexity classes

About the relationship between formal logic and complexity classes About the relationship between formal logic and complexity classes Working paper Comments welcome; my email: armandobcm@yahoo.com Armando B. Matos October 20, 2013 1 Introduction We analyze a particular

More information

Enumerating multiplex juggling patterns

Enumerating multiplex juggling patterns Enumerating multiplex juggling patterns Steve Butler Jeongyoon Choi Kimyung Kim Kyuhyeok Seo Abstract Mathematics has been used in the exploration and enumeration of juggling patterns. In the case when

More information

Coalescing Cellular Automata

Coalescing Cellular Automata Coalescing Cellular Automata Jean-Baptiste Rouquier 1 and Michel Morvan 1,2 1 ENS Lyon, LIP, 46 allée d Italie, 69364 Lyon, France 2 EHESS and Santa Fe Institute {jean-baptiste.rouquier, michel.morvan}@ens-lyon.fr

More information

Syllabus For II nd Semester Courses in MATHEMATICS

Syllabus For II nd Semester Courses in MATHEMATICS St. Xavier s College Autonomous Mumbai Syllabus For II nd Semester Courses in MATHEMATICS Contents: (November 2016 onwards) Theory Syllabus for Courses: S.MAT.2.01 : Calculus II. S.MAT.2.02 : Linear Algebra.

More information

DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS

DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS DISCRETIZED CONFIGURATIONS AND PARTIAL PARTITIONS AARON ABRAMS, DAVID GAY, AND VALERIE HOWER Abstract. We show that the discretized configuration space of k points in the n-simplex is homotopy equivalent

More information

Monomial Dynamical Systems over Finite Fields

Monomial Dynamical Systems over Finite Fields Monomial Dynamical Systems over Finite Fields Omar Colón-Reyes Mathematics Department, University of Puerto Rico at Mayagüez, Mayagüez, PR 00681 Abdul Salam Jarrah Reinhard Laubenbacher Virginia Bioinformatics

More information

Homework #1. Denote the sum we are interested in as To find we subtract the sum to find that

Homework #1. Denote the sum we are interested in as To find we subtract the sum to find that Homework #1 CMSC351 - Spring 2013 PRINT Name : Due: Feb 12 th at the start of class o Grades depend on neatness and clarity. o Write your answers with enough detail about your approach and concepts used,

More information

Lecture 4: NP and computational intractability

Lecture 4: NP and computational intractability Chapter 4 Lecture 4: NP and computational intractability Listen to: Find the longest path, Daniel Barret What do we do today: polynomial time reduction NP, co-np and NP complete problems some examples

More information

CS173 Strong Induction and Functions. Tandy Warnow

CS173 Strong Induction and Functions. Tandy Warnow CS173 Strong Induction and Functions Tandy Warnow CS 173 Introduction to Strong Induction (also Functions) Tandy Warnow Preview of the class today What are functions? Weak induction Strong induction A

More information

On the hardness of losing width

On the hardness of losing width On the hardness of losing width Marek Cygan 1, Daniel Lokshtanov 2, Marcin Pilipczuk 1, Micha l Pilipczuk 1, and Saket Saurabh 3 1 Institute of Informatics, University of Warsaw, Poland {cygan@,malcin@,mp248287@students}mimuwedupl

More information

Analysis of Algorithms. Outline. Single Source Shortest Path. Andres Mendez-Vazquez. November 9, Notes. Notes

Analysis of Algorithms. Outline. Single Source Shortest Path. Andres Mendez-Vazquez. November 9, Notes. Notes Analysis of Algorithms Single Source Shortest Path Andres Mendez-Vazquez November 9, 01 1 / 108 Outline 1 Introduction Introduction and Similar Problems General Results Optimal Substructure Properties

More information

Algebraic Methods in Combinatorics

Algebraic Methods in Combinatorics Algebraic Methods in Combinatorics Po-Shen Loh 27 June 2008 1 Warm-up 1. (A result of Bourbaki on finite geometries, from Răzvan) Let X be a finite set, and let F be a family of distinct proper subsets

More information

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States.

MULTI-ORDERED POSETS. Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States. INTEGERS: ELECTRONIC JOURNAL OF COMBINATORIAL NUMBER THEORY 7 (2007), #A06 MULTI-ORDERED POSETS Lisa Bishop Department of Mathematics, Occidental College, Los Angeles, CA 90041, United States lbishop@oxy.edu

More information

Word-representability of line graphs

Word-representability of line graphs Word-representability of line graphs Sergey Kitaev,1,3, Pavel Salimov,1,2, Christopher Severs,1, and Henning Úlfarsson,1 1 Reykjavik University, School of Computer Science, Menntavegi 1, 101 Reykjavik,

More information

Show that the following problems are NP-complete

Show that the following problems are NP-complete Show that the following problems are NP-complete April 7, 2018 Below is a list of 30 exercises in which you are asked to prove that some problem is NP-complete. The goal is to better understand the theory

More information

1 Basic Combinatorics

1 Basic Combinatorics 1 Basic Combinatorics 1.1 Sets and sequences Sets. A set is an unordered collection of distinct objects. The objects are called elements of the set. We use braces to denote a set, for example, the set

More information

On the intersection of infinite matroids

On the intersection of infinite matroids On the intersection of infinite matroids Elad Aigner-Horev Johannes Carmesin Jan-Oliver Fröhlich University of Hamburg 9 July 2012 Abstract We show that the infinite matroid intersection conjecture of

More information

arxiv: v2 [math.co] 19 Jun 2018

arxiv: v2 [math.co] 19 Jun 2018 arxiv:1705.06268v2 [math.co] 19 Jun 2018 On the Nonexistence of Some Generalized Folkman Numbers Xiaodong Xu Guangxi Academy of Sciences Nanning 530007, P.R. China xxdmaths@sina.com Meilian Liang School

More information

Permutations and Combinations

Permutations and Combinations Permutations and Combinations Permutations Definition: Let S be a set with n elements A permutation of S is an ordered list (arrangement) of its elements For r = 1,..., n an r-permutation of S is an ordered

More information