mathlib documentation

category_theory.​hom_functor

category_theory.​hom_functor

The hom functor, sending (X, Y) to the type X ⟶ Y.

functor.hom is the hom-pairing, sending (X,Y) to X → Y, contravariant in X and covariant in Y.

Equations