Theorems · Definition · category theory
SSet.Truncated.liftOfStrictSegal.naturalityProperty
{X Y : SSet.Truncated 2} →
(f₀ :
X.obj (Opposite.op { obj := { len := 0 }, property := _proof_11✝ }) →
Y.obj (Opposite.op { obj := { len := 0 }, property := _proof_11✝ })) →
(f₁ :
X.obj (Opposite.op { obj := { len := 1 }, property := _proof_12✝ }) →
Y.obj (Opposite.op { obj := { len := 1 }, property := _proof_12✝ })) →
(∀ (x : X.obj (Opposite.op { obj := { len := 1 }, property := _proof_12✝ })),
f₀
((CategoryTheory.ConcreteCategory.hom (X.map (SimplexCategory.Truncated.δ₂ 1 _proof_11✝ _proof_13✝).op))
x) =
(CategoryTheory.ConcreteCategory.hom (Y.map (SimplexCategory.Truncated.δ₂ 1 _proof_11✝ _proof_13✝).op))
(f₁ x)) →
(∀ (x : X.obj (Opposite.op { obj := { len := 1 }, property := _proof_12✝ })),
f₀
((CategoryTheory.ConcreteCategory.hom (X.map (SimplexCategory.Truncated.δ₂ 0 _proof_11✝ _proof_13✝).op))
x) =
(CategoryTheory.ConcreteCategory.hom (Y.map (SimplexCategory.Truncated.δ₂ 0 _proof_11✝ _proof_13✝).op))
(f₁ x)) →
Y.StrictSegal → CategoryTheory.MorphismProperty (SimplexCategory.Truncated 2)The property of morphisms in SimplexCategory.Truncated 2 for
which liftOfStrictSegal.app is natural.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 65 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- CategoryTheory.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Oppositestatement · cited by 8,081
- CategoryTheory.ConcreteCategory.homstatement and proof · cited by 4,022
- SimplexCategorystatement · cited by 2,204
- CategoryTheory.MorphismPropertystatement · cited by 2,179
- Quiver.Hom.opstatement and proof · cited by 1,948
- TypeCat.Funstatement · cited by 1,307
- CategoryTheory.ObjectProperty.FullSubcategorystatement · cited by 726
- SimplexCategory.lenstatement · cited by 542
- SimplexCategory.Truncatedstatement · cited by 236
Cited by1
Results whose statement or proof uses this declaration.
- SSet.Truncated.liftOfStrictSegal.naturalityProperty_eq_topstatement and proof · cited by 0