PMF expectations associated to project distributions #
This module relates the project Distribution averaging notation to the finite
expectation PMF.realWeightedSum on Mathlib probability mass functions. The
statements keep the project-facing averages available while allowing later
probability arguments to cite the associated Mathlib PMF object directly.
The module-valued finite-sum algebra for uniform project distributions lives in
MIPStarRE.LDT.Basic.DistributionUniformSums; this file records the additional
comparison with PMF.realWeightedSum.
Main declarations #
avgOver_eq_toPMF_realWeightedSumaverageOperatorOverDistribution_eq_toPMF_realWeightedSumDistribution.weightedSumLinearMap_eq_toPMF_realWeightedSumDistribution.weightedSumLinearMap_eq_toPMF_realWeightedSumLinearMapuniformDistribution_sum_smul_eq_pmf_realWeightedSumavgOver_uniform_eq_pmf_realWeightedSumaverageOperatorOverDistribution_uniform_eq_pmf_realWeightedSum
References #
These are formalization-internal finite probability lemmas for the low individual degree test development.
The module-valued weighted sum against a probabilistic Distribution agrees
with finite expectation against its associated Mathlib probability mass
function.
The weighted-sum linear map of a probabilistic Distribution is the
finite-expectation linear map of its associated Mathlib probability mass
function.
Averaging against a probabilistic project distribution is the finite expectation against its associated Mathlib probability mass function.
Operator-valued averaging against a probabilistic project distribution is the finite expectation against its associated Mathlib probability mass function.
Module-valued finite expectation for the uniform distribution, stated directly in terms of Mathlib's uniform probability mass function.
The uniform average is the finite expectation against Mathlib's uniform probability mass function.
The uniform operator average is the finite expectation against Mathlib's uniform probability mass function.