Theorems · Definition · algebraic topology
CategoryTheory.SimplicialObject.Split.Hom.mk.noConfusion
{C : Type u_1} →
{inst : CategoryTheory.Category.{v_1, u_1} C} →
{S₁ S₂ : CategoryTheory.SimplicialObject.Split C} →
{P : Sort u} →
{F : S₁.X ⟶ S₂.X} →
{f : (n : ℕ) → S₁.s.N n ⟶ S₂.s.N n} →
{comm :
autoParam
(∀ (n : ℕ),
CategoryTheory.CategoryStruct.comp (S₁.s.ι n) (F.app (Opposite.op { len := n })) =
CategoryTheory.CategoryStruct.comp (f n) (S₂.s.ι n))
CategoryTheory.SimplicialObject.Split.Hom.comm._autoParam} →
{F' : S₁.X ⟶ S₂.X} →
{f' : (n : ℕ) → S₁.s.N n ⟶ S₂.s.N n} →
{comm' :
autoParam
(∀ (n : ℕ),
CategoryTheory.CategoryStruct.comp (S₁.s.ι n) (F'.app (Opposite.op { len := n })) =
CategoryTheory.CategoryStruct.comp (f' n) (S₂.s.ι n))
CategoryTheory.SimplicialObject.Split.Hom.comm._autoParam} →
{ F := F, f := f, comm := comm } = { F := F', f := f', comm := comm' } → (F ≍ F' → f ≍ f' → P) → P- Cited by
- 1 results in Mathlib
- Foundations
- Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.CategoryStruct.compstatement and proof · cited by 17,999
- Oppositestatement · cited by 8,081
- CategoryTheory.NatTrans.appstatement and proof · cited by 7,406
- SimplexCategorystatement · cited by 2,204
- CategoryTheory.SimplicialObjectstatement · cited by 548
- CategoryTheory.SimplicialObject.Splitting.Nstatement and proof · cited by 81
- CategoryTheory.SimplicialObject.Splitstatement and proof · cited by 37
- CategoryTheory.SimplicialObject.Split.Xstatement and proof · cited by 30
- CategoryTheory.SimplicialObject.Split.sstatement and proof · cited by 26
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.SimplicialObject.Split.Hom.mk.injproof · cited by 1