Theorems · Definition · category theory
HomotopicalAlgebra.AttachCells.reindexCellTypes
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
{α : Type t} →
{A B : α → C} →
{g : (a : α) → A a ⟶ B a} →
{X₁ X₂ : C} →
{f : X₁ ⟶ X₂} →
HomotopicalAlgebra.AttachCells g f →
{α' : Type t'} →
{A' B' : α' → C} →
(g' : (i' : α') → A' i' ⟶ B' i') →
(a : α → α') →
((i : α) → CategoryTheory.Arrow.mk (g i) ≅ CategoryTheory.Arrow.mk (g' (a i))) →
HomotopicalAlgebra.AttachCells g' fIf a family of maps g is contained in another family g' (up to isomorphisms),
if f : X₁ ⟶ X₂ is a morphism, and X₂ is obtained from X₁ by attaching cells
of the form g, then it is also obtained by attaching cells of the form g'.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites34
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objproof · cited by 19,642
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.Functor.mapproof · cited by 8,698
- CategoryTheory.Iso.invproof · cited by 6,514
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Discreteproof · cited by 2,447
- CategoryTheory.Limits.Cocone.ptproof · cited by 1,354
- CategoryTheory.Iso.reflproof · cited by 727
- CategoryTheory.Arrowstatement · cited by 713
- CategoryTheory.Discrete.functorproof · cited by 633
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.