Theorems · Theorem · category theory
HomotopicalAlgebra.RelativeCellComplex.Cells.mk.inj
∀ {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}
{c : HomotopicalAlgebra.RelativeCellComplex basicCell f} {j : J} {hj : ¬IsMax j} {k : (c.attachCells j hj).ι}
{j_1 : J} {hj_1 : ¬IsMax j_1} {k_1 : (c.attachCells j_1 hj_1).ι},
{ j := j, hj := hj, k := k } = { j := j_1, hj := hj_1, k := k_1 } → j = j_1 ∧ k ≍ k_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 26 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.objstatement · cited by 19,642
- CategoryTheory.Functor.mapstatement · cited by 8,698
- LinearOrderstatement and proof · cited by 8,572
- OrderBotstatement and proof · cited by 1,055
- Order.succstatement · cited by 633
- SuccOrderstatement and proof · cited by 574
- CategoryTheory.homOfLEstatement · cited by 554
- WellFoundedLTstatement and proof · cited by 491
- IsMaxstatement and proof · cited by 372
- Order.le_succstatement · cited by 96
Cited by1
Results whose statement or proof uses this declaration.
- HomotopicalAlgebra.RelativeCellComplex.Cells.mk.injEqproof · cited by 0