Graph Families and Properties
Buildup
Consider a simple graph with a set of labeled vertices . The graph can have edges equal to the number of ways to choose two distinct vertices, thus there are exactly such edges. Let’s think about this not just in terms of each edge, but the entire graph. With vertices fixed, each of the possible edges either exists (1) or does not exist (0), so the set of all graphs with vertices can be represented as follows: Of course, we are not interested in all of these graphs, so we would like to collect only those that have the properties we need. For example, if there is a set that consists only of planar graphs with vertices and a set that consists only of Eulerian graphs, then these can be defined as subsets of , and it is sufficient to call them properties because if a graph is part of these subsets, it is said to have those properties. For instance, if , then graph is both a planar and an Eulerian graph. In other words, graph has the properties of being planar and Eulerian.
Definition 1
- The family of graphs with labeled vertices is represented using the power set notation as follows:
- A subset of the graph family is called a property.
- The property of being a simple graph with labeled vertices and edges is defined as follows:
- A property that still holds if one edge is added to is called a monotonically increasing property. In other words, satisfying the following is a monotonically increasing property: Conversely, a property that still holds even if one edge is removed is called a monotonically decreasing property as follows: These are collectively referred to as monotone properties.
Frieze. (2015). Introduction to Random Graphs: p5~7. ↩︎