Theorems · Theorem · probability
ProbabilityTheory.Kernel.le_lmarginalPartialTraj_succ
∀ {X : ℕ → Type u_1} [inst : (n : ℕ) → MeasurableSpace (X n)]
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))}
[∀ (n : ℕ), ProbabilityTheory.IsMarkovKernel (κ n)] {f : ℕ → ((n : ℕ) → X n) → ENNReal} {a : ℕ → ℕ},
(∀ (n : ℕ), DependsOn (f n) ↑(Finset.Iic (a n))) →
(∀ (n : ℕ), Measurable (f n)) →
∀ {bound : ENNReal},
bound ≠ ⊤ →
(∀ (n : ℕ) (x : (n : ℕ) → X n), f n x ≤ bound) →
∀ {k : ℕ},
(∀ (x : (n : ℕ) → X n),
Antitone fun n => ProbabilityTheory.Kernel.lmarginalPartialTraj κ (k + 1) (a n) (f n) x) →
∀ {l : ((n : ℕ) → X n) → ENNReal},
(∀ (x : (n : ℕ) → X n),
Filter.Tendsto (fun n => ProbabilityTheory.Kernel.lmarginalPartialTraj κ (k + 1) (a n) (f n) x)
Filter.atTop (nhds (l x))) →
∀ (ε : ENNReal) (y : (i : ↥(Finset.Iic k)) → X ↑i),
(∀ (x : (i : ℕ) → X i) (n : ℕ),
ε ≤
ProbabilityTheory.Kernel.lmarginalPartialTraj κ k (a n) (f n)
(Function.updateFinset x (Finset.Iic k) y)) →
∃ z,
∀ (x : (i : ℕ) → X i) (n : ℕ),
ε ≤
ProbabilityTheory.Kernel.lmarginalPartialTraj κ (k + 1) (a n) (f n)
(Function.update (Function.updateFinset x (Finset.Iic k) y) (k + 1) z)This is an auxiliary result for trajContent_tendsto_zero. Consider f a sequence of bounded
measurable functions such that f n depends only on the first coordinates up to a n.
Assume that when integrating f n against partialTraj (k + 1) (a n), one gets a non-increasing
sequence of functions which converges to l.
Assume then that there exists ε and y : Π i : Iic k, X i such that
when integrating f n against partialTraj k (a n) y, you get something at least
ε for all n. Then there exists z such that this remains true when integrating
f against partialTraj (k + 1) (a n) (update y (k + 1) z).
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 263 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites55
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- Top.topstatement and proof · cited by 9,680
- SetLike.coestatement and proof · cited by 8,199
- nhdsstatement and proof · cited by 5,554
- mul_oneproof · cited by 3,885
- Filter.Tendstostatement and proof · cited by 3,814
- LE.le.transproof · cited by 3,151
- Filter.Eventuallyproof · cited by 3,134
- Filter.atTopstatement and proof · cited by 2,405
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.trajContent_tendsto_zeroproof · cited by 1