Paley graph: Difference between revisions

From Graph
No edit summary
No edit summary
Line 9: Line 9:


For a prime power <math>q \equiv 3 \pmod 4</math>, we can consider instead the [[Paley digraph]].
For a prime power <math>q \equiv 3 \pmod 4</math>, we can consider instead the [[Paley digraph]].
==Arithmetic functions==
===Size measures===
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[size of vertex set]] || <math>q</math> || By definition, the vertex set is the underlying set of a field of size <math>q</math>
|-
| [[size of edge set]] || <math>q(q - 1)/4</math> || The number of quadratic residues is <matH>(q - 1)/2</math>, hence this is the degree of each vertex. We now use the [[handshaking lemma]].
|}
===Numerical invariants associated with vertices===
Since the graph is a [[vertex-transitive graph]], any numerical invariant associated to a vertex must be equal on all vertices of the graph. Below are listed some of these invariants:
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[degree of a vertex]] || <matH>(q - 1)/2</math> || This equals the number of quadratic residues in <math>\mathbb{F}_q^\ast</math>, which is the size of the image of the square map <matH>x \mapsto x^2</math>, whose domain has size <math>q - 1</math> and kernel has size 2. The image thus has size <matH>(q - 1)/2</math>. Note that we are using that <matH>q</math> is odd.
|-
| [[eccentricity of a vertex]] || 2 || Follows from [[groupprops:every element of a finite field is expressible as a sum of two squares|every element of a finite field is expressible as a sum of two squares]]
|}
===Other numerical invariants===
{| class="sortable" border="1"
! Function !! Value !! Explanation
|-
| [[clique number]] || no easy formula, but generally grows with <math>q</math> || Note that <matH>q = 5</math> is the only case where the clique number is 2; for <matH>q \ge 9</math>, the clique number is at least 3 because of the presence of adjacent quadratic residues -- the number of adjacent quadratic residues is <matH>(q - 5)/4</math>. <math>q = 17</math> is the largest value for which the clique number is 3. By Ramsey theory, we know that if <matH>q \ge R(m,m)</math>, then the clique number is at least <math>m</math>.
|-
| [[independence number]] || same as clique number || The two numbers are equal because the Paley graph is a [[self-complementary graph]] and [[independence number equals clique number of complement]]
|-
| [[chromatic number]] || {{fillin}} || {{fillin}}
|-
| {{arithmetic function value|radius of a graph|2}} || Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
|-
| {{arithmetic function value|diameter of a graph|2}} || Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
|-
| {{arithmetic function value|girth of a graph|3}} (except the case of <math>P_5</math>) || The girth of <math>P_5</math> is 5. Note that for ''all'' higher <math>q</math>, the girth of the graph is 3, due to the fact that there are <math>(q - 5)/4</math> pairs of nonzero quadratic residues that differ by 1, and this number is positive whenever <matH>q > 5</math>.
|-
| [[circuit rank]] || <math>q(q -5)/4 + 1</math> || The circuit rank is number of edges - number of vertices + number of connected components. This becomes <matH>q(q-1)/4 - q + 1</math> which simplifies to <matH>q(q - 5)/4 + 1</math>.
|}

Revision as of 18:30, 28 May 2012

Definition

Suppose q is a prime power such that q1(mod4). The Paley graph on q vertices is defined as follows:

  1. The vertex set is identified with the elements of the field Fq of q elements. This field is unique up to field isomorphism.
  2. Given any two distinct vertices a,bFq, a and b are defined to be adjacent if and only if ab is a square in Fq*.

The significance of q1(mod4) is that this forces -1 to be a square, hence ab is a square if and only if ba is a square. This is necessary because we want the definition of adjacency to be symmetric in the two vertices.

For a prime power q3(mod4), we can consider instead the Paley digraph.

Arithmetic functions

Size measures

Function Value Explanation
size of vertex set q By definition, the vertex set is the underlying set of a field of size q
size of edge set q(q1)/4 The number of quadratic residues is (q1)/2, hence this is the degree of each vertex. We now use the handshaking lemma.

Numerical invariants associated with vertices

Since the graph is a vertex-transitive graph, any numerical invariant associated to a vertex must be equal on all vertices of the graph. Below are listed some of these invariants:

Function Value Explanation
degree of a vertex (q1)/2 This equals the number of quadratic residues in Fq, which is the size of the image of the square map xx2, whose domain has size q1 and kernel has size 2. The image thus has size (q1)/2. Note that we are using that q is odd.
eccentricity of a vertex 2 Follows from every element of a finite field is expressible as a sum of two squares

Other numerical invariants

Function Value Explanation
clique number no easy formula, but generally grows with q Note that q=5 is the only case where the clique number is 2; for q9, the clique number is at least 3 because of the presence of adjacent quadratic residues -- the number of adjacent quadratic residues is (q5)/4. q=17 is the largest value for which the clique number is 3. By Ramsey theory, we know that if qR(m,m), then the clique number is at least m.
independence number same as clique number The two numbers are equal because the Paley graph is a self-complementary graph and independence number equals clique number of complement
chromatic number Fill this in later Fill this in later
radius of a graph 2 Due to vertex-transitivity, the radius equals the eccentricity of any vertex, which has been computed above.
diameter of a graph 2 Due to vertex-transitivity, the diameter equals the eccentricity of any vertex, which has been computed above.
girth of a graph 3 (except the case of P5) The girth of P5 is 5. Note that for all higher q, the girth of the graph is 3, due to the fact that there are (q5)/4 pairs of nonzero quadratic residues that differ by 1, and this number is positive whenever q>5.
circuit rank q(q5)/4+1 The circuit rank is number of edges - number of vertices + number of connected components. This becomes q(q1)/4q+1 which simplifies to q(q5)/4+1.