Theorems · Theorem · statistics
ProbabilityTheory.bayesRisk_le_bayesRisk_comp
∀ {Θ : Type u_1} {𝓧 : Type u_2} {𝓧' : Type u_3} {𝓨 : Type u_4} {mΘ : MeasurableSpace Θ} {m𝓧 : MeasurableSpace 𝓧}
{m𝓧' : MeasurableSpace 𝓧'} {m𝓨 : MeasurableSpace 𝓨} (ℓ : Θ → 𝓨 → ENNReal) (P : ProbabilityTheory.Kernel Θ 𝓧)
(π : MeasureTheory.Measure Θ) (η : ProbabilityTheory.Kernel 𝓧 𝓧') [ProbabilityTheory.IsMarkovKernel η],
ProbabilityTheory.bayesRisk ℓ P π ≤ ProbabilityTheory.bayesRisk ℓ (η.comp P) πData processing inequality for the Bayes risk with respect to a prior: composition of the data generating kernel by a Markov kernel increases the risk.
- Defined in
- Mathlib.Probability.Decision.Risk.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 217 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- iInfproof · cited by 1,690
- le_rflproof · cited by 1,558
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralproof · cited by 1,152
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- ProbabilityTheory.IsMarkovKernelstatement and proof · cited by 124
- iInf_le_of_leproof · cited by 62
- ProbabilityTheory.bayesRiskstatement · cited by 31
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.bayesRisk_le_bayesRisk_mapproof · cited by 0
- ProbabilityTheory.bayesRisk_compProd_le_bayesRiskproof · cited by 0