Minimum rank of a graph

From HandWiki
Revision as of 13:22, 15 June 2021 by imported>AnLinks (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

In mathematics, the minimum rank is a graph parameter [math]\displaystyle{ \operatorname{mr}(G) }[/math] for a graph G. It was motivated by the Colin de Verdière graph invariant.

Definition

The adjacency matrix of an undirected graph is a symmetric matrix whose rows and columns both correspond to the vertices of the graph. Its elements are all 0 or 1, and the element in row i and column j is nonzero whenever vertex i is adjacent to vertex j in the graph. More generally, a generalized adjacency matrix is any symmetric matrix of real numbers with the same pattern of nonzeros off the diagonal (the diagonal elements may be any real numbers). The minimum rank of [math]\displaystyle{ G }[/math] is defined as the smallest rank of any generalized adjacency matrix of the graph; it is denoted by [math]\displaystyle{ \operatorname{mr} (G) }[/math].

Properties

Here are some elementary properties.

  • The minimum rank of a graph is always at most equal to n − 1, where n is the number of vertices in the graph.[1]
  • For every induced subgraph H of a given graph G, the minimum rank of H is at most equal to the minimum rank of G.[2]
  • If a graph is disconnected, then its minimum rank is the sum of the minimum ranks of its connected components.[3]
  • The minimum rank is a graph invariant: isomorphic graphs necessarily have the same minimum rank.

Characterization of known graph families

Several families of graphs may be characterized in terms of their minimum ranks.

  • For [math]\displaystyle{ n\geq 2 }[/math], the complete graph Kn on n vertices has minimum rank one. The only graphs that are connected and have minimum rank one are the complete graphs.[4]
  • A path graph Pn on n vertices has minimum rank n − 1. The only n-vertex graphs with minimum rank n − 1 are the path graphs.[5]
  • A cycle graph Cn on n vertices has minimum rank n − 2.[6]
  • Let [math]\displaystyle{ G }[/math] be a 2-connected graph. Then [math]\displaystyle{ \operatorname{mr}(G)=|G|-2 }[/math] if and only if [math]\displaystyle{ G }[/math] is a linear 2-tree.[7]
  • A graph [math]\displaystyle{ G }[/math] has [math]\displaystyle{ \operatorname{mr}(G)\leq 2 }[/math] if and only if the complement of [math]\displaystyle{ G }[/math] is of the form [math]\displaystyle{ (K_{s_1}\cup K_{s_2}\cup K_{p_1,q_1}\cup \cdots \cup K_{p_k,q_k} ) \vee K_r }[/math] for appropriate nonnegative integers [math]\displaystyle{ k, s_1, s_2, p_1, q_1,\ldots , p_k, q_k, r }[/math] with [math]\displaystyle{ p_i+q_i\gt 0 }[/math] for all [math]\displaystyle{ i=1,\ldots, k }[/math].[8]

Notes

  1. Fallat–Hogben, Observation 1.2.
  2. Fallat–Hogben, Observation 1.6.
  3. Fallat–Hogben, Observation 1.6.
  4. Fallat–Hogben, Observation 1.2.
  5. Fallat–Hogben, Corollary 1.5.
  6. Fallat–Hogben, Observation 1.6.
  7. Fallat–Hogben, Theorem 2.10.
  8. Fallat–Hogben, Theorem 2.9.

References