Theorems · Theorem · probability
ProbabilityTheory.IsPreBrownianReal.shift
∀ {Ω : Type u_1} {mΩ : MeasurableSpace Ω} {B : NNReal → Ω → ℝ} {P : MeasureTheory.Measure Ω},
ProbabilityTheory.IsPreBrownianReal B P →
∀ (t₀ : NNReal), ProbabilityTheory.IsPreBrownianReal (fun t ω => B (t₀ + t) ω - B t₀ ω) PWeak Markov property: If B is a pre-Brownian motion, then
t ↦ B (t₀ + t) - B t₀ is a pre-Brownian motion which is independent from (B t, t ≤ t₀).
This is the proof that it is pre-Brownian,
see IsPreBrownianReal.indepFun_shift for independence.
- Defined in
- Mathlib.Probability.BrownianMotion.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 324 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- NNRealstatement and proof · cited by 4,310
- MeasureTheory.integralproof · cited by 1,779
- NNReal.toRealproof · cited by 1,260
- sub_selfproof · cited by 996
- sub_zeroproof · cited by 938
- MeasureTheory.IsProbabilityMeasureproof · cited by 392
- add_sub_cancel_leftproof · cited by 198
- ProbabilityTheory.covarianceproof · cited by 96
- min_eq_leftproof · cited by 67
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.IsBrownianReal.shiftproof · cited by 0