Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Bicategory.InducedBicategory.Hom

{B : Type u_1} →
  {C : Type u_2} →
    [CategoryTheory.Bicategory C] →
      {F : B → C} →
        CategoryTheory.Bicategory.InducedBicategory C F → CategoryTheory.Bicategory.InducedBicategory C F → Type u_4

InducedBicategory.Hom X Y is a type-alias for morphisms between X Y : B viewed as objects of B with the induced bicategory structure. This is given a CategoryStruct instance below, where the identity and composition is induced from C.

Defined in
Mathlib.CategoryTheory.Bicategory.InducedBicategory
Cited by
5 results in Mathlib
Foundations
Depth 1 from the axioms · uses no axioms
Assumes
CategoryTheory.Bicategory

Around this declaration

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

Cites2

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

Cited by11

Results whose statement or proof uses this declaration.