Hosoya index

From WikiMD's Wellness Encyclopedia

K4 matchings

Hosoya index

The Hosoya index, also known as the Z-index, is a topological index used in chemical graph theory and mathematical chemistry. It is named after the Japanese chemist Haruo Hosoya, who introduced it in 1971. The Hosoya index is a measure of the complexity of a molecular graph and is used to predict various chemical properties of molecules.

Definition[edit | edit source]

The Hosoya index of a graph \( G \) is defined as the total number of matchings in the graph, including the empty matching. In other words, it is the sum of the number of matchings of all sizes in the graph. Formally, if \( m_k(G) \) denotes the number of matchings of size \( k \) in \( G \), then the Hosoya index \( Z(G) \) is given by:

\[ Z(G) = \sum_{k=0}^{\lfloor n/2 \rfloor} m_k(G) \]

where \( n \) is the number of vertices in the graph \( G \).

Calculation[edit | edit source]

To calculate the Hosoya index, one must enumerate all possible matchings in the graph. This can be computationally intensive for large graphs, but efficient algorithms and software tools have been developed to facilitate this process.

Applications[edit | edit source]

The Hosoya index is used in various fields, including:

Examples[edit | edit source]

For simple graphs, the Hosoya index can be calculated manually. For example:

  • The Hosoya index of a path graph \( P_n \) with \( n \) vertices is the \( n \)-th Fibonacci number.
  • The Hosoya index of a complete graph \( K_n \) is \( 1 \), as the only matching is the empty matching.

Related Concepts[edit | edit source]

See Also[edit | edit source]

References[edit | edit source]

External Links[edit | edit source]

Template:Graph-theory-stub

Contributors: Prab R. Tumpati, MD