Documentation

Mathlib.Combinatorics.SimpleGraph.Ends.Defs

Ends #

This file contains a definition of the ends of a simple graph, as sections of the inverse system assigning, to each finite set of vertices, the connected components of its complement.

@[reducible]
def SimpleGraph.ComponentCompl {V : Type u} (G : SimpleGraph V) (K : Set V) :

The components outside a given set of vertices K

Equations
Instances For
    @[reducible]
    def SimpleGraph.componentComplMk {V : Type u} {K : Set V} (G : SimpleGraph V) {v : V} (vK : vK) :

    The connected component of v in G.induce Kᶜ.

    Equations
    Instances For

      The set of vertices of G making up the connected component C

      Equations
      Instances For
        theorem SimpleGraph.ComponentCompl.supp_injective {V : Type u} {G : SimpleGraph V} {K : Set V} :
        Function.Injective SimpleGraph.ComponentCompl.supp
        Equations
        • SimpleGraph.ComponentCompl.setLike = { coe := SimpleGraph.ComponentCompl.supp, coe_injective' := }
        @[simp]
        theorem SimpleGraph.ComponentCompl.mem_supp_iff {V : Type u} {G : SimpleGraph V} {K : Set V} {v : V} {C : SimpleGraph.ComponentCompl G K} :
        v C ∃ (vK : vK), SimpleGraph.componentComplMk G vK = C
        theorem SimpleGraph.componentComplMk_mem {V : Type u} {K : Set V} (G : SimpleGraph V) {v : V} (vK : vK) :
        theorem SimpleGraph.componentComplMk_eq_of_adj {V : Type u} {K : Set V} (G : SimpleGraph V) {v : V} {w : V} (vK : vK) (wK : wK) (a : G.Adj v w) :

        In an infinite graph, the set of components out of a finite set is nonempty.

        Equations
        • =
        def SimpleGraph.ComponentCompl.lift {V : Type u} {G : SimpleGraph V} {K : Set V} {β : Sort u_1} (f : v : V⦄ → vKβ) (h : ∀ ⦃v w : V⦄ (hv : vK) (hw : wK), G.Adj v wf hv = f hw) :

        A ComponentCompl specialization of Quot.lift, where soundness has to be proved only for adjacent vertices.

        Equations
        Instances For
          theorem SimpleGraph.ComponentCompl.ind {V : Type u} {G : SimpleGraph V} {K : Set V} {β : SimpleGraph.ComponentCompl G KProp} (f : ∀ ⦃v : V⦄ (hv : vK), β (SimpleGraph.componentComplMk G hv)) (C : SimpleGraph.ComponentCompl G K) :
          β C
          @[reducible]

          The induced graph on the vertices C.

          Equations
          Instances For
            theorem SimpleGraph.ComponentCompl.exists_eq_mk {V : Type u} {G : SimpleGraph V} {K : Set V} (C : SimpleGraph.ComponentCompl G K) :
            ∃ (v : V) (h : vK), SimpleGraph.componentComplMk G h = C
            theorem SimpleGraph.ComponentCompl.not_mem_of_mem {V : Type u} {G : SimpleGraph V} {K : Set V} {C : SimpleGraph.ComponentCompl G K} {c : V} (cC : c C) :
            cK
            theorem SimpleGraph.ComponentCompl.mem_of_adj {V : Type u} {G : SimpleGraph V} {K : Set V} {C : SimpleGraph.ComponentCompl G K} (c : V) (d : V) :
            c CdKG.Adj c dd C

            Any vertex adjacent to a vertex of C and not lying in K must lie in C.

            theorem SimpleGraph.ComponentCompl.exists_adj_boundary_pair {V : Type u} {G : SimpleGraph V} {K : Set V} (Gc : SimpleGraph.Preconnected G) (hK : Set.Nonempty K) (C : SimpleGraph.ComponentCompl G K) :
            ∃ (ck : V × V), ck.1 C ck.2 K G.Adj ck.1 ck.2

            Assuming G is preconnected and K not empty, given any connected component C outside of K, there exists a vertex k ∈ K adjacent to a vertex v ∈ C.

            @[reducible]

            If K ⊆ L, the components outside of L are all contained in a single component outside of K.

            Equations
            Instances For
              theorem SimpleGraph.componentComplMk_mem_hom {V : Type u} {K : Set V} {L : Set V} (G : SimpleGraph V) {v : V} (vK : vK) (h : L K) :
              theorem SimpleGraph.ComponentCompl.hom_mk {V : Type u} {G : SimpleGraph V} {K : Set V} {L : Set V} {v : V} (vnL : vL) (h : K L) :

              The functor assigning, to a finite set in V, the set of connected components in its complement.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For
                def SimpleGraph.end {V : Type u} (G : SimpleGraph V) :

                The end of a graph, defined as the sections of the functor component_compl_functor .

                Equations
                Instances For
                  theorem SimpleGraph.end_hom_mk_of_mk {V : Type u} (G : SimpleGraph V) {s : (j : (Finset V)ᵒᵖ) → (SimpleGraph.componentComplFunctor G).obj j} (sec : s SimpleGraph.end G) {K : (Finset V)ᵒᵖ} {L : (Finset V)ᵒᵖ} (h : L K) {v : V} (vnL : vL.unop) (hs : s L = SimpleGraph.componentComplMk G vnL) :