Documentation

Mathlib.Topology.CWComplex.Classical.Graph

1-skeletons of CW complexes as graphs #

In this file we define the 1-skeleton of a CW complex as a graph.

Main definitions #

The 1-skeleton of a CW complex as a graph.

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    theorem Topology.CWComplex.OneSkeletonGraph.exists_isLoopAt_iff {X : Type u_1} [TopologicalSpace X] {C : Set X} [CWComplex C] (e : cell C 1) :
    (∃ (x : cell C 0), (OneSkeletonGraph C).IsLoopAt e x) ∃ (x : cell C 0), cellFrontier 1 e = closedCell 0 x
    @[simp]
    theorem Topology.CWComplex.OneSkeletonGraph.adj_iff {X : Type u_1} [TopologicalSpace X] {C : Set X} [CWComplex C] (x y : cell C 0) :
    (OneSkeletonGraph C).Adj x y ∃ (e : cell C 1), cellFrontier 1 e = closedCell 0 x closedCell 0 y