Documentation

Mathlib.Probability.Notation

Notations for probability theory #

This file defines the following notations, for functions X,Y, measures P, Q defined on a measurable space m0, and another measurable space structure m with hm : m ≤ m0,

To use these notations, you need to use open scoped ProbabilityTheory or open ProbabilityTheory.

𝔼[f | m] is the conditional expectation of f with respect to m.

Instances For
    def ProbabilityTheory.«term__[_]» :
    Lean.TrailingParserDescr

    P[X] is the expectation of X under the measure P.

    Note that this notation can conflict with the GetElem notation for lists. Usually if you see an error about ambiguous notation when trying to write l[i] for a list, it means that Lean could not find i < l.length, and so fell back to trying this notation as well.

    Instances For
      def ProbabilityTheory.«term𝔼[_]» :
      Lean.ParserDescr

      𝔼[X] is the expectation of X, defined as its Lebesgue integral.

      Instances For
        def ProbabilityTheory.«term_⟦_|_⟧» :
        Lean.TrailingParserDescr

        P⟦s | m⟧ is the conditional expectation of s with respect to m under measure P.

        Instances For
          def ProbabilityTheory.«term_=ₐₛ_» :
          Lean.TrailingParserDescr

          X =ₐₛ Y if X = Y almost surely.

          Instances For
            def ProbabilityTheory.«term_≤ₐₛ_» :
            Lean.TrailingParserDescr

            X ≤ₐₛ Y if X ≤ Y almost surely.

            Instances For

              ∂P/∂Q is the Radon–Nikodym derivative of P with respect to Q.

              Instances For
                def ProbabilityTheory.termℙ :
                Lean.ParserDescr

                is a notation for volume on a measured space.

                Instances For