Documentation

Mathlib.CategoryTheory.CopyDiscardCategory.Deterministic

Deterministic Morphisms in Copy-Discard Categories #

Morphisms that preserve the copy operation perfectly.

A morphism f : X → Y is deterministic if copying then applying f to both copies equals applying f then copying: f ≫ Δ[Y] = Δ[X] ≫ (f ⊗ f).

In probabilistic settings, these are morphisms without randomness. In cartesian categories, all morphisms are deterministic.

Main definitions #

Main results #

Tags #

deterministic, copy-discard category, comonoid morphism

@[reducible, inline]

A morphism is deterministic if it preserves the comonoid structure.

In probabilistic contexts, these are morphisms without randomness.

Equations
Instances For