Documentation

FormalConjecturesForMathlib.Combinatorics.SimpleGraph.Independence

noncomputable def SimpleGraph.aprime {α : Type u_1} [Fintype α] [DecidableEq α] (G : SimpleGraph α) [DecidableRel G.Adj] :

The maximum cardinality among all independent sets s that maximize the quantity |s| - |N(s)|, where N(s) is the neighborhood of the set s.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def SimpleGraph.indepNeighborsCard {α : Type u_1} (G : SimpleGraph α) (v : α) :

    Independence number of the neighbourhood of v.

    Equations
    Instances For
      noncomputable def SimpleGraph.indepNeighbors {α : Type u_1} (G : SimpleGraph α) (v : α) :

      The same quantity as a real number.

      Equations
      Instances For
        noncomputable def SimpleGraph.averageIndepNeighbors {α : Type u_1} [Fintype α] (G : SimpleGraph α) :

        Average of indepNeighbors over all vertices.

        Equations
        Instances For
          @[reducible, inline]
          noncomputable abbrev SimpleGraph.l {α : Type u_1} [Fintype α] (G : SimpleGraph α) :

          Abbreviation for the average independence number of the neighborhoods.

          Equations
          Instances For
            @[reducible, inline]
            noncomputable abbrev SimpleGraph.l_avg {α : Type u_1} [Fintype α] (G : SimpleGraph α) :

            The same quantity under a different name, used in some conjectures.

            Equations
            Instances For

              Computable independence number via powerset enumeration.

              Equations
              Instances For

                Equivalence between computable and noncomputable independence number.

                noncomputable def SimpleGraph.maxLocalIndependence {α : Type u_1} [Fintype α] (G : SimpleGraph α) :

                Maximum local independence number over all vertices. For each vertex, we compute the independence number of the subgraph induced by its neighbors, and take the maximum over all vertices.

                Equations
                Instances For
                  noncomputable def SimpleGraph.minLocalIndependence {α : Type u_1} [Fintype α] (G : SimpleGraph α) :

                  Minimum local independence number over all vertices. For each vertex, we compute the independence number of the subgraph induced by its neighbors, and take the minimum over all vertices.

                  Equations
                  Instances For