Mathlib Map

Theorems · Definition · category theory

HomotopicalAlgebra.RelativeCellComplex.attachCells

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    {J : Type w'} →
      [inst_1 : LinearOrder J] →
        [inst_2 : OrderBot J] →
          [inst_3 : SuccOrder J] →
            [inst_4 : WellFoundedLT J] →
              {α : J → Type t} →
                {A B : (j : J) → α j → C} →
                  {basicCell : (j : J) → (i : α j) → A j i ⟶ B j i} →
                    {X Y : C} →
                      {f : X ⟶ Y} →
                        (self : HomotopicalAlgebra.RelativeCellComplex basicCell f) →
                          (j : J) →
                            ¬IsMax j →
                              HomotopicalAlgebra.AttachCells (basicCell j) (self.F.map (CategoryTheory.homOfLE ⋯))

If j is not the maximum element, F.obj (Order.succ j) is obtained from F.obj j by attaching cells in the family of morphisms basicCell j.

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

Around this declaration

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

SSet.Subcomplex.Pairing.anodyneExtensions · cited by 2Pairing.anodyneExtensionsSSet.Subcomplex.Pairing.innerAnodyneExtensions · cited by 2Pairing.innerAnodyneExten…HomotopicalAlgebra.RelativeCellComplex.Cells.i · cited by 2Cells.iHomotopicalAlgebra.RelativeCellComplex.Cells.k · cited by 2Cells.kHomotopicalAlgebra.RelativeCellComplex.Cells.mk.inj · cited by 1mk.injHomotopicalAlgebra.RelativeCellComplex.Cells.mk.noConfusion · cited by 1mk.noConfusionHomotopicalAlgebra.RelativeCellComplex.Cells.ι · cited by 1Cells.ιSSet.relativeCellComplexOfMono_attachCells_cofan₁ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_cofan₂ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_g₁ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_g₂ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_isColimit₁ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_isColimit₂ · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_m · cited by 0SSet.relativeCellComplexO…SSet.relativeCellComplexOfMono_attachCells_ι · cited by 0SSet.relativeCellComplexO…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor.map · cited by 8698Functor.mapLinearOrder · cited by 8572LinearOrderOrderBot · cited by 1055OrderBotOrder.succ · cited by 633Order.succSuccOrder · cited by 574SuccOrderCategoryTheory.homOfLE · cited by 554CategoryTheory.homOfLEWellFoundedLT · cited by 491WellFoundedLTIsMax · cited by 372IsMaxOrder.le_succ · cited by 96Order.le_succCategoryTheory.TransfiniteCompositionOfShape.F · cited by 47TransfiniteCompositionOfS…HomotopicalAlgebra.AttachCells · cited by 32HomotopicalAlgebra.Attach…HomotopicalAlgebra.RelativeCellComplex.toTransfiniteCompositionOfShape · cited by 17RelativeCellComplex.toTra…RelativeCellComplex.attachCel…CITED BYCITES

Cites16

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

Cited by23

Results whose statement or proof uses this declaration.