Theorems · Theorem · probability
MeasureTheory.stoppedProcess_eq_of_mem_finset
∀ {Ω : Type u_1} {ι : Type u_3} [inst : Nonempty ι] {τ : Ω → WithTop ι} {E : Type u_4} {u : ι → Ω → E}
[inst_1 : LinearOrder ι] [inst_2 : AddCommMonoid E] {s : Finset ι} (n : ι),
(∀ (ω : Ω), τ ω < ↑n → τ ω ∈ WithTop.some '' ↑s) →
MeasureTheory.stoppedProcess u τ n =
{a | ↑n ≤ τ a}.indicator (u n) + ∑ i ∈ s with i < n, {ω | τ ω = ↑i}.indicator (u i)- Defined in
- Mathlib.Probability.Process.Stopping
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 69 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites33
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Setstatement · cited by 53,352
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidstatement and proof · cited by 12,281
- Top.topproof · cited by 9,680
- LinearOrderstatement and proof · cited by 8,572
- SetLike.coestatement and proof · cited by 8,199
- Set.ofPredstatement and proof · cited by 6,101
- Set.imagestatement and proof · cited by 5,609
- Finset.sumstatement and proof · cited by 5,195
- WithTopstatement and proof · cited by 3,754
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.memLp_stoppedProcess_of_mem_finsetproof · cited by 2
- MeasureTheory.stoppedProcess_eq''proof · cited by 1