Hubbry Logo
Cycle graphCycle graphMain
Open search
Cycle graph
Community hub
Cycle graph
logo
8 pages, 0 posts
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Contribute something
Cycle graph
Cycle graph
from Wikipedia
Cycle graph
The cycle graph C5
Girthn
Automorphisms2n (Dn)
Chromatic number3 if n is odd
2 otherwise
Chromatic index3 if n is odd
2 otherwise
Spectrum[1]
Properties2-regular
Vertex-transitive
Edge-transitive
Unit distance
Hamiltonian
Eulerian
Polytopal
NotationCn
Table of graphs and parameters

In graph theory, a cycle graph or circular graph is a graph that consists of a single cycle, or in other words, some number of vertices (at least 3, if the graph is simple) connected in a closed chain. The cycle graph with n vertices is called Cn.[2] The number of vertices in Cn equals the number of edges, and every vertex has degree 2; that is, every vertex has exactly two edges incident with it.

If , it is an isolated loop.

Terminology

[edit]

There are many synonyms for "cycle graph". These include simple cycle graph and cyclic graph, although the latter term is less often used, because it can also refer to graphs which are merely not acyclic. Among graph theorists, cycle, polygon, or n-gon are also often used. The term n-cycle is sometimes used in other settings.[3]

A cycle with an even number of vertices is called an even cycle; a cycle with an odd number of vertices is called an odd cycle.

Properties

[edit]

A cycle graph is:

In addition:

  • As cycle graphs can be drawn as regular polygons, the symmetries of an n-cycle are the same as those of a regular polygon with n sides, the dihedral group of order 2n. In particular, there exist symmetries taking any vertex to any other vertex, and any edge to any other edge, so the n-cycle is a symmetric graph.

Similarly to the Platonic graphs, the cycle graphs form the skeletons of the dihedra. Their duals are the dipole graphs, which form the skeletons of the hosohedra.

Directed cycle graph

[edit]
A directed cycle graph of length 8

A directed cycle graph is a directed version of a cycle graph, with all the edges being oriented in the same direction.

In a directed graph, a set of edges which contains at least one edge (or arc) from each directed cycle is called a feedback arc set. Similarly, a set of vertices containing at least one vertex from each directed cycle is called a feedback vertex set.

A directed cycle graph has uniform in-degree 1 and uniform out-degree 1.

Directed cycle graphs are Cayley graphs for cyclic groups (see e.g. Trevisan).

See also

[edit]

References

[edit]

Sources

[edit]
[edit]
Revisions and contributorsEdit on WikipediaRead on Wikipedia
from Grokipedia
In , a cycle graph CnC_n (also known as an n-cycle) is a simple undirected graph consisting of nn vertices connected by nn edges to form a single closed , where each vertex has degree exactly 2 and n3n \geq 3. These graphs are the simplest connected 2-regular graphs and serve as fundamental building blocks for studying cyclic structures in more complex networks. Cycle graphs exhibit several key structural properties that make them central to theoretical analysis. They are uniquely Hamiltonian, meaning they possess exactly one Hamiltonian cycle (the graph itself) up to direction, and they are also edge-transitive and vertex-transitive for n3n \geq 3. The chromatic number of CnC_n is 2 if nn is even (as even cycles are bipartite) and 3 if nn is odd, reflecting the presence of an odd cycle that requires three colors for proper vertex coloring. The chromatic for CnC_n is given by (k1)n+(1)n(k1)(k-1)^n + (-1)^n (k-1), where kk is the number of available colors, which encapsulates their coloring behavior precisely. Beyond basic properties, cycle graphs play a pivotal role in broader concepts, including , where they help determine the maximum number of edges in graphs avoiding specific subgraphs like short cycles. They also appear in the study of Hamiltonian and Eulerian paths, as every cycle graph is both Hamiltonian and Eulerian due to its regularity and connectivity. In applications, cycle graphs model periodic or circular phenomena, such as ring networks in or molecular rings in chemistry, and their cycle spaces (vector spaces over GF(2) generated by edge sets of cycles) aid in analyzing network flows and redundancies. Special cases include the triangle graph C3C_3 (complete graph K3K_3) and the square graph C4C_4, which illustrate foundational examples in connectivity and bipartitioning.

Definition and Notation

Formal Definition

In , a cycle is defined as a closed path in which no vertices are repeated except for the starting and ending vertex, which are the same. The cycle graph CnC_n (for n3n \geq 3) is the simple undirected graph consisting precisely of a single cycle of length nn, with vertex set V={v1,v2,,vn}V = \{ v_1, v_2, \dots, v_n \} and edge set E={{vi,vi+1}1in1}{{vn,v1}}E = \{ \{v_i, v_{i+1}\} \mid 1 \leq i \leq n-1 \} \cup \{ \{v_n, v_1\} \}. This graph is connected and 2-regular, meaning every vertex has degree exactly 2, and it contains exactly nn edges.

Notation and Examples

The cycle graph on nn vertices, where n3n \geq 3, is standardly denoted by CnC_n. It consists of vertices labeled v1,v2,,vnv_1, v_2, \dots, v_n connected by edges {vi,vi+1}\{v_i, v_{i+1}\} for i=1,2,,n1i = 1, 2, \dots, n-1, along with the closing edge {vn,v1}\{v_n, v_1\} to form a single closed loop. This notation emphasizes the graph's circular structure, with each vertex having exactly two neighbors, reflecting its 2-regular nature. Small examples illustrate this construction clearly. The graph C3C_3 is a triangle, isomorphic to the complete graph K3K_3, where all three vertices connect pairwise. The graph C4C_4 resembles a square with four vertices and edges forming its perimeter, while C5C_5 takes the shape of a pentagon. These polygonal forms underscore the cyclic symmetry inherent in cycle graphs, as rotating the labeling of vertices preserves the edge connections. For C3C_3, the , which encodes the presence of edges between vertices, is the symmetric 3×3 matrix (011101110),\begin{pmatrix} 0 & 1 & 1 \\ 1 & 0 & 1 \\ 1 & 1 & 0 \end{pmatrix},
Add your contribution
Related Hubs
Contribute something
User Avatar
No comments yet.