Documentation

FormalConjecturesForMathlib.Combinatorics.SimpleGraph.Degrees

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

The average degree of G.

Equations
Instances For

    The multiset of degrees of a graph.

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

      The degree sequence of a graph, sorted in nondecreasing order.

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

        The maximum number of occurrences of any term of the degree sequence of G.

        Equations
        Instances For
          noncomputable def SimpleGraph.edegree {V : Type u_2} (G : SimpleGraph V) (v : V) :

          Infinite graphs: definitions for max degree and clique number so that the maximum degree of a graph with unbounded degree is rather than 0.

          Equations
          Instances For
            noncomputable def SimpleGraph.emaxDegree {V : Type u_2} (G : SimpleGraph V) :
            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 α) :
                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    noncomputable def SimpleGraph.secondSmallestDegree {α : Type u_1} [Fintype α] (G : SimpleGraph α) [DecidableRel G.Adj] :

                    The second-smallest degree of G's degree sequence — DeLaVina's σ(G) per the WOWII definitions popup (defEntry 65): "order the degree sequence in nondecreasing order d₁ ≤ d₂ ≤ … ≤ dₙ, the second smallest degree of the sequence is the 2nd entry". For graphs with n ≤ 1 we conventionally return 0.

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

                      The number of triangles (3-cliques) of G incident to vertex v: the number of 3-element cliques containing v.

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

                        The length of a graph: the square root of the sum of the squares of degrees.

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

                          The number of vertices of degree k in G.

                          Equations
                          Instances For