Loading [MathJax]/jax/output/HTML-CSS/jax.js
Skip to main content
Library homepage
 

Text Color

Text Size

 

Margin Size

 

Font Type

Enable Dyslexic Font
Mathematics LibreTexts

5.2: Properties of Graphs

( \newcommand{\kernel}{\mathrm{null}\,}\)

Definitions of Graph Properties

Definition 5.2.1: Adjacency.

Two vertices, vi and vj, in a graph G are adjacent if and only if {vi,vj} is an edge in G.

Example 5.2.2: Adjacent vertices.

Vertices A and B are adjacent in the graph in Figure 5.2.11 because {A,B} is an edge.

Definition 5.2.3: Incidence.

Two edges in a graph G are incident if and only if they share a vertex.

Example 5.2.4: Incident Edges.

Edges {A,B} and {B,G} are incident in the graph in Figure 5.2.11 because they share vertex B.

Definition 5.2.5: Vertex/Edge Incidence.

A vertex v and an edge e={vi,vj} in a graph G are incident if and only if ve.

Example 5.2.6: Vertex Incident with Edge.

Vertex A is incident with edge {A,B} in the graph in Figure 5.2.11, that is, A is in the edge.

Definition 5.2.7: Degree.

The degree of a vertex v is the number of edges incident with v.

Example 5.2.8

Vertex A in the graph in Figure 5.2.11 has degree 4, because {A,B}, {A,L}, {A,K}, and {A,F} are edges incident with it.

The minimum degree of all vertices in a graph G is denoted δ(G) and the maximum degree of all vertices in a graph G is denoted Δ(G).

Definition 5.2.9: Regular.

A graph G is regular if and only if the degree of all vertices are the same.

Example 5.2.10: Regular Graph.

Figure 5.2.11 shows a regular graph.

Graph2.svg
Figure 5.2.11 Regular Graph
Definition 5.2.12: Complete Graph.

A graph G is a complete graph, denoted Kn, if and only if {vi,vj}E for all ij.

Example 5.2.13: Complete Graph.

Figure 5.2.13 shows the complete graph, K5.

isgraph3.svg
Figure 5.2.14 Complete Graph K5

Note the size of a graph or subgraph is the number of vertices. Thus K5 has size 5.

Definition 5.2.15: Independent Set.

A subset A of vertices in a graph are independent if and only if no pair of vertices in A are adjacent.

Example 5.2.16: Vertex Independence Set.

A,C,E is an independent set for the graph in Figure 5.2.11. Note no edge contains any two of these vertices.

Definition 5.2.17: Bipartite Graph.

A graph G is bipartite if and only if the vertices can be partitioned into two sets such that no two vertices in the same partition are adjacent.

Example 5.2.18: Understanding the bipartite definition.

This video shows how to demonstrate a graph is bipartite.

This video shows how to determine if a graph is bipartite.

This video shows how to demonstrate a graph is not bipartite.

Definition 5.2.19: Complete Biparite.

If each vertex in any partition of a bipartite graph is adjacent to all vertices in the other partition, the graph is called complete bipartite and is denoted Kn,m where n,m are the sizes of the partitions.

Example 5.2.20: Complete Bipartite Graph.

The third graph in Figure 5.2.44 is a complete bipartite graph.

Definition 5.2.21: Subgraph.

A graph H=(VH,EH) is a subgraph of a graph G=(VG,EG) if and only if VHVG and EHEG.

Example 5.2.22: Subgraph.

The graph with vertex set VH={A,B,C,G,L} and edge set E={{A,B},{A,L},{L,G},{B,C},{C,G}} is a subgraph of the graph in Figure 5.2.11

Definition 5.2.23: Induced Subgraph.

A graph H=(VH,EH) is an induced subgraph of a graph G=(VG,EG) if and only if VHVG and EH={(v1,v2)EG:v1,v2VH} (the set of all edges from G using only vertices in H).

Example 5.2.24: Subgraph.

The graph with vertex set VH={A,B,C,G,L} and edge set E={{A,B},{A,L},{B,L},{B,G},{L,G},{B,C},{C,G}} is the subgraph of the graph in Figure 5.2.11 induced by VH.

Definition 5.2.25: Graph Complement.

The complement of a graph G=(V,E) is the graph H=(V,E2) such that v1,v2 are adjacent in H if and only if they are not adjacent in G.

Example 5.2.26: A Graph and its Complement.
graph_bowtie.svg
graph_bowtie_complement.svg
Definition 5.2.27: Graph Dual.

The dual of a graph G=(V,E) is the graph H=(E,E2) such that for two vertices (edges of G) are adjacent if they were incident in G.

Example 5.2.28: A Graph and its Dual.
graph_bowtie.svg
graph_bowtie_dual.svg

Practice

Checkpoint 5.2.29

List the minimum and maximum degree of every graph in Figure 5.2.43

Checkpoint 5.2.30

Determine which graphs in Figure 5.2.43 are regular.

Complete graphs are also known as cliques. The complete graph on five vertices, K5, is shown in Figure 5.2.14. The size of the largest clique that is a subgraph of a graph G is called the clique number, denoted Ω(G).

Checkpoint 5.2.31

Find Ω(G) for every graph in Figure 5.2.43

Checkpoint 5.2.32

Prove that a complete graph is regular.

Checkpoint 5.2.33

Draw a graph with at least five vertices. Calculate the degree of each vertex. Add these degrees. Count the number of edges. Compare the sum of the degrees to the number of edges. Add an edge. Repeat the experiment. Conjecture a relationship.

Checkpoint 5.2.34

After the class confirms the result above prove that the number of vertices of odd degree is even.

The size of the maximum independent set in a graph G is denoted α(G).

Checkpoint 5.2.35

Find α(G) for every graph in Figure 5.2.43

Checkpoint 5.2.36

Re-write the definition of independent set exchanging vertices for edges. Note this is called a matching.

Checkpoint 5.2.37

Find the size of the maximum matching for each graph in Figure 5.2.43

Checkpoint 5.2.38

Determine which graphs in Figure 5.2.43 are bipartite.

Checkpoint 5.2.39

Write a definition for tripartite graphs.

Checkpoint 5.2.40

Construct the graph complement of the bottom left graph in Figure 5.2.44

Checkpoint 5.2.41

Construct the graph complement of K4.

Checkpoint 5.2.42

Construct the dual graph of the bottom left graph in Figure 5.1.1.

Graph1.svgGraph7.svgGraph4.svg
Graph2.svgGraph5.svgGraph8.svg
Graph3.svgGraph6.svgGraph9.svg
Figure 5.2.43 Graph Set 1
Graph10.svgGraph13.svg
Graph11.svgGraph14.svg
Graph12.svgGraph15.svg
Figure 5.2.44 Graph Set 2

This page titled 5.2: Properties of Graphs is shared under a GNU Free Documentation License 1.3 license and was authored, remixed, and/or curated by Mark A. Fitch via source content that was edited to the style and standards of the LibreTexts platform.

  • Was this article helpful?

Support Center

How can we help?