Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.InducedBicategory.mkHom

{B : Type u_1} →
  {C : Type u_2} →
    [inst : CategoryTheory.Bicategory C] →
      {F : B → C} → {X Y : CategoryTheory.Bicategory.InducedBicategory C F} → (F X ⟶ F Y) → (X ⟶ Y)

Synonym for Hom.mk which makes unification easier.

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

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.

Cited by4

Results whose statement or proof uses this declaration.