mathlib3 documentation

category_theory.functor.hom

THIS FILE IS SYNCHRONIZED WITH MATHLIB4. Any changes to this file require a corresponding PR to mathlib4.

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