Disintegration of kernels in finite spaces #
We can write κ : Kernel S (T × U) as a composition-product (fst κ) ⊗ₖ (condKernel κ)
where
fst κ : Kernel S T and condKernel : Kernel (S × T) U is defined in this file.
The analogue of FiniteSupport for probability kernels.
Equations
- κ.FiniteKernelSupport = ∀ (t : T), ∃ (A : Finset S), (κ t) (↑A)ᶜ = 0
Instances For
A kernel κ has almost everywhere finite support wrt a measure μ if, for almost
every
point t, then κ t has finite support. Note that we don't require any uniformity wrt
t.
Instances For
Build an everywhere finite-support representative from an almost-everywhere one.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Finite kernel support locally implies uniform finite kernel support.
Finite range implies finite kernel support.
Deterministic kernels have finite kernel support.
maps preserve finite kernel support.
comaps preserve finite kernel support.
Projecting a kernel to first coordinate preserves finite kernel support.
Projecting a kernel to second coordinate preserves finite kernel support.
Conditioning a kernel preserves finite kernel support.
Swapping a kernel right preserves finite kernel support.
Products preserve finite kernel support.
Composition-product preserves finite kernel support
prodMkRight preserves finite kernel support.
prodMkLeft preserves finite kernel support.