Propagation in Graphs Modulo a Prime

Slides:



Advertisements
Similar presentations
Parikshit Gopalan Georgia Institute of Technology Atlanta, Georgia, USA.
Advertisements

Algorithms (and Datastructures) Lecture 3 MAS 714 part 2 Hartmut Klauck.
5.4 Basis And Dimension.
Chapter 4 Euclidean Vector Spaces
8.3 Inverse Linear Transformations
Chapter 6 Eigenvalues and Eigenvectors
CHRISTOPHER M. P. TOMASZEWSKI 30 JULY MMIX A Spectral Analysis of Cyclic and Elementary Abelian Subgroup Lattices.
Linear Equations in Linear Algebra
Elementary Linear Algebra Anton & Rorres, 9th Edition
Progressively Finite Games
SECTION 3.6 COMPLEX ZEROS; COMPLEX ZEROS; FUNDAMENTAL THEOREM OF ALGEBRA FUNDAMENTAL THEOREM OF ALGEBRA.
CS 584. Review n Systems of equations and finite element methods are related.
EXPANDER GRAPHS Properties & Applications. Things to cover ! Definitions Properties Combinatorial, Spectral properties Constructions “Explicit” constructions.
Is the following graph Hamiltonian- connected from vertex v? a). Yes b). No c). I have absolutely no idea v.
Lights-Out on Graphs Nadav Azaria. What is “ Lights-Out ” ? “ Lights-Out ” is a hand- held electronic game by Tiger electronics. It is played on a 5 ‰
Lower Bounds for the Ropelength of Reduced Knot Diagrams by: Robert McGuigan.
Expanders Eliyahu Kiperwasser. What is it? Expanders are graphs with no small cuts. The later gives several unique traits to such graph, such as: – High.
Linear Equations in Linear Algebra
T he Separability Problem and its Variants in Quantum Entanglement Theory Nathaniel Johnston Institute for Quantum Computing University of Waterloo.
Homework, Page 223 Divide f (x) by d (x) and write a summary statement in polynomial form and fraction form 1.
Strong list coloring, Group connectivity and the Polynomial method Michael Tarsi, Blavatnik School of Computer Science, Tel-Aviv University, Israel.
Chapter 2: Vector spaces
Network Systems Lab. Korea Advanced Institute of Science and Technology No.1 Appendix A. Mathematical Background EE692 Parallel and Distribution Computation.
Complexity 25-1 Complexity Andrei Bulatov Counting Problems.
Today in Pre-Calculus Go over homework Notes: Remainder and Factor Theorems Homework.
Linear Programming Problem. Definition A linear programming problem is the problem of optimizing (maximizing or minimizing) a linear function (a function.
CS 103 Discrete Structures Lecture 13 Induction and Recursion (1)
By Josh Zimmer Department of Mathematics and Computer Science The set ℤ p = {0,1,...,p-1} forms a finite field. There are p ⁴ possible 2×2 matrices in.
Presented by Alon Levin
Linear Programming Chap 2. The Geometry of LP  In the text, polyhedron is defined as P = { x  R n : Ax  b }. So some of our earlier results should.
 Matrix Operations  Inverse of a Matrix  Characteristics of Invertible Matrices …
Linear Equations in Linear Algebra
Introduction to Functions of Several Variables
Combinatorial Spectral Theory of Nonnegative Matrices
Computability and Complexity
Sample Problem 3.5 A cube is acted on by a force P as shown. Determine the moment of P about A about the edge AB and about the diagonal AG of the cube.
To any sequence we can assign a sequence with terms defined as
VECTOR SPACES AND SUBSPACES
The Rectangular Coordinate System
The isoperimetric constant of a Generalized Paley graph
Degree and Eigenvector Centrality
Lesson 1-4: Pairs of Angles
Lesson 1-4: Pairs of Angles
Lesson 1-5: Pairs of Angles
Turnstile Streaming Algorithms Might as Well Be Linear Sketches
Complexity 6-1 The Class P Complexity Andrei Bulatov.
VECTOR SPACES AND SUBSPACES
2.2 Limits Involving Infinity
CSE 311: Foundations of Computing
Linear Equations in Linear Algebra
Factor Theorems.
Linear Algebra Lecture 3.
Quadratics Lesson 2 Objective: Vertex Form of a Quadratic.
The Factor Theorem A polynomial f(x) has a factor (x − k) if and only if f(k) = 0.
Spin Models and Distance-Regular Graphs
Stability Analysis of Linear Systems
Objective - To graph ordered pairs.
Note Please review 組合矩陣理論筆記(4) 1-3 about
7.5 Solutions of Linear Systems:
Linear Algebra Lecture 32.
Linear Algebra Lecture 20.
ABASAHEB KAKADE ARTS COLLEGE BODHEGAON
Chromatic Number of the Odd-Distance Graph
3-D Graphing.
Linear Algebra: Matrix Eigenvalue Problems – Part 2
9.4 Absolute Value Functions and Graphs
Elementary Linear Algebra Anton & Rorres, 9th Edition
Chapter 2 Determinants.
VECTOR SPACES AND SUBSPACES
Mathematical Background: Extension Finite Fields
Presentation transcript:

Propagation in Graphs Modulo a Prime Jacob Steinhardt

Background Given a graph X, adjacency matrix A(X), its spectrum is defined to be all of the eigenvalues of the adjacency matrix, that is all k for which Av=kv has a solution for non-zero vectors v. The spectrum of a graph over the complex numbers gives us bounds regarding many of the properties of a graph.

My Idea What information can the spectrum of a graph over finite fields yield? One answer: it can tell us about the behavior of the graph modulo p a prime (and, perhaps for composite n as well). Theorem If A is a linear operator on a finite- dimensional vector space V (over an arbitrary field F), then A is nilpotent iff all of its eigenvalues are zero.

One Case: A Grid Consider a graph consisting of all points (x1,...,xk ) with 0≤xi≤di, where two points are connected if all but one of the coordinates are the same, and the remaining coordinate differs by 1. We call this a d1×d2×···×dk grid. Theorem The d1×···×dk grid is nilpotent mod p if and only if one of the following hold: p=2,and each di is either one less than a power of 2 or 2. Furthermore, the number of indices i with di=2 is even. di=1 for all i.

Nilpotency Note: nilpotency mod p is equivalent to saying that, for any starting assignment of numbers to each vertex, if we repeatedly replace the number at each vertex with the sum of the numbers on the neighboring vertices, all numbers will eventually be divisible by p. Other possible questions: When can we say that the number at a single vertex will always be eventually divisible by p? Can we tie the spectrum mod p to some property that exists outside of mod p?

Other Questions Eigenvalue techniques over the complex numbers order the eigenvalues by magnitude. Can we define some sort of norm on the eigenvalues over finite fields? Idea: Let dF(x,y) = [F(x)F(y):F]-[F(x)∩F(y):F]. Is this a meaningful distance? Would have to prove that [F(x)F(y):F]-[F(x)∩F(y):F]=[F(x-y):F] or possibly [F(x-y):F]-1. Possibly |x| = [F(x):F] could define a sort of distance.