Recording what needs to be done as I don't have time to work on it for a few days. If someone wants to pick this up I wouldn't mind.
Currently this is in Cubical.Categories.Constructions.BinProduct.AsLeftAdjoint.
The medium term goal of these changes is to get a better definition of the exponential functor. To do that we need to
See if this gives us the "most natural" definition of the functorial action of exponentials.
I think (1) can be implemented already with what I've defined. For (2) I think we will need something like the following:
Define an associativity AssocBif : Bifunctor (C ×C D) D' E →Bifunctor C (D ×C D') E of bifunctors with respect to the alt binary product
Probably define a functor showing ^op commutes with the alt bin product. This is sort of definitional for the ordinary bin product but not at all for this alt one.
Also what's a better name for it? I called it AsLeftAdjoint but I think that doesn't really capture it anymore.
Recording what needs to be done as I don't have time to work on it for a few days. If someone wants to pick this up I wouldn't mind. Currently this is in
Cubical.Categories.Constructions.BinProduct.AsLeftAdjoint
.The medium term goal of these changes is to get a better definition of the exponential functor. To do that we need to
I think (1) can be implemented already with what I've defined. For (2) I think we will need something like the following:
AssocBif : Bifunctor (C ×C D) D' E →Bifunctor C (D ×C D') E
of bifunctors with respect to the alt binary product^op
commutes with the alt bin product. This is sort of definitional for the ordinary bin product but not at all for this alt one.Also what's a better name for it? I called it AsLeftAdjoint but I think that doesn't really capture it anymore.