Documentation

Mathlib.CategoryTheory.Monoidal.Limits.Preserves

Miscellany about preservations of (co)limits in monoidal categories #

This file records some PreservesColimits instance on tensors products on monoidal categories.

When C is braided and tensorLeft c preserves a colimit, then so does tensorRight k.

When C is braided and tensorRight c preserves a colimit, then so does tensorLeft k. We are not making this an instance to avoid an instance loop with preservesColimit_of_braided_and_preservesColimit_tensor_left.

When C is braided and tensorLeft c preserves a limit, then so does tensorRight k.

When C is braided and tensorRight c preserves a limit, then so does tensorLeft k. We are not making this an instance to avoid an instance loop with preservesLimit_of_braided_and_preservesLimit_tensor_left.