Documentation

LeanPool.Burkholder.MartingaleTransforms

Martingale transforms and the Lp Burkholder inequality #

Defines the discrete martingale transform and proves the sharp Lp Burkholder inequality for martingale transforms by a predictable multiplier bounded by 1.

noncomputable def Burkholder.q (p : ) :

The conjugate exponent helper, re-exported in the Burkholder namespace.

Equations
Instances For
    noncomputable def Burkholder.pStar (p : ) :

    pStar = max p q, re-exported in the Burkholder namespace.

    Equations
    Instances For
      noncomputable def Burkholder.v (p x y : ) :

      The Burkholder function v, imported from the majorant development.

      Equations
      Instances For
        def MeasureTheory.martingaleDiff {Ω : Type u_1} (f : Ω) :
        Ω

        The martingale difference sequence associated to a discrete real-valued process.

        With this convention, martingaleDiff f 0 = f 0 and martingaleDiff f (n + 1) = f (n + 1) - f n.

        Equations
        Instances For
          def MeasureTheory.martingaleTransform {Ω : Type u_1} (v f : Ω) :
          Ω

          The discrete martingale transform of f by the multiplier process v.

          If f has difference sequence d, then the transformed process has difference sequence v n * d n.

          Equations
          Instances For

            Notation v ⋆ₘ f for the discrete martingale transform of f by v.

            Equations
            Instances For
              def MeasureTheory.IsMartingaleTransform {Ω : Type u_1} { : MeasurableSpace Ω} ( : Filtration ) (μ : Measure Ω) (v f g : Ω) :

              g is the martingale transform of the martingale f by a strongly predictable multiplier v, relative to the filtration and measure μ.

              Equations
              Instances For
                theorem MeasureTheory.martingaleTransform_martingale {Ω : Type u_1} { : MeasurableSpace Ω} {μ : Measure Ω} [IsFiniteMeasure μ] { : Filtration } {v f : Ω} (hv : IsStronglyPredictable v) (hf : Martingale f μ) (hbounded : ∃ (C : ), ∀ (n : ) (ω : Ω), |v n ω| C) :

                A strongly predictable transform of a martingale is a martingale, once the usual integrability and adaptedness hypotheses for the transformed process are available.

                The only integrability assumption specific to the multiplier is that each product v (n+1) * (f (n+1) - f n) is integrable; predictability then pulls v (n+1) out of the conditional expectation.

                Notation X_{n}[w,f] for the n-th term of the transform of f by plusOne w.

                Equations
                • One or more equations did not get rendered due to their size.
                Instances For

                  Notation Y_{n}[w,f] for the n-th term of the transform of f by minusOne w.

                  Equations
                  • One or more equations did not get rendered due to their size.
                  Instances For
                    theorem MeasureTheory.Lp_Burkholder_inequality_martingaleTransform (p : ENNReal) (Ω : Type u_2) [ : MeasurableSpace Ω] (μ : Measure Ω) [IsFiniteMeasure μ] ( : Filtration ) (w f : Ω) (hp_one : 1 < p) (hfin : p ) (hstrong : IsStronglyPredictable w) (hmart : Martingale f μ) (hLp : ∀ (n : ), MemLp (f n) p μ) (hbound : ∀ (n : ), ∀ᵐ (ω : Ω) μ, |w n ω| 1) (n : ) :

                    Burkholder's L^p inequality for discrete martingale transforms.

                    If f is a martingale and w is a strongly predictable multiplier uniformly bounded by 1, then transforming f by w does not blow up its L^p size by more than the Burkholder factor pStar(p)-1.

                    The statement is pointwise in time n and is written using eLpNorm: ‖(w ⋆ₘ f)_n‖_p ≤ (pStar(p)-1) * ‖f_n‖_p.