---
title: Cops-and-Robber Entanglement Game
url: https://www.emergentmind.com/topics/cops-and-robber-entanglement-game
type: topic
---

# Cops-and-Robber Entanglement Game

The cops-and-robber entanglement game is a pursuit-evasion process on finite graphs that restricts the placement of pursuing agents ("cops") relative to a moving adversary ("robber"), revealing deep combinatorial structure and surprising lower bounds even for sparse and low-degree graphs. Unlike the classical cops-and-robbers game, where cops may occupy arbitrary vertices, in the entanglement variant the cops may only "fly" one at a time to the robber's current position and cannot otherwise pre-position themselves anywhere on the graph except by following the robber. This change in protocol fundamentally alters both optimal strategies and required resources. The concept was systematically studied in "Even flying cops should think ahead" (Martinsson, Meier, Schnider & Steger, 2018) [1801.07193], which introduced the formal definition, key theorems, combinatorial techniques, and several open questions.

## 1. Formal Definition of the Entanglement Game

Let \(G=(V,E)\) be a finite (undirected or directed) graph and fix an integer \(k \ge 0\). The entanglement game with \(k\) cops and one robber is played in discrete rounds:

- **Setup:** The robber first chooses a vertex \( r_0 \in V \). All \(k\) cops start off-graph.
- **Each round \( t = 0, 1, 2, \dots \):**
    1. The cops either do nothing, or select exactly one cop to "fly" (teleport, ignoring edges) to the robber's current position \( r_t \). The other cops remain stationary.
    2. The robber must move from \( r_t \) to a neighbor \( r_{t+1} \) of \( r_t \) not occupied by any cop. If no such neighbor exists, the cops win; otherwise, play proceeds.

A configuration can be represented as \( (r, C) \), where \( r \in V \) is the robber's position and \( C \subseteq V \) the set of vertices currently occupied by cops (with at most one cop per vertex). The **entanglement number** of \( G \), denoted \( \mathrm{ent}(G) \), is the smallest \( k \) such that \( k \) cops have a winning strategy.

## 2. Contrasts with the Classical Cops-and-Robbers Game

Unlike the classical game—where all cops move along edges simultaneously and may preemptively block vertices—the entanglement game imposes several restrictions:

- Cops may only teleport directly to the robber's current vertex, and only one cop may be moved per round.
- Cops cannot occupy arbitrary vertices, nor can they pre-position themselves on cut-vertices or in corridors unless they have just followed the robber.
- Cornering the robber is generally impossible by pre-placement; instead, cops must reactively attempt to contain the robber's movement.

On trees, two cops suffice in the classical game, and the same remains true for entanglement, but the nature of the proof differs, as entangled cops cannot surround tree branches preemptively [1801.07193].

## 3. Core Theorems and Key Results

**Minimum-degree lower bound:**  
For any graph \( G \), the robber can always evade fewer than \( \delta(G) \) cops, where \( \delta(G) = \min_{v \in V} \deg(v) \); thus
\[
\delta(G) \le \mathrm{ent}(G).
\]

**Sparse random graphs:**  
For every \( \alpha \in (0,1) \) there exists \( C = C(\alpha) \) so that, for \( p \ge C/n \), with high probability,
\[
\mathrm{ent}(G_{n,p}) \ge \alpha n,
\]
where \( G_{n,p} \) denotes the standard Erdős–Rényi random graph. The proof uses a cut-counting argument to ensure that any sufficiently large cop-free set contains a large connected component, allowing the robber to maintain safe escaping options [1801.07193].

**3-regular graphs with large entanglement:**  
If \( M_1, M_2, M_3 \) are three random perfect matchings on \( n \) (even) vertices, then with high probability
\[
\mathrm{ent}(M_1 \cup M_2 \cup M_3) \ge \alpha n
\]
for some constant \( \alpha > 0 \). Thus, there exist infinitely many simple 3-regular graphs with linear entanglement number.

**Upper and lower bounds summary:**

| Graph Class                    | Lower Bound                             | Upper Bound                   | Notes                                                   |
|------------------------------- |---------------------------------------- |------------------------------ |--------------------------------------------------------|
| Any finite \( G \)             | \( \delta(G) \)                        | \( |V(G)|-1 \)                | \( \mathrm{ent}(K_n) = n-1 \)                          |
| Tree                           | \( \le 2 \)                            | \( \le 2 \)                   | Holds by alternative arguments                          |
| 2-regular (disjoint cycles)    | \( \le 3 \)                            | \( \le 3 \)                   |                                                        |
| 3-regular                      | \( \Omega(n) \)                        | \( \lfloor n/4 \rfloor + 4 \) | Large gap established by Martinsson et al. [1801.07193] |

**Explicit small entanglement for a 3-regular family:**  
For the 3-regular graph \( DG_n \) obtained from a cycle with added antipodal diagonals (on \( 2n \) vertices), \( \mathrm{ent}(DG_n) \le 6 \). The proof constructs a chase-and-block strategy using pairs of cops to successively block diagonals, reducing the robber's options.

**Directed graphs of total degree 3:**  
By "blowing up" each vertex of a hard 3-regular undirected graph into a directed 6-cycle and appropriately redirecting edges, there exist directed graphs on \( 6n \) vertices of maximum total degree 3 and entanglement number \( \Omega(n) \).

## 4. Techniques and Proof Methodologies

Key methodologies include:

- **Probabilistic method and large-deviation bounds:** Chernoff and entropy inequalities are employed to establish expansion properties in random graphs and unions of perfect matchings.
- **Combinatorial partition lemma:** If a graph contains no component larger than half its vertices, its vertex set can be 3-colored so that no edges cross color classes—a property crucial for analyzing cop-free safe sets.
- **Stirling’s approximation and union bounds:** Used to estimate the probability that random perfect matchings avoid certain structures, informing robustness properties.
- **Peeling (kernelization) arguments:** Applied to 3-regular graphs to systematically reduce the graph to bounded-width components, each manageable by simple cop strategies.
- **Chasing and blocking:** Constructing explicit cop strategies, particularly in low-degree or reduced graphs, by alternately pursuing and permanently blocking paths narrowed by the robber's forced movement.

## 5. General Bounds and Special Graph Classes

The relationship between structural parameters and entanglement is highly nontrivial. In particular:

- The minimum degree provides a universal lower bound, but even for graphs of maximum degree 3, entanglement can be linear in the number of vertices.
- For complete graphs, maximum entanglement is achieved: \( \mathrm{ent}(K_n) = n-1 \).
- For trees, \( \mathrm{ent}(T) \le 2 \), and for 2-regular graphs, \( \le 3 \).
- For 3-regular graphs, a gap persists between the linear lower bound \( \Omega(n) \) and the upper bound \( \lfloor n/4 \rfloor + 4 \), with explicit examples demonstrating both behaviors [1801.07193].

## 6. Open Questions and Research Directions

Several foundational questions remain unresolved:

- Determining the sharp constant \( \alpha^* > 0 \) such that, with high probability, the entanglement number of a union of three random perfect matchings on \( n \) vertices is approximately \( \alpha^* n \).
- Closing the gap between the upper bound \( \lfloor n/4 \rfloor + 4 \) and the linear lower bound for 3-regular graphs.
- Characterizing entanglement for other sparse families, such as planar, bounded genus, or minor-excluded graphs, in terms of structural parameters like treewidth or size of a feedback vertex set.
- Complexity-theoretic questions: while deciding \( \mathrm{ent}(G) \le k \) is polynomial-time solvable for certain classes (e.g., directed graphs with bounded entanglement), the computational complexity for general graphs remains open [1801.07193].

The entanglement game thus presents a rich landscape of combinatorial and probabilistic phenomena, exposing the limitations of classical pursuit strategies and raising deep questions regarding graph structure and algorithmic complexity. Even in graphs with sparse connectivity, cycles that are sufficiently "entangled" can necessitate a linear number of cops, sharply contrasting with classical results and demanding new analytical tools.

Source: https://www.emergentmind.com/topics/cops-and-robber-entanglement-game