Theorems · Definition · category theory
CategoryTheory.FreeGroupoid.homRel.recOn
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C]
{motive : ⦃X Y : Quiver.FreeGroupoid C⦄ → (a a_1 : X ⟶ Y) → CategoryTheory.FreeGroupoid.homRel C a a_1 → Prop}
⦃X Y : Quiver.FreeGroupoid C⦄ {a a_1 : X ⟶ Y} (t : CategoryTheory.FreeGroupoid.homRel C a a_1),
(∀ (X : C),
motive ((Quiver.FreeGroupoid.of C).map (CategoryTheory.CategoryStruct.id X))
(CategoryTheory.CategoryStruct.id ((Quiver.FreeGroupoid.of C).obj X)) ⋯) →
(∀ {X Y Z : C} (f : X ⟶ Y) (g : Y ⟶ Z),
motive ((Quiver.FreeGroupoid.of C).map (CategoryTheory.CategoryStruct.comp f g))
(CategoryTheory.CategoryStruct.comp ((Quiver.FreeGroupoid.of C).map f) ((Quiver.FreeGroupoid.of C).map g))
⋯) →
motive a a_1 t- Cited by
- 0 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Quot.sound
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- Prefunctor.objstatement and proof · cited by 1,241
- Prefunctor.mapstatement and proof · cited by 952
- Quiver.FreeGroupoidstatement and proof · cited by 8
- Quiver.FreeGroupoid.ofstatement and proof · cited by 7
- CategoryTheory.FreeGroupoid.homRelstatement and proof · cited by 3
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.