Mathlib Map

Theorems · Definition · algebraic topology

Topology.RelCWComplex.skeletonLT

{X : Type u_1} →
  [t : TopologicalSpace X] →
    [T2Space X] →
      (C : Set X) → {D : Set X} → [inst : Topology.RelCWComplex C D] → ℕ∞ → Topology.RelCWComplex.Subcomplex C

A non-standard definition of the n-skeleton of a CW complex for n ∈ ℕ ∪ {∞}. This allows the base case of induction to be about the base instead of being about the union of the base and some points. The standard skeleton is defined in terms of skeletonLT. skeletonLT is preferred in statements. You should then derive the statement about skeleton.

Defined in
Mathlib.Topology.CWComplex.Classical.Basic
Cited by
34 results in Mathlib
Foundations
Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
TopologicalSpaceT2SpaceTopology.RelCWComplex

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Topology.RelCWComplex.skeleton · cited by 28RelCWComplex.skeletonTopology.RelCWComplex.coe_skeletonLT · cited by 8RelCWComplex.coe_skeleton…Topology.RelCWComplex.skeletonLT_mono · cited by 4RelCWComplex.skeletonLT_m…Topology.RelCWComplex.disjoint_skeletonLT_openCell · cited by 4RelCWComplex.disjoint_ske…Topology.RelCWComplex.cellFrontier_subset_skeletonLT · cited by 3RelCWComplex.cellFrontier…Topology.RelCWComplex.closedCell_subset_skeletonLT · cited by 3RelCWComplex.closedCell_s…Topology.RelCWComplex.skeletonLT_inter_closedCell_eq_skeletonLT_inter_cellFrontier · cited by 2RelCWComplex.skeletonLT_i…Topology.RelCWComplex.skeletonLT_top · cited by 2RelCWComplex.skeletonLT_t…Topology.RelCWComplex.skeletonLT_union_iUnion_closedCell_eq_skeletonLT_succ · cited by 2RelCWComplex.skeletonLT_u…Topology.RelCWComplex.iUnion_cellFrontier_subset_skeletonLT · cited by 2RelCWComplex.iUnion_cellF…Topology.RelCWComplex.iUnion_openCell_eq_skeletonLT · cited by 2RelCWComplex.iUnion_openC…Topology.RelCWComplex.openCell_subset_skeletonLT · cited by 2RelCWComplex.openCell_sub…Topology.RelCWComplex.skeletonLT_I · cited by 1RelCWComplex.skeletonLT_ITopology.RelCWComplex.skeletonLT_monotone · cited by 1RelCWComplex.skeletonLT_m…Topology.RelCWComplex.skeletonLT_zero_eq_base · cited by 1RelCWComplex.skeletonLT_z…Set · cited by 53352SetTopologicalSpace · cited by 24529TopologicalSpaceSet.ofPred · cited by 6101Set.ofPredENat · cited by 4985ENatSet.iUnion · cited by 2483Set.iUnionT2Space · cited by 1351T2SpaceTopology.RelCWComplex · cited by 195Topology.RelCWComplexTopology.RelCWComplex.cell · cited by 194RelCWComplex.cellTopology.RelCWComplex.Subcomplex · cited by 110RelCWComplex.SubcomplexTopology.RelCWComplex.closedCell · cited by 70RelCWComplex.closedCellTopology.RelCWComplex.Subcomplex.mk' · cited by 2Subcomplex.mk'RelCWComplex.skeletonLTCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by35

Results whose statement or proof uses this declaration.