Mathlib Map

Theorems · Inductive type · category theory

HomotopicalAlgebra.RelativeCellComplex

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w'} →
      [inst_1 : LinearOrder J] →
        [OrderBot J] →
          [SuccOrder J] →
            [WellFoundedLT J] →
              {α : J → Type t} →
                {A B : (j : J) → α j → C} →
                  ((j : J) → (i : α j) → A j i ⟶ B j i) →
                    {X Y : C} → (X ⟶ Y) → Type (max (max (max (max t u) v) (w + 1)) w')

Let J be a well-ordered type. Assume that for each j : J, we have a family basicCell j of morphisms. A relative cell complex is a morphism f : X ⟶ Y which is a transfinite composition of morphisms in such a way that at the step j : J, we attach cells in the family basicCell j.

Defined in
Mathlib.AlgebraicTopology.RelativeCellComplex.Basic
Cited by
12 results in Mathlib
Foundations
Depth 17 from the axioms · uses propext
Assumes
CategoryTheory.CategoryLinearOrderOrderBotSuccOrderWellFoundedLT

Around this declaration

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

HomotopicalAlgebra.RelativeCellComplex.toTransfiniteCompositionOfShape · cited by 17RelativeCellComplex.toTra…HomotopicalAlgebra.RelativeCellComplex.attachCells · cited by 15RelativeCellComplex.attac…SSet.relativeCellComplexOfMono · cited by 14SSet.relativeCellComplexO…HomotopicalAlgebra.RelativeCellComplex.Cells · cited by 10RelativeCellComplex.CellsHomotopicalAlgebra.RelativeCellComplex.Cells.j · cited by 6Cells.jCategoryTheory.SmallObject.relativeCellComplexιObj · cited by 4SmallObject.relativeCellC…SSet.relativeCellComplex · cited by 3SSet.relativeCellComplexHomotopicalAlgebra.RelativeCellComplex.transfiniteCompositionOfShape · cited by 2RelativeCellComplex.trans…HomotopicalAlgebra.RelativeCellComplex.transfiniteCompositionOfShape' · cited by 2RelativeCellComplex.trans…HomotopicalAlgebra.RelativeCellComplex.Cells.i · cited by 2Cells.iHomotopicalAlgebra.RelativeCellComplex.Cells.k · cited by 2Cells.kSSet.Subcomplex.Pairing.RankFunction.relativeCellComplex · cited by 2RankFunction.relativeCell…HomotopicalAlgebra.RelativeCellComplex.Cells.hj · cited by 1Cells.hjHomotopicalAlgebra.RelativeCellComplex.Cells.mk.inj · cited by 1mk.injHomotopicalAlgebra.RelativeCellComplex.Cells.mk.noConfusion · cited by 1mk.noConfusionCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomLinearOrder · cited by 8572LinearOrderOrderBot · cited by 1055OrderBotSuccOrder · cited by 574SuccOrderWellFoundedLT · cited by 491WellFoundedLTHomotopicalAlgebra.RelativeCe…CITED BYCITES

Cites6

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

Cited by40

Results whose statement or proof uses this declaration.