Graph properties refer to the characteristics and qualities that define different types of graphs. When analyzing graphs, several properties are often considered:
- Degree Sequence: It’s the list of vertex degrees of a graph. The degree sequence can help in understanding the distribution of connections across the graph.
- Connectedness: This property determines whether there is a path between every pair of vertices. A simple graph being connected means there are no isolated vertices.
- Cyclic: A graph is cyclic if it contains at least one cycle, meaning it is possible to begin at a vertex, travel along a path, and return to the original vertex without retracing any edge.
Graph properties such as these are essential for discerning and predicting behaviors of networks and systems modeled as graphs. In our original exercise, the property being investigated was the degree distribution among vertices, showcasing that no matter the number of vertices \(N\), a simple graph cannot showcase entirely distinct vertex degrees for each vertex due to logical restrictions, specifically explained by the pigeonhole principle.