HOME

TheInfoList



OR:

Graph pebbling is a mathematical
game A game is a structured form of play (activity), play, usually undertaken for enjoyment, entertainment or fun, and sometimes used as an educational tool. Many games are also considered to be work (such as professional players of spectator s ...
played on a
graph Graph may refer to: Mathematics *Graph (discrete mathematics), a structure made of vertices and edges **Graph theory, the study of such graphs and their properties *Graph (topology), a topological space resembling a graph in the sense of discre ...
with zero or more pebbles on each of its vertices. 'Game play' is composed of a series of pebbling moves. A pebbling move on a graph consists of choosing a vertex with at least two pebbles, removing two pebbles from it, and adding one to an adjacent vertex (the second removed pebble is discarded from play). π(''G''), the pebbling number of a graph ''G'', is the lowest
natural number In mathematics, the natural numbers are those numbers used for counting (as in "there are ''six'' coins on the table") and ordering (as in "this is the ''third'' largest city in the country"). Numbers used for counting are called ''Cardinal n ...
''n'' that satisfies the following condition:
Given any target or 'root' vertex in the graph and any initial configuration of ''n'' pebbles on the graph, it is possible, after a series of pebbling moves, to reach a new configuration in which the designated root vertex has one or more pebbles.
For example, on a graph with 2 vertices and 1 edge connecting them the pebbling number is 2. No matter how the two pebbles are placed on the vertices of the graph it is always possible to move a pebble to any vertex in the graph. One of the central questions of graph pebbling is the value of π(''G'') for a given graph ''G''. Other topics in pebbling include cover pebbling, optimal pebbling, domination cover pebbling, bounds, and thresholds for pebbling numbers, as well as deep graphs.


Ï€(''G'') — the pebbling number of a graph

The game of pebbling was first suggested by Lagarias and Saks, as a tool for solving a particular problem in
number theory Number theory (or arithmetic or higher arithmetic in older usage) is a branch of pure mathematics devoted primarily to the study of the integers and arithmetic function, integer-valued functions. German mathematician Carl Friedrich Gauss (1777â ...
. In 1989 F.R.K. Chung introduced the concept in the literature and defined the pebbling number, π(''G''). The pebbling number for a
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is c ...
on ''n'' vertices is easily verified to be ''n'': If we had (''n'' − 1) pebbles to put on the graph, then we could put one pebble on each vertex except the target. As no vertex has two or more pebbles, no moves are possible, so it is impossible to place a pebble on the target. Thus, the pebbling number must be greater than ''n'' − 1. Given ''n'' pebbles, there are two possible cases. If each vertex has one pebble, no moves are required. If any vertex is bare, at least one other vertex must have two pebbles on it, and one pebbling move allows a pebble to be added to any target vertex in the complete graph.


Ï€(''G'') for families of graphs

The pebbling number is known for the following families of graphs: *\pi(K_n)\, =\, n, where K_n is a
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is c ...
on ''n'' vertices. *\pi(P_n)\, =\, 2^, where P_n is a
path graph In the mathematical field of graph theory, a path graph or linear graph is a graph whose vertices can be listed in the order such that the edges are where . Equivalently, a path with at least two vertices is connected and has two terminal ...
on ''n'' vertices. *\pi(W_n)\, =\, n, where W_n is a
wheel graph A wheel is a circular component that is intended to rotate on an axle bearing. The wheel is one of the key components of the wheel and axle which is one of the six simple machines. Wheels, in conjunction with axles, allow heavy objects to be ...
on ''n'' vertices.


Graham's pebbling conjecture

credited
Ronald Graham Ronald Lewis Graham (October 31, 1935July 6, 2020) was an American mathematician credited by the American Mathematical Society as "one of the principal architects of the rapid development worldwide of discrete mathematics in recent years". He ...
with the conjecture that the pebbling number of a
Cartesian product of graphs Cartesian means of or relating to the French philosopher René Descartes—from his Latinized name ''Cartesius''. It may refer to: Mathematics *Cartesian closed category, a closed category in category theory *Cartesian coordinate system, modern ...
is at most equal to the product of the pebbling numbers of the factors in the product.See , question 3, page 472. This has come to be known as Graham's pebbling conjecture. , it remains unsolved, although special cases are known.


γ(''G'') — the cover pebbling number of a graph

Crull ''et al.'' introduced the concept of cover pebbling. γ(''G''), the cover pebbling number of a graph is the minimum number of pebbles needed so that from any initial arrangement of the pebbles, after a series of pebbling moves, the graph is covered: there is at least one pebble on ''every'' vertex. A result called the stacking theorem finds the cover pebbling number for any graph.


The stacking theorem

According to the stacking theorem, the initial configuration of pebbles that requires the most pebbles to be cover solved happens when all pebbles are placed on a single vertex. Based on this observation, define : s(v) = \sum_ 2^ for every vertex ''v'' in ''G'', where ''d''(''u'', ''v'') denotes the distance from ''u'' to ''v''. Then the cover pebbling number is the largest ''s''(''v'') that results.


γ(''G'') for families of graphs

The cover pebbling number is known for the following families of graphs: *\gamma(K_n)\, =\, 2n - 1, where K_n is a
complete graph In the mathematical field of graph theory, a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. A complete digraph is a directed graph in which every pair of distinct vertices is c ...
on ''n'' vertices. *\gamma(P_n)\, =\, 2^-1, where P_n is a
path A path is a route for physical travel – see Trail. Path or PATH may also refer to: Physical paths of different types * Bicycle path * Bridle path, used by people on horseback * Course (navigation), the intended path of a vehicle * Desire p ...
on ''n'' vertices. *\gamma (W_n)\, =\, 4n - 9, where W_n is a
wheel graph A wheel is a circular component that is intended to rotate on an axle bearing. The wheel is one of the key components of the wheel and axle which is one of the six simple machines. Wheels, in conjunction with axles, allow heavy objects to be ...
on ''n'' vertices.


See also

*
Pebble game In mathematics and computer science, a pebble game is a type of mathematical game played by placing "pebbles" or "markers" on a directed graph, directed acyclic graph according to certain rules: * A given step of the game consists of either placin ...
*
Proof of space Proof of space (PoS) is a type of consensus algorithm achieved by demonstrating one's legitimate interest in a service (such as sending an email) by allocating a non-trivial amount of memory or disk space to solve a challenge presented by the serv ...


References


Further reading

* * * {{DEFAULTSORT:Graph Pebbling Graph invariants