Built with Alectryon. Bubbles () indicate interactive fragments: hover for details, tap to reveal contents. Use Ctrl+↑Ctrl+↓ to navigate, Ctrl+🖱️ to focus. On Mac, use ⌘ instead of Ctrl.
(** * Laws about an exponential of a product and a product of exponentials *)Require Import Category.Core Functor.Core.Require Import Functor.Prod.Require Import Functor.Paths.Require Import Functor.Identity Functor.Composition.Core.Require Import ExponentialLaws.Law3.Functors.Require Import Types.Prod ExponentialLaws.Tactics.Set Implicit Arguments.Generalizable All Variables.LocalOpen Scope functor_scope.(** ** [(y × z)ⁿ ≅ yⁿ × zⁿ] *)SectionLaw3.Context `{Funext}.VariablesC1C2D : PreCategory.
H: Funext C1, C2, D: PreCategory c: Functor D C1 * Functor D C2
(fst o (Overture.fst c * Overture.snd c),
snd o (Overture.fst c * Overture.snd c))%core = c
H: Funext C1, C2, D: PreCategory c: Functor D C1 * Functor D C2
(fst o (Overture.fst c * Overture.snd c),
snd o (Overture.fst c * Overture.snd c))%core = c