Theorems · Definition · algebraic topology
SSet.horn.IsCompatible.lift
{X : SSet} →
{n : ℕ} →
{i : Fin (n + 2)} →
{f : (j : Fin (n + 2)) → j ≠ i → (SSet.stdSimplex.obj { len := n } ⟶ X)} →
SSet.horn.IsCompatible f →
{Y : SSet} →
(p : X ⟶ Y) →
[HomotopicalAlgebra.Fibration p] →
(b : SSet.stdSimplex.obj { len := n + 1 } ⟶ Y) →
(∀ (j : Fin (n + 2)) (hj : j ≠ i),
CategoryTheory.CategoryStruct.comp (f j hj) p =
CategoryTheory.CategoryStruct.comp (SSet.stdSimplex.δ j) b) →
(SSet.stdSimplex.obj { len := n + 1 } ⟶ X)If f : ∀ (j : Fin (n + 2)) (_ : j ≠ i), Δ[n] ⟶ X is a compatible family
of morphisms (which defines a morphism Λ[n + 1, i] ⟶ X), p : X ⟶ Y a Kan fibration
and b : Δ[n + 1] ⟶ Y such that for all j ≠ i, f j _ ≫ p = stdSimplex.δ j ≫ b,
then this is a lifting Δ[n + 1] ⟶ X.
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- HomotopicalAlgebra.Fibration
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites11
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- Oppositestatement · cited by 8,081
- SimplexCategorystatement · cited by 2,204
- SSetstatement and proof · cited by 1,283
- SSet.stdSimplexstatement and proof · cited by 499
- CategoryTheory.CosimplicialObject.δstatement and proof · cited by 129
- HomotopicalAlgebra.Fibrationstatement and proof · cited by 32
- SSet.horn.IsCompatiblestatement and proof · cited by 20
- SSet.horn.IsCompatible.exists_liftproof · cited by 3
Cited by5
Results whose statement or proof uses this declaration.
- SSet.horn.IsCompatible.lift_compstatement · cited by 1
- SSet.horn.IsCompatible.δ_liftstatement · cited by 1
- SSet.horn.IsCompatible.lift_comp_assocstatement and proof · cited by 0
- SSet.horn.IsCompatible.δ_lift_assocstatement and proof · cited by 0
- SSet.horn.IsCompatible.lift.congr_simpstatement and proof · cited by 0