Content deleted Content added
→Examples: may be lots of them |
Vstephen B (talk | contribs) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 2:
{{unsolved|mathematics|Does a Moore graph with girth 5 and degree 57 exist?}}
In [[graph theory]], a '''Moore graph''' is a [[regular graph]] whose [[girth (graph theory)|girth]] (the shortest [[Cycle (graph theory)|cycle]] length) is more than twice its [[diameter (graph theory)|diameter]] (the distance between the farthest two [[
:<math>1 + d\sum_{i=0}^{k-1}(d-1)^i,</math>
an [[upper bound]] on the largest possible number of vertices in any graph with this degree and diameter. Therefore, these graphs solve the [[degree diameter problem]] for their parameters.
Line 14:
== Bounding vertices by degree and diameter ==
[[Image:Petersen-as-Moore.svg|thumb|The [[Petersen graph]] as a Moore graph. Any [[breadth
Let {{mvar|G}} be any graph with maximum degree {{mvar|d}} and diameter {{mvar|k}}, and consider the tree formed by [[breadth
:<math>1+d\sum_{i=0}^{k-1}(d-1)^i.</math>
{{harvtxt|Hoffman|Singleton|1960}} originally defined a Moore graph as a graph for which this bound on the number of vertices is met exactly. Therefore, any Moore graph has the maximum number of vertices possible among all graphs with maximum degree {{mvar|d}} and diameter {{mvar|k}}.
Line 24:
== Moore graphs as cages ==
Instead of upper bounding the number of vertices in a graph in terms of its maximum degree and its diameter, we can calculate via similar methods a lower bound on the number of vertices in terms of its minimum degree and its
:<math>1 + d\sum_{i=1}^{k-1}(d-1)^i.</math>
In a Moore graph, this bound on the number of vertices is met exactly. Each Moore graph has girth exactly {{math|2''k'' + 1}}: it does not have enough vertices to have higher girth, and a shorter cycle would cause there to be too few vertices in the first {{mvar|k}} levels of some breadth
Therefore, any Moore graph has the minimum number of vertices possible among all graphs with minimum degree {{mvar|d}} and girth {{math|2''k'' + 1}}: it is a
For even girth {{math|2''k''}}, one can similarly form a breadth-first search tree starting from the midpoint of a single edge. The resulting bound on the minimum number of vertices in a graph of this girth with minimum degree {{mvar|d}} is
:<math>2\sum_{i=0}^{k-1}(d-1)^i = 1+(d-1)^{k-1} + d\sum_{i=0}^{k-2}(d-1)^i.</math>
(The right hand side of the formula instead counts the number of vertices in a breadth
Thus, the Moore graphs are sometimes defined as including the graphs that exactly meet this bound. Again, any such graph must be a cage.
Line 42:
* The [[Petersen graph]] (diameter 2, girth 5, degree 3, order 10)
* The [[Hoffman–Singleton graph]] (diameter 2, girth 5, degree 7, order 50)
* A hypothetical graph (or more than one) of diameter 2, girth 5, degree 57 and order 3250
Although all the known Moore graphs are [[vertex-transitive graph]]s, the unknown one (if it exists) cannot be vertex-transitive, as its [[automorphism group]] can have [[order (group theory)|order]] at most 375, less than its number of vertices.{{sfnp|Mačaj|Širáň|2010}}
If the generalized definition of Moore graphs that allows even girth graphs is used, the even girth Moore graphs correspond to incidence graphs of (possible degenerate) [[
==See also==
|