Theorems · Definition · category theory
CategoryTheory.Bicategory.precomposing
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
(a b c : B) → CategoryTheory.Functor (a ⟶ b) (CategoryTheory.Functor (b ⟶ c) (a ⟶ c))Precomposition of a 1-morphism as a functor from the category of 1-morphisms a ⟶ b into the
category of functors (b ⟶ c) ⥤ (a ⟶ c).
- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 11 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites5
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
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightproof · cited by 531
- CategoryTheory.Bicategory.precompproof · cited by 40
Cited by15
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.precomposingCatproof · cited by 24
- CategoryTheory.Bicategory.leftUnitorNatIsostatement · cited by 2
- CategoryTheory.Bicategory.associatorNatIsoMiddlestatement · cited by 2
- CategoryTheory.Bicategory.associatorNatIsoRightstatement · cited by 2
- CategoryTheory.Bicategory.leftUnitorNatIso_hom_appstatement · cited by 0
- CategoryTheory.Bicategory.leftUnitorNatIso_inv_appstatement · cited by 0
- CategoryTheory.Bicategory.associatorNatIsoMiddle_hom_appstatement · cited by 0
- CategoryTheory.Bicategory.associatorNatIsoMiddle_inv_appstatement · cited by 0
- CategoryTheory.Bicategory.associatorNatIsoRight_hom_appstatement · cited by 0
- CategoryTheory.Bicategory.associatorNatIsoRight_inv_appstatement · cited by 0