Mathlib Map

Theorems · Theorem · statistics

ProbabilityTheory.bayesRisk_le_mul

∀ {Θ : Type u_1} {𝓧 : Type u_2} {𝓨 : Type u_4} {mΘ : MeasurableSpace Θ} {m𝓧 : MeasurableSpace 𝓧}
  {m𝓨 : MeasurableSpace 𝓨} {ℓ : Θ → 𝓨 → ENNReal} [Nonempty 𝓨] (P : ProbabilityTheory.Kernel Θ 𝓧)
  [ProbabilityTheory.IsMarkovKernel P] (π : MeasureTheory.Measure Θ) [MeasureTheory.IsProbabilityMeasure π]
  {C : NNReal}, (∀ (θ : Θ) (y : 𝓨), ℓ θ y ≤ ↑C) → ProbabilityTheory.bayesRisk ℓ P π ≤ ↑C

For a bounded loss, the Bayes risk with respect to a prior is bounded by a constant.

Defined in
Mathlib.Probability.Decision.Risk.Basic
Cited by
0 results in Mathlib
Foundations
Depth 218 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NonemptyProbabilityTheory.IsMarkovKernelMeasureTheory.IsProbabilityMeasure

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites18

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.