Documentation

Mathlib.Combinatorics.SimpleGraph.Girth

Girth of a simple graph #

This file defines the girth of a simple graph as the length of its smallest cycle, or if the graph is acyclic.

noncomputable def SimpleGraph.girth {α : Type u_1} (G : SimpleGraph α) :

The girth of a simple graph is the length of its smallest cycle, or if the graph is acyclic.

Equations
Instances For
    @[simp]
    theorem SimpleGraph.le_girth {α : Type u_1} {G : SimpleGraph α} {n : ℕ∞} :
    theorem SimpleGraph.girth_anti {α : Type u_1} :
    Antitone SimpleGraph.girth