Square graph: Difference between revisions

From Graph
No edit summary
No edit summary
Line 45: Line 45:
! Function !! Value !! Explanation
! Function !! Value !! Explanation
|-
|-
| {{arithmetic function value|degree of a vertex|2}} || As cycle graph <math>C_n, n = 4</math>: 2 (independent of <math>n</math>)<br>As complete bipartite graph <math>K_{m,n}, m = n = 2</math>: Since <math>m,n</math> are equal, the graph is vertex-transitive and <math>(m = n)</math>-regular, so we get <math>m = n = 2</math><br>As <math>n</math>-dimensional hypercube, <math>n = 2</math>: <math>n = 2</math>
| {{arithmetic function value|degree of a vertex|2}} || As cycle graph <math>C_n, n = 4</math>: 2 (independent of <math>n</math>)<br>As complete bipartite graph <math>K_{m,n}, m = n = 2</math>: Since <math>m,n</math> are equal, the graph is vertex-transitive and <math>(m = n)</math>-regular, so we get <math>m = n = 2</math><br>As <math>n</math>-dimensional hypercube, <math>n = 2</math>: <math>n = 2</math><br>As <math>n</math>-dimensional hyperoctahedron, <math>n = 2</math>: <math>2n - 2 = 2(2) - 2 = 2</math>
|-
|-
| {{arithmetic function value|eccentricity of a vertex|2}} || As cycle graph <math>C_n, n = 4</math>: greatest integer of <math>n/2</math> equals greater integer of 4/2 equals 2<br>As complete bipartite graph <math>K_{m,n}, m= n = 2</math>: 2 (independent of <math>m,n</math>, though it uses that both numbers are greater than 1)<br>As <math>n</math>-dimensional hypercube, <math>n = 2</math>: <math>n = 2</math>
| {{arithmetic function value|eccentricity of a vertex|2}} || As cycle graph <math>C_n, n = 4</math>: greatest integer of <math>n/2</math> equals greater integer of 4/2 equals 2<br>As complete bipartite graph <math>K_{m,n}, m= n = 2</math>: 2 (independent of <math>m,n</math>, though it uses that both numbers are greater than 1)<br>As <math>n</math>-dimensional hypercube, <math>n = 2</math>: <math>n = 2</math><br>As <math>n</math>-dimensional hyperoctahedron, <math>n = 2</math>: 2 (independent of <math>n</math>, for <math>n \ge 2</math>)
|}
|}



Revision as of 17:01, 29 May 2012

This article defines a particular undirected graph, i.e., the definition here determines the graph uniquely up to graph isomorphism.
View a complete list of particular undirected graphs

Definition

This undirected graph is defined in the following equivalent ways:

  1. It is the cycle graph on 4 vertices, denoted C4.
  2. It is the complete bipartite graph K2,2
  3. It is the 2-dimensional hypercube graph.
  4. It is the 2-dimensional hyperoctahedron graph.

Explicit descriptions

Description of vertex set and edge set

Vertex set: {1,2,3,4}

Edge set: {{1,2},{2,3},{3,4},{1,4}}

Note that with this description, the two parts in a bipartite graph description are {1,3} and {2,4}.

Adjacency matrix

With the ordering of the vertex set and edge set given above, the adjacency matrix is:

(0101101001011010)


Arithmetic functions

Size measures

Function Value Explanation
size of vertex set 4 As cycle graph Cn,n=4: n=4
As complete bipartite graph Km,n,m=n=2: m+n=2+2=4
As n-dimensional hypercube, n=2: 2n=22=4
size of edge set 4 As cycle graph Cn,n=4: n=4
As complete bipartite graph Km,n,m=n=2: mn=2(2)=4
As n-dimensional hypercube, n=2: n2n1=2221=4

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 2 As cycle graph Cn,n=4: 2 (independent of n)
As complete bipartite graph Km,n,m=n=2: Since m,n are equal, the graph is vertex-transitive and (m=n)-regular, so we get m=n=2
As n-dimensional hypercube, n=2: n=2
As n-dimensional hyperoctahedron, n=2: 2n2=2(2)2=2
eccentricity of a vertex 2 As cycle graph Cn,n=4: greatest integer of n/2 equals greater integer of 4/2 equals 2
As complete bipartite graph Km,n,m=n=2: 2 (independent of m,n, though it uses that both numbers are greater than 1)
As n-dimensional hypercube, n=2: n=2
As n-dimensional hyperoctahedron, n=2: 2 (independent of n, for n2)

Other numerical invariants

Function Value Explanation
clique number 2 As cycle graph Cn,n=4: 2 (independent of n for n4)
As Km,n,m=n=2: 2 (independent of m,n, follows from being bipartite)
As n-dimensional hypercube, n=2: 2 (independent of n)
independence number 2 As cycle graph Cn,n=4: greatest integer of n/2 equals greatest integer of 4/2 equals 2
As Km,n,m=n=2: max{m,n}=max{2,2}=2
As n-dimensional hypercube, n=2: 2n1=221=2
chromatic number 2 As cycle graph Cn,n=4: 2 (in general, it is 2 for even n and 3 for odd n
As Km,n,m=n=2: 2 (independent of m,n, follows from being bipartite)
As n-dimensional hypercube, n=2: 2 (independent of n, follows from being bipartite)
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 radius equals the eccentricity of any vertex, which has been computed above.
odd girth infinite As cycle graph Cn,n=4: infinite (since n even)
As Km,n,m=n=2: infinite, since bipartite
As n-dimensional hypercube, n=2: infinite, since bipartite
even girth 4 As cycle graph Cn,n=4: n=4 (since n even)
As complete bipartite graph Km,n,m=n=2: 4 (independent of m,n as long as both are greater than 1)
As n-dimensional hypercube, n=2: 4 (independent of n for n2)
girth of a graph 4 As cycle graph Cn,n=4: n=4
As complete bipartite graph Km,n,m=n=2: 4 (independent of m,n as long as both are greater than 1)
As n-dimensional hypercube, n=2: 4 (independent of n for n2)

Graph properties

Property Satisfied? Explanation
connected graph Yes
regular graph Yes all vertices have degree two
vertex-transitive graph Yes
cubic graph No
edge-transitive graph Yes
symmetric graph Yes
distance-transitive graph Yes
bridgeless graph Yes
strongly regular graph Yes
bipartite graph Yes

Graph operations

Operation Graph obtained as a result of the operation
complement of a graph matching graph on 4 vertices
line graph isomorphic to the original graph
prism of a graph cube graph

Algebraic theory

The adjacency matrix is:

(0101101001011010)

This matrix is uniquely defined up to conjugation by permutations. Below are some important associated algebraic invariants:

Algebraic invariant Value Explanation
characteristic polynomial Fill this in later
minimal polynomial Fill this in later
rank of adjacency matrix 2
eigenvalues (roots of characteristic polynomial)

Realization

As Cayley graph

Geometric embeddings