Documentation

Mathlib.CategoryTheory.MarkovCategory.Positive

Positive Categories #

Markov categories where deletion is natural for all morphisms.

Main definitions #

Main results #

Implementation notes #

The key property copy_comp_natural : f ≫ Δ ≫ (g ⊗ₘ 𝟙 Y) = Δ ≫ (f ≫ g ⊗ₘ f), given Deterministic (f ≫ g), means that after processing f, copying and then processing g is the same as copying and processing f and g independently. The probabilistic interpretation is that given a deterministic process that has a stochastic intermediate result, the same distribution over both results can be obtained by computing the intermediate result independently of the deterministic process.

References #

Markov category where copy is natural given deterministic composition of morphisms.

Instances