Mathlib Map

Theorems · Definition · category theory

CategoryTheory.LaxFunctor.comp

{B : Type u₁} →
  [inst : CategoryTheory.Bicategory B] →
    {C : Type u₂} →
      [inst_1 : CategoryTheory.Bicategory C] →
        {D : Type u₃} →
          [inst_2 : CategoryTheory.Bicategory D] →
            CategoryTheory.LaxFunctor B C → CategoryTheory.LaxFunctor C D → CategoryTheory.LaxFunctor B D

Composition of lax functors.

Defined in
Mathlib.CategoryTheory.Bicategory.Functor.Lax
Cited by
3 results in Mathlib
Foundations
Depth 12 from the axioms · uses propext, Quot.sound
Assumes
CategoryTheory.BicategoryCategoryTheory.BicategoryCategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by4

Results whose statement or proof uses this declaration.