Strongly regular graph

From Wikipedia, the free encyclopedia
The Paley graph of order 13, a strongly regular graph with parameters srg(13,6,2,3).
Graph families defined by their automorphisms
distance-transitive\rightarrow distance-regular\leftarrow strongly regular
\downarrow
symmetric (arc-transitive)\leftarrow t-transitive, t  2
\downarrow (if connected)
vertex- and edge-transitive\rightarrow edge-transitive and regular\rightarrow edge-transitive
\downarrow \downarrow \downarrow
vertex-transitive\rightarrow regular\rightarrow (if bipartite)
biregular
\uparrow
Cayley graphskew-symmetricasymmetric

In graph theory, a strongly regular graph is defined as follows. Let G = (V,E) be a regular graph with v vertices and degree k. G is said to be strongly regular if there are also integers λ and μ such that:

  • Every two adjacent vertices have λ common neighbours.
  • Every two non-adjacent vertices have μ common neighbours.

A graph of this kind is sometimes said to be an srg(v, k, λ, μ).

Some authors exclude graphs which satisfy the definition trivially, namely those graphs which are the disjoint union of one or more equal-sized complete graphs,[1][2] and their complements, the Turán graphs.

The complement of an srg(v, k, λ, μ) is also strongly regular. It is an srg(v, v−k−1, v−2−2k+μ, v−2k+λ).

A strongly regular graph is a distance-regular graph with diameter 2, but only if μ is non-zero.

Properties

Relationship between Parameters

The four parameters in an srg(v, k, λ, μ) are not independent and must obey the following relation:

(v-k-1)\mu =k(k-\lambda -1)

The above relation can be derived very easily through a counting argument as follows:

  • Imagine the nodes of the graph to lie in three levels. Pick any node as the root node, in Level 0. Then its k neighbor nodes lie in Level 1, and all other nodes lie in Level 2.
  • Nodes in Level 1 are directly connected to the root, hence they must have λ other neighbors in common with the root, and these common neighbors must also be in Level 1. Since each node has degree k, there are k-\lambda -1 edges remaining for each Level 1 node to connect to nodes in Level 2.
  • Nodes in Level 2 are not directly connected to the root, hence they must have μ common neighbors with the root, and these common neighbors must all be in Level 1. Therefore μ nodes in Level 1 are connected to each node in Level 2 and each of the k nodes in Level 1 is connected to k-\lambda -1 nodes in Level 2. Therefore the number of nodes in Level 2 is
{\frac  {k(k-\lambda -1)}{\mu }}.

The total number of nodes across all three levels is therefore

v=1+k+\left({\frac  {k(k-\lambda -1)}{\mu }}\right),

and by rearranging we get:

(v-k-1)\mu =k(k-\lambda -1).

Adjacency Matrix

Let I denote the identity matrix (of order v) and let J denote the matrix whose entries all equal 1. The adjacency matrix A of a strongly regular graph satisfies these properties :

AJ=kJ

This is a trivial restatement of the vertex degree requirement.

{A}^{{2}}+(\mu -\lambda ){A}+(\mu -k){I}=\mu {J}

The first term gives the number of 2-step paths from each vertex to all vertices. For the vertex pairs directly connected by an edge, the equation reduces to the number of such 2-step paths being equal to λ. For the vertex pairs not directly connected by an edge, the equation reduces to the number of such 2-step paths being equal to μ. For the trivial self-pairs, the equation reduces to the degree being equal to k.

Eigenvalues

  • The graph has exactly three eigenvalues:
    • k whose multiplicity is 1
    • {\frac  {1}{2}}\left[(\lambda -\mu )+{\sqrt  {(\lambda -\mu )^{2}+4(k-\mu )}}\right] whose multiplicity is {\frac  {1}{2}}\left[(v-1)-{\frac  {2k+(v-1)(\lambda -\mu )}{{\sqrt  {(\lambda -\mu )^{2}+4(k-\mu )}}}}\right]
    • {\frac  {1}{2}}\left[(\lambda -\mu )-{\sqrt  {(\lambda -\mu )^{2}+4(k-\mu )}}\right] whose multiplicity is {\frac  {1}{2}}\left[(v-1)+{\frac  {2k+(v-1)(\lambda -\mu )}{{\sqrt  {(\lambda -\mu )^{2}+4(k-\mu )}}}}\right]
{\text{srg}}\left(v,{\tfrac  {1}{2}}(v-1),{\tfrac  {1}{4}}(v-5),{\tfrac  {1}{4}}(v-1)\right).
  • Strongly regular graphs for which 2k+(v-1)(\lambda -\mu )\neq 0 have integer eigenvalues with unequal multiplicities.

Examples

A strongly regular graph is called primitive if both the graph and its complement are connected. All the above graphs are primitive, as otherwise μ=0 or μ=k.

Moore graphs

The strongly regular graphs with λ=0 are triangle free. Apart from the complete graphs on less than 3 vertices and all complete bipartite graphs the seven listed above are the only known ones. Strongly regular graphs with λ=0 and μ=1 are Moore graphs with girth 5. Again the three graphs given above, with parameters (5,2,0,1), (10,3,0,1) and (50,7,0,1), are the only known ones. The only other possible set of parameters yielding a Moore graph is (3250,57,0,1); it is unknown if such a graph exists, and if so, whether or not it is unique.

See also

Notes

  1. Brouwer, Andries E; Haemers, Willem H. Spectra of Graphs. p. 101
  2. Godsil, Chris; Royle, Gordon. Algebraic Graph Theory. Springer-Verlag New York, 2001, p. 218.
  3. Weisstein, Eric W., "Schläfli graph", MathWorld.

References

External links

This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.