Documentation

FormalConjectures.ForMathlib.Combinatorics.SimpleGraph.GraphConjectures.Definitions

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

Ls G is the maximum number of leaves over all spanning trees of G. It is defined to be 0 when G is not connected.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    noncomputable def SimpleGraph.n {α : Type u_1} [Fintype α] :

    n G is the number of vertices of G as a real number.

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

      m G is the size of a maximum matching of G.

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

        The independence number of a graph G.

        Equations
        Instances For
          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.largestInducedForestSize {α : Type u_1} (G : SimpleGraph α) :

            largestInducedForestSize G is the size of a largest induced forest of G.

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

              f G is the number of vertices of a largest induced forest of G as a real.

              Equations
              Instances For

                largestInducedBipartiteSubgraphSize G is the size of a largest induced bipartite subgraph of G.

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

                  b G is the number of vertices of a largest induced bipartite subgraph of G. Returned as a real number.

                  Equations
                  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