Documentation

FormalConjecturesForMathlib.Combinatorics.SimpleGraph.Clique

The maximal number of vertices of an independent set in a graph G.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    @[simp]
    theorem SimpleGraph.indepNum_pos {V : Type u_1} {G : SimpleGraph V} [Finite V] [Nonempty V] :
    noncomputable def SimpleGraph.ecliqueNum {V : Type} (G : SimpleGraph V) :

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

    Equations
    Instances For