Documentation

BrownianMotion.StochasticIntegral.Cadlag

cadlag functions #

@[reducible, inline]
abbrev Function.RightContinuous {ι : Type u_1} {E : Type u_2} [TopologicalSpace ι] [TopologicalSpace E] [PartialOrder ι] (f : ιE) :

The predicate that a function is right continuous.

Equations
Instances For
    theorem Function.RightContinuous.continuous_comp {ι : Type u_1} {E : Type u_2} [TopologicalSpace ι] [TopologicalSpace E] {F : Type u_3} [TopologicalSpace F] [PartialOrder ι] {g : EF} {f : ιE} (hg : Continuous g) (hf : RightContinuous f) :
    structure IsCadlag {ι : Type u_1} {E : Type u_2} [TopologicalSpace ι] [TopologicalSpace E] [PartialOrder ι] (f : ιE) :

    A function is cadlag if it is right-continuous and has left limits.

    Instances For
      theorem IsCadlag.add {ι : Type u_1} [TopologicalSpace ι] {E : Type u_3} [Add E] [TopologicalSpace E] [ContinuousAdd E] [PartialOrder ι] {f g : ιE} (hf : IsCadlag f) (hg : IsCadlag g) :
      IsCadlag (f + g)
      theorem IsCadlag.const_smul {ι : Type u_1} [TopologicalSpace ι] {E : Type u_3} [SMul E] [TopologicalSpace E] [ContinuousSMul E] [PartialOrder ι] {f : ιE} (hf : IsCadlag f) (r : ) :
      IsCadlag fun (i : ι) => r f i
      theorem isLocallyBounded_of_isCadlag {ι : Type u_1} [TopologicalSpace ι] {E : Type u_3} [LinearOrder ι] [PseudoMetricSpace E] {f : ιE} (hf : IsCadlag f) (x : ι) :
      tnhds x, Bornology.IsBounded (f '' t)

      A càdlàg function is locally bounded.

      theorem isBounded_image_of_isCadlag_of_isCompact {ι : Type u_1} [TopologicalSpace ι] {E : Type u_3} [LinearOrder ι] [PseudoMetricSpace E] {f : ιE} (hf : IsCadlag f) {s : Set ι} (hs : IsCompact s) :

      A càdlàg function maps compact sets to bounded sets.