Top Banner
Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk
31

Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Dec 15, 2015

Download

Documents

Heath Hacking
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Making Your House Safe From Zombie Attacks

Jim Belk and Maria Belk

Page 2: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.
Page 3: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.
Page 4: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.
Page 5: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

How can we construct a house so that we

can escape from grizzly bears?

Let’s make this more precise.

Page 6: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Grizzly Bear Graphs

• We represent the house by a graph.

Page 7: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Grizzly Bear Graphs

• We represent the house by a graph. Vertices represent rooms.

Page 8: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Grizzly Bear Graphs

• We represent the house by a graph. Vertices represent rooms, and edges represent hallways.

Page 9: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Grizzly Bear Graphs

• We will allow loops and multiple edges in our graphs.

• There is no exit from the house.• At the start of the game, you get to place

yourself and the grizzly bears on the graph, wherever you want.

Page 10: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Grizzly Bear Graphs

• You move much, much faster than the grizzly bears.

Page 11: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Zombie Graphs

• You move much, much faster than the grizzly bears zombies.

Page 12: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Zombie Graphs

• You move much, much faster than the grizzly bears zombies. At the start of the game, you can set the speed of the zombies.

• If you are ever in the same room as a zombie, or if two zombies are on either side of you in a hallway, you get eaten (and lose the game).

Page 13: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Defining Zombie Graphs

• You know where all the zombies are at all times.

• The zombie number of a graph is the minimum number of zombies needed to eventually catch and eat you assuming you use the best possible strategy.

Page 14: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Examples

• A path has zombie number 1.

Page 15: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Examples

• A tree has zombie number 1.

Page 16: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Examples

• A cycle has zombie number 2.

• Thus, a graph has zombie number 1 if and only if it is a tree.

Page 17: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Examples

has zombie number 3. If only 2 zombies are on , you can always escape by moving towards an unoccupied vertex.

Page 18: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Examples

has zombie number 3. If 3 zombies are on , you will be eaten.

• In general, has zombie number .

Page 19: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Cops and Robbers

There is a similar well-known game:• A robber runs around a graph trying to escape

cops, who travel by helicopter between adjacent vertices.

The difference between the two games: • Zombies travel on edges. • Cops do not travel on edges. Instead they

travel between adjacent vertices.

Page 20: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Cops and Robbers

The zombie can catch the person:

The cop cannot catch the robber:

Page 21: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Cop Number

The cop number of a graph , denoted , is the minimum number of cops needed to eventually catch the robber, assuming the robber uses the best possible strategy.

Theorem. (Seymour and Thomas) The cop number of a graph equals the treewidth plus 1.

Theorem. The zombie number of a graph is either or .

Page 22: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

The following graph has cop number 3 and zombie number 2:

Page 23: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

The following graph has cop number 3 and zombie number 3.

If there are only 2 zombies, you can always move to whichever of the three vertices is the furthest from both zombies.

Page 24: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

A graph with cop number 3:

Page 25: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

3 zombies can catch you on this graph.

Page 26: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

3 zombies can catch you on this graph.

Page 27: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

3 zombies can catch you on this graph.

Page 28: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Theorem. The zombie number of a graph is either or .

3 zombies can catch you on this graph.

Page 29: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Forbidden Minors for Zombie number 2

Theorem. The “minimal” graphs with zombie number 3 are the following:

A graph has zombie number 2 if does not contain one of the above graphs as a minor.

Page 30: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

Further Questions

• Which graphs have zombie number 3?

• Zombie number 4? 5? 6?

• If the cop number of the graph is known, how hard is it to determine the zombie number?

Page 31: Making Your House Safe From Zombie Attacks Jim Belk and Maria Belk.

The End