Documentation

Atlas.TheoryOfProbability.code.StrongMarkovBMGoal98

@[reducible, inline]

Abbreviation for d-dimensional Euclidean space ℝ^d, represented as functions Fin d → ℝ.

Instances For
    structure StrongMarkovBMGoal98.IsBrownianMotion {Ω : Type u_1} {m : MeasurableSpace Ω} {d : } (B : NNRealΩRd d) ( : MeasureTheory.Filtration NNReal m) (P : Rd dMeasureTheory.Measure Ω) :

    Predicate bundling the defining properties of a d-dimensional Brownian motion B with respect to a filtration and a family P : Rd d → Measure Ω of starting-point laws. The fields encode: starting at x under P x, Gaussian increments with the correct variance, independence of increments from the past, adaptedness to , that each P x is a probability measure, measurability in the starting point, and almost-sure continuity of sample paths.

    Instances For
      def StrongMarkovBMGoal98.pathShiftAtStopping {Ω : Type u_1} {d : } (B : NNRealΩRd d) (S : ΩENNReal) (ω : Ω) :
      NNRealRd d

      The path of B shifted by the (possibly infinite) stopping time S: at sample ω returns the path t ↦ B (S ω + t) ω.

      Instances For
        noncomputable def StrongMarkovBMGoal98.bmExpectation {Ω : Type u_1} {m : MeasurableSpace Ω} {d : } (B : NNRealΩRd d) (P : Rd dMeasureTheory.Measure Ω) (Y : NNReal(NNRealRd d)) (t : NNReal) (x : Rd d) :

        The function (t, x) ↦ E_x[Y t (B_·)]: integrating the time-indexed path functional Y against the Brownian motion law started from x.

        Instances For
          theorem StrongMarkovBMGoal98.strong_markov_setIntegral_eq {Ω : Type u_2} {m : MeasurableSpace Ω} {d : } {B : NNRealΩRd d} { : MeasureTheory.Filtration NNReal m} {P : Rd dMeasureTheory.Measure Ω} (hBM : IsBrownianMotion B P) (x : Rd d) [MeasureTheory.IsProbabilityMeasure (P x)] (S : ΩENNReal) (hS_stop : MeasureTheory.IsStoppingTime S) (Y : NNReal(NNRealRd d)) (hY_meas : Measurable fun (p : NNReal × (NNRealRd d)) => Y p.1 p.2) (hY_bdd : ∃ (C : ), ∀ (t : NNReal) (f : NNRealRd d), |Y t f| C) (A : Set Ω) (hA : MeasurableSet A) (hA_finite : (P x) A < ) :
          (ω : Ω) in A, Y (S ω).toNNReal (pathShiftAtStopping B S ω) P x = (ω : Ω) in A, bmExpectation B P Y (S ω).toNNReal (B (S ω).toNNReal ω) P x

          Strong Markov property for Brownian motion, set-integral form (Lecture 39). For any event A in the stopping-time σ-algebra ℱ_S, the integral over A of the bounded measurable path functional Y evaluated on the shifted path equals the integral over A of E_{B(S)} Y evaluated at the current state, expressing E_x(Y_S ∘ θ_S | ℱ_S) = E_{B(S)} Y_S on {S < ∞} in integrated form.

          theorem StrongMarkovBMGoal98.bmExpectation_measurable {Ω : Type u_2} {m : MeasurableSpace Ω} {d : } {B : NNRealΩRd d} { : MeasureTheory.Filtration NNReal m} {P : Rd dMeasureTheory.Measure Ω} (hBM : IsBrownianMotion B P) (Y : NNReal(NNRealRd d)) (hY_meas : Measurable fun (p : NNReal × (NNRealRd d)) => Y p.1 p.2) (_hY_bdd : ∃ (C : ), ∀ (t : NNReal) (f : NNRealRd d), |Y t f| C) :
          Measurable fun (p : NNReal × Rd d) => bmExpectation B P Y p.1 p.2

          Helper measurability lemma: the map (t, x) ↦ E_x[Y t (B_·)] is jointly measurable in time and starting point, given that Y is bounded measurable and P is measurable in x.

          theorem StrongMarkovBMGoal98.adapted_process_stoppingTime_measurable {Ω : Type u_2} {m : MeasurableSpace Ω} {d : } {B : NNRealΩRd d} { : MeasureTheory.Filtration NNReal m} {P : Rd dMeasureTheory.Measure Ω} (hBM : IsBrownianMotion B P) (S : ΩENNReal) (hS_stop : MeasureTheory.IsStoppingTime S) :
          Measurable fun (ω : Ω) => B (S ω).toNNReal ω

          For an adapted process B (here a Brownian motion) and a stopping time S, the random variable ω ↦ B (S ω) ω is measurable with respect to the stopping-time σ-algebra ℱ_S.

          theorem StrongMarkovBMGoal98.stopping_time_pair_measurable {Ω : Type u_2} {m : MeasurableSpace Ω} {d : } {B : NNRealΩRd d} { : MeasureTheory.Filtration NNReal m} {P : Rd dMeasureTheory.Measure Ω} (hBM : IsBrownianMotion B P) (S : ΩENNReal) (hS_stop : MeasureTheory.IsStoppingTime S) :
          Measurable fun (ω : Ω) => ((S ω).toNNReal, B (S ω).toNNReal ω)

          The pair ω ↦ (S ω, B (S ω) ω) consisting of the stopping time and the position of the Brownian motion at the stopping time is measurable with respect to ℱ_S.