Documentation

Mathlib.CategoryTheory.MarkovCategory.Basic

Markov Categories #

Copy-discard categories where deletion is natural for all morphisms.

Main definitions #

Main results #

Implementation notes #

Natural discard forces probabilistic interpretation: morphisms preserve normalization. The unit being terminal follows from naturality of discard.

The key property discard_natural : f ≫ ε[Y] = ε[X] means discard "erases" any preceding morphism, a distinguishing feature of Markov categories in categorical probability.

References #

Tags #

Markov category, probability, categorical probability

Copy-discard category where discard is natural.

Instances