+ All Categories
Home > Documents > The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State...

The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State...

Date post: 26-Dec-2015
Category:
Upload: griffin-mcgee
View: 213 times
Download: 0 times
Share this document with a friend
Popular Tags:
23
The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University
Transcript
Page 1: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

The Equivalence Number and Transit Graphs for Chessboard Graphs

B. Nicholas WahleMorehead State University

Page 2: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Graphs

A graph is a set of points called vertices with unordered pairs of vertices called edges.

Page 3: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Paths

A path is a subset of the vertices such that there is an edge connecting one vertex to the next.

The vertices and edges in red form a P4.

Page 4: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Complete Graph

A complete graph, is a graph in which all vertices are adjacent to every other vertex by an edge.

This graph forms a K6.

Page 5: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Cliques

A clique is a subset of the vertices such that the subset forms a complete graph.

The vertices and edges in red form a clique of order 5.

Page 6: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Independence

An independent set of vertices in a graph is a set such that none of the vertices are joined by an edge.

The independence number of the graph is the largest number of independent vertices that can be found.

The vertices in red form an independent set.

Page 7: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

N-Queens Problem

The original Queens problem asked if eight queens could be placed on a standard 8x8 chessboard such that no two queens attack each other. (Bezzel, 1848)

It was later generalized as N queens being placed on a NxN chessboard for N larger than 4. (Nauck, 1850)

Page 8: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

N+k Queens Problem

The NxN board could not contain more than N queens, since a queen can attack any space in its row.

More queens can be added to the board by placing pawns to block their attacks.

Given a large enough N, it has been shown that N+k queens can be placed on an NxN board with k pawns separating them. (Chatham, et al 2006)

Page 9: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Queens Graph

A queens graph is a graph where each square of a chessboard is represented by a vertex in the graph. The graph has an edge connecting two vertices if a queen can move from one square to the other in a legal move.

Page 10: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Pieces

Page 11: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Transit Graphs

Let F be a family of graphs on the same vertex set, V. The transit graph of F is the graph on V such that ab is an edge if and only if there is a path from a to b in one of the graphs of F. The elements of F are called routes.

The equivalence number of a graph, eq(G), is the minimum number of routes required to construct the graph G.

Page 12: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Another Look

The routes are similar to a subway map or a road map. The maps show you where you can go without having to change roads or subway trains.

Image from

http://www.rususa.com/

Page 13: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

A Minimal Example

Page 14: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

A Minimum Example

So eq(G)=3 for this graph.

Page 15: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Covering a Vertex

Given a vertex v, define c(v) to be the minimum number of cliques required to cover all edges incident with vertex v.

Define C(G) to be the maximum c(v) of all the vertices of the graph G.

Page 16: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Finding C(G)

C(G)=3

ca d

e

g

fb

v c(v)

a 3

b 1

c 2

d 2

e 2

f 2

g 2

Page 17: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Bounds on Equivalence

We have shown that C(G) ≤ eq(G) and conjectured that eq(G) ≤ C(G) + 1

Since C(G) cliques are required to cover at least one vertex and at most one clique containing that vertex can be represented in a route, C(G) ≤ eq(G).

Currently there is not a proof for eq(G) ≤ C(G)+1 nor has it been disproved.

Page 18: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Why?

Page 19: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Remove a Vertex

Page 20: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Putting Together the Pieces

Page 21: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Other Chess Pieces

For the queens graph, the equivalence number is 4, for a 4x4 or larger board.

The rooks graph has an equivalence number of 2, for 2x2 board or larger.

For a 3x3 board or larger, the bishops graph has an equivalence number of 2.

A knights graph has an equivalence number of 8, for a board 5x5 or larger.

Page 22: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

Knights Graph

The knights graph does not allow for a clique larger than a K2.

Therefore c(v) is equal to the number of edges incident on that vertex.

Page 23: The Equivalence Number and Transit Graphs for Chessboard Graphs B. Nicholas Wahle Morehead State University.

References

http://npluskqueens.infoR.D. Chatham, G.H. Fricke, and R.D. Skaggs, The Queens

Separation Problem, Util. Math. 69 (2006), 129-141 Chatham, Douglas, et al, Independence and Domination on

Chessboard Graphs, preprint, Morehead State University, 2006

Frankl, Peter, Covering Graphs by Equivalence Relations. Annals of Discrete Mathematics 12 (1982): 125-127

Harless, Joe, Transit Graphs: Separation, Domination, and Other Parameters, preprint, Morehead State University, 2007


Recommended