Documentation

Mathlib.CategoryTheory.Enriched.EnrichedCat

The bicategory of V-enriched categories #

We define the bicategory EnrichedCat V of (bundled) V-enriched categories for a fixed monoidal category V.

Future work #

def CategoryTheory.EnrichedCat (V : Type v) [Category.{w, v} V] [MonoidalCategory V] :
Type (max (u + 1) (max u v) w)

Category of V-enriched categories for a monoidal category V.

Instances For
    @[implicit_reducible]

    Construct a bundled EnrichedCat from the underlying type and the typeclass.

    Instances For

      Whisker a V-enriched natural transformation on the left.

      Instances For
        @[simp]

        Whisker a V-enriched natural transformation on the right.

        Instances For

          Composing the V-enriched identity functor with any functor is isomorphic to that functor.

          Instances For

            Composing any V-enriched functor with the identity functor is isomorphic to the former functor.

            Instances For

              Composition of V-enriched functors is associative up to isomorphism.

              Instances For
                @[implicit_reducible]

                The bicategory structure on EnrichedCat V for a monoidal category V.