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 isBounded_image_of_isLocallyBounded_of_isCompact {X : Type u_3} {Y : Type u_4} [TopologicalSpace X] [Bornology Y] {s : Set X} (hs : IsCompact s) {f : XY} (hf : ∀ (x : X), tnhds x, Bornology.IsBounded (f '' t)) :

      A locally bounded function maps a compact set to a bounded set.

      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.