Documentation

BrownianMotion.StochasticIntegral.Cadlag

cadlag functions #

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

The predicate that a function is right continuous.

Equations
Instances For
    structure IsCadlag {ι : Type u_1} {E : Type u_2} [PartialOrder ι] [TopologicalSpace ι] [TopologicalSpace E] (f : ιE) :

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

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

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