Theorems · Theorem · probability
ProbabilityTheory.posterior_comp
∀ {Ω : Type u_1} {𝓧 : Type u_2} {𝓨 : Type u_3} {mΩ : MeasurableSpace Ω} {m𝓧 : MeasurableSpace 𝓧}
{m𝓨 : MeasurableSpace 𝓨} {κ : ProbabilityTheory.Kernel Ω 𝓧} {μ : MeasureTheory.Measure Ω}
[inst : MeasureTheory.IsFiniteMeasure μ] [inst_1 : ProbabilityTheory.IsFiniteKernel κ] [inst_2 : StandardBorelSpace Ω]
[inst_3 : Nonempty Ω] [inst_4 : StandardBorelSpace 𝓧] [inst_5 : Nonempty 𝓧] {η : ProbabilityTheory.Kernel 𝓧 𝓨}
[inst_6 : ProbabilityTheory.IsFiniteKernel η],
⇑(ProbabilityTheory.posterior (η.comp κ) μ) =ᵐ[(μ.bind ⇑κ).bind ⇑η]
⇑((ProbabilityTheory.posterior κ μ).comp (ProbabilityTheory.posterior η (μ.bind ⇑κ)))The posterior is contravariant.
- Defined in
- Mathlib.Probability.Kernel.Posterior
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 339 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.IsFiniteMeasurestatement and proof · cited by 1,078
- Filter.EventuallyEq.symmproof · cited by 408
- StandardBorelSpacestatement and proof · cited by 304
- ProbabilityTheory.IsFiniteKernelstatement and proof · cited by 178
- MeasureTheory.Measure.bindstatement and proof · cited by 173
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.