Documentation

FormalConjectures.Wikipedia.PebblingNumberConjecture

Pebbling number conjecture #

Reference: Wikipedia

A Pebble distribution is an assigment of zero or more pebbles to each of the vertices.

Equations
Instances For

    The number of pebbles of a distribution is the total number summed over all vertices.

    Equations
    Instances For

      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).

      Equations
      Instances For
        inductive PebblePath {α : Type} (r : ααProp) :
        ααType

        A pebble path is a series of pebbling moves.

        Instances For
          def ExistsPebblePath {α : Type} (r : ααProp) (a b : α) :

          Indicates whether there exists a sequence of pebbling moves transforming one pebble distribution to another.

          Equations
          Instances For

            A pebble distribution B is reachable from another pebble distribution A, if there exists a sequence of pebbling moves transforming the first into the second.

            Equations
            Instances For
              noncomputable def PebblingNumber {V : Type} [Fintype V] [DecidableEq V] (G : SimpleGraph V) :

              The pebbling number of a graph G, is the lowest natural number n that satisfies the following condition: Given any target or 'root' vertex in the graph and any initial pebbles distribution with n pebbles on the graph, another pebble distribution is reachable in which the designated root vertex has one or more pebbles.

              Equations
              Instances For

                The pebbling number of the complete graph on n vertices is n.

                The pebbling number conjecture: the pebbling number of a Cartesian product of graphs is at most equal to the product of the pebbling numbers of the factors.