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.

Equations
  • One or more equations did not get rendered due to their size.
Instances For

    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.

    Equations
    • One or more equations did not get rendered due to their size.
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For
        Equations
        • One or more equations did not get rendered due to their size.
        Instances For
          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              Equations
              • One or more equations did not get rendered due to their size.
              Instances For