Theorems · Theorem · probability
MeasureTheory.predictablePart_add
∀ {Ω : Type u_1} {E : Type u_2} {m0 : MeasurableSpace Ω} {μ : MeasureTheory.Measure Ω} [inst : NormedAddCommGroup E]
[inst_1 : NormedSpace ℝ E] {f g : ℕ → Ω → E} {ℱ : MeasureTheory.Filtration ℕ m0} [CompleteSpace E],
(∀ (n : ℕ), MeasureTheory.Integrable (f n) μ) →
(∀ (n : ℕ), MeasureTheory.Integrable (g n) μ) →
∀ (n : ℕ),
MeasureTheory.predictablePart (f + g) ℱ μ n =ᵐ[μ]
MeasureTheory.predictablePart f ℱ μ n + MeasureTheory.predictablePart g ℱ μ n- Defined in
- Mathlib.Probability.Martingale.Centering
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 298 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Finset.sumproof · cited by 5,195
- add_zeroproof · cited by 2,707
- CompleteSpacestatement and proof · cited by 2,532
- zero_addproof · cited by 2,366
- MeasureTheory.aestatement and proof · cited by 2,352
- Filter.EventuallyEqstatement and proof · cited by 1,912
- MeasureTheory.Integrablestatement and proof · cited by 1,367
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.martingalePart_addproof · cited by 0