Theorems · Theorem · algebraic topology
CategoryTheory.SimplicialObject.Split.Hom.mk.inj
∀ {C : Type u_1} {inst : CategoryTheory.Category.{v_1, u_1} C} {S₁ S₂ : CategoryTheory.SimplicialObject.Split C}
{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_1 : S₁.X ⟶ S₂.X} {f_1 : (n : ℕ) → S₁.s.N n ⟶ S₂.s.N n}
{comm_1 :
autoParam
(∀ (n : ℕ),
CategoryTheory.CategoryStruct.comp (S₁.s.ι n) (F_1.app (Opposite.op { len := n })) =
CategoryTheory.CategoryStruct.comp (f_1 n) (S₂.s.ι n))
CategoryTheory.SimplicialObject.Split.Hom.comm._autoParam},
{ F := F, f := f, comm := comm } = { F := F_1, f := f_1, comm := comm_1 } → F = F_1 ∧ f = f_1- Cited by
- 1 results in Mathlib
- Foundations
- Depth 40 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.injEqproof · cited by 1