From equality of integrals to equality of functions #
This file provides various statements of the general form "if two functions have the same integral on all sets, then they are equal almost everywhere". The different lemmas use various hypotheses on the class of functions, on the target space or on the possible finiteness of the measure.
This file is about Lebesgue integrals. See the file AEEqOfIntegral
for Bochner integrals.
Main statements #
The results listed below apply to two functions f, g
, under the hypothesis that
for all measurable sets s
with finite measure, ∫⁻ x in s, f x ∂μ = ∫⁻ x in s, g x ∂μ
.
The conclusion is then f =ᵐ[μ] g
. The main lemmas are:
ae_eq_of_forall_setLIntegral_eq_of_sigmaFinite
: case of a sigma-finite measure.AEMeasurable.ae_eq_of_forall_setLIntegral_eq
: for functions which areAEMeasurable
and have finite integral.
Alias of MeasureTheory.ae_le_of_forall_setLIntegral_le_of_sigmaFinite₀
.
Alias of MeasureTheory.ae_le_of_forall_setLIntegral_le_of_sigmaFinite
.
Alias of MeasureTheory.ae_eq_of_forall_setLIntegral_eq_of_sigmaFinite₀
.
Alias of MeasureTheory.ae_eq_of_forall_setLIntegral_eq_of_sigmaFinite
.
Alias of MeasureTheory.AEMeasurable.ae_eq_of_forall_setLIntegral_eq
.