Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.tendsto_integral_density_of_monotone

∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
  {mγ : MeasurableSpace γ} [inst : MeasurableSpace.CountablyGenerated γ] {κ : ProbabilityTheory.Kernel α (γ × β)}
  {ν : ProbabilityTheory.Kernel α γ},
  κ.fst ≤ ν →
    ∀ [ProbabilityTheory.IsFiniteKernel ν] (a : α) (seq : ℕ → Set β),
      Monotone seq →
        ⋃ i, seq i = Set.univ →
          (∀ (m : ℕ), MeasurableSet (seq m)) →
            Filter.Tendsto (fun m => ∫ (x : γ), κ.density ν a x (seq m) ∂ν a) Filter.atTop (nhds ((κ a).real Set.univ))
Defined in
Mathlib.Probability.Kernel.Disintegration.Density
Cited by
2 results in Mathlib
Foundations
Depth 324 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpace.CountablyGeneratedProbabilityTheory.IsFiniteKernel

Around this declaration

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

Cites43

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

Cited by2

Results whose statement or proof uses this declaration.