Documentation

Mathlib.CategoryTheory.Monoidal.Functor.Types

Convert from Applicative to CategoryTheory.Functor.LaxMonoidal #

This allows us to use Lean's Type-based applicative functors in category theory.

@[implicit_reducible]

A lawful Applicative gives a category theory LaxMonoidal functor between categories of types.

Equations
  • One or more equations did not get rendered due to their size.
@[simp]
theorem CategoryTheory.μ_def (F : Type u_1 → Type u_2) [Applicative F] [LawfulApplicative F] (x✝ x✝¹ : Type u_1) :