Documentation

Mathlib.CategoryTheory.CopyDiscardCategory.Basic

Copy-Discard Categories #

Symmetric monoidal categories where every object has a commutative comonoid structure compatible with tensor products.

Main definitions #

Notations #

Implementation notes #

We use ComonObj instances to provide the comonoid structure. The key axioms ensure tensor products respect the comonoid structure.

References #

Tags #

copy-discard, comonoid, symmetric monoidal

Category where objects have compatible copy and discard operations.

Instances