Theorems · Definition · category theory
CategoryTheory.FreeBicategory.Hom.casesOn
{B : Type u} →
[inst : Quiver B] →
{motive : (a a_1 : B) → CategoryTheory.FreeBicategory.Hom a a_1 → Sort u_1} →
{a a_1 : B} →
(t : CategoryTheory.FreeBicategory.Hom a a_1) →
({a b : B} → (f : a ⟶ b) → motive a b (CategoryTheory.FreeBicategory.Hom.of f)) →
((a : B) → motive a a (CategoryTheory.FreeBicategory.Hom.id a)) →
({a b c : B} →
(f : CategoryTheory.FreeBicategory.Hom a b) →
(g : CategoryTheory.FreeBicategory.Hom b c) → motive a c (f.comp g)) →
motive a a_1 t- Defined in
- Mathlib.CategoryTheory.Bicategory.Free
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 4 from the axioms · uses no axioms
- Assumes
- Quiver
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
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
- Quiverstatement and proof · cited by 405
- CategoryTheory.FreeBicategory.Homstatement and proof · cited by 20
Cited by5
Results whose statement or proof uses this declaration.
- CategoryTheory.FreeBicategory.Hom.brecOn.eqproof · cited by 3
- CategoryTheory.FreeBicategory.Hom.ctorElimproof · cited by 0
- CategoryTheory.FreeBicategory.Hom.ctorIdxproof · cited by 0
- CategoryTheory.FreeBicategory.Hom.noConfusionproof · cited by 0
- CategoryTheory.FreeBicategory.Hom.noConfusionTypeproof · cited by 0