Mathlib Map

Theorems · Theorem · probability

ProbabilityTheory.Kernel.tendsto_densityProcess_fst_atTop_univ_of_monotone

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

Around this declaration

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

Cites38

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

Cited by1

Results whose statement or proof uses this declaration.