Documentation

ConvexSubgaussian.CoreDefs

Core Definitions #

Basic definitions used throughout the formalization: the hinge function (x - u)₊, the stop-loss transform, and the tail-sense sub-Gaussian condition with zero mean.

def psi (u x : ) :

The hinge function (x - u)_+.

Equations
Instances For
    def IsSimpleConvex (f : ) :

    A finite positive linear combination of hinge functions plus an affine term.

    Equations
    Instances For
      def IsOneSubgaussian {Ω : Type u_1} [MeasurableSpace Ω] (P : MeasureTheory.Measure Ω) (X : Ω) :

      Tail-sense one-sub-Gaussianity with zero mean.

      Equations
      Instances For

        Positive part.

        Equations
        Instances For

          Stop-loss hinge (x - u)_+, written with the threshold first.

          Equations
          Instances For
            @[simp]
            @[simp]
            theorem OneDimConvexDom.hinge_def (u x : ) :
            hinge u x = max (x - u) 0
            theorem OneDimConvexDom.posPart_add_eq (x v : ) :
            posPart (x + v) = x + v + posPart (-x - v)

            Stop-loss transform of a measure.

            Equations
            Instances For

              Mean of a real-valued law.

              Equations
              Instances For