# How many zombies are needed to catch the survivor on toroidal grids?

**Authors:** Pawel Pralat

arXiv: 1703.09616 · 2017-03-29

## TL;DR

This paper investigates the minimum number of zombies needed to catch a survivor on toroidal grids, providing bounds and proposing methods to improve understanding of this complex pursuit-evasion problem.

## Contribution

It introduces an approach to bound the zombie number on toroidal grids and discusses potential improvements and open questions in this area.

## Key findings

- Bound of O(n^2) for zombie number on C_n x C_n
- Potential to improve bounds to O(n^{3/2})
- Lower bound possibly improved to √n/ω

## Abstract

In Zombies and Survivors, a set of zombies attempts to eat a lone survivor loose on a given graph. The zombies randomly choose their initial location, and during the course of the game, move directly toward the survivor. At each round, they move to the neighbouring vertex that minimizes the distance to the survivor; if there is more than one such vertex, then they choose one uniformly at random. The survivor attempts to escape from the zombies by moving to a neighbouring vertex or staying on his current vertex. The zombies win if eventually one of them eats the survivor by landing on their vertex; otherwise, the survivor wins. The zombie number of a graph is the minimum number of zombies needed to play such that the probability that they win is at least 1/2.   This variant of the game was recently investigated for several graph families, such as cycles, hypercubes, incidence graphs of projective planes, and grids $P_n \square P_n$. However, unfortunately, still very little is known for toroidal grids $C_n \square C_n$: the zombie number of $C_n \square C_n$ is at least $\sqrt n/(\omega\log n)$, where $\omega = \omega(n)$ is any function going to infinity as $n \to \infty$, and no upper bound is known except a trivial bound of $O(n^2 \log n)$. In this note, we provide an approach that gives an embarrassing bound of $O(n^2)$ but it is possible that (with more careful, deterministic, argument) it might actually give a bound of $O(n^{3/2})$. On the other hand, by analyzing a specific strategy for the survivor, it seems that one could slightly improve the lower bound to $\sqrt n/\omega$. In any case, we are far away from understanding this intriguing question. Your help is needed!

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1703.09616/full.md

## Figures

8 figures with captions in the complete paper: https://tomesphere.com/paper/1703.09616/full.md

## References

2 references — full list in the complete paper: https://tomesphere.com/paper/1703.09616/full.md

---
Source: https://tomesphere.com/paper/1703.09616