Documentation

FormalConjectures.ForMathlib.Combinatorics.SimpleGraph.GraphConjectures.Invariants

@[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
      noncomputable def SimpleGraph.gi {α : Type u_1} (G : SimpleGraph α) :

      Independent domination number of G.

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

        temp_v G v = deg(v)/(n(G) - deg(v)).

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

          Maximum of temp_v over all vertices.

          Equations
          Instances For

            Cardinality of the union of the neighbourhoods of the ends of the non-edge e.

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

              Minimum size of the neighbourhood of a non-edge of G.

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

                Size of a largest induced forest of G expressed as a real number.

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

                  Local eccentricity of a vertex.

                  Equations
                  Instances For
                    noncomputable def SimpleGraph.FLOOR (x : ) :

                    The largest integer less than or equal to x.

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

                      Eccentricity of a vertex.

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

                        The minimum eccentricity among all vertices.

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

                          The set of vertices of minimum eccentricity.

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

                            The maximum eccentricity among all vertices.

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

                              The set of vertices of maximum eccentricity.

                              Equations
                              Instances For
                                noncomputable def SimpleGraph.distToSet {α : Type u_1} [Fintype α] (G : SimpleGraph α) (v : α) (S : Set α) :

                                Distance from a vertex to a finite set.

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

                                  Average distance of G.

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

                                    The floor of the average distance of G.

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

                                      Auxiliary quantity ecc used in conjecture 34.

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

                                        Average distance from all vertices to a given set.

                                        Equations
                                        Instances For
                                          def SimpleGraph.IsPathCover {α : Type u_1} [Fintype α] [DecidableEq α] (G : SimpleGraph α) (P : Finset (Finset α)) :

                                          A family of paths covering all vertices without overlaps.

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

                                            Minimum size of a path cover of G.

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

                                              The same quantity as a real number.

                                              Equations
                                              Instances For