Mathlib Map

Theorems · Theorem · measure theory

MeasureTheory.setToFun_eq

∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E]
  [inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {m : MeasurableSpace α} {μ : MeasureTheory.Measure α}
  {T : Set α → E →L[ℝ] F} {C : ℝ} {f : α → E} [hF : CompleteSpace F] (hT : MeasureTheory.DominatedFinMeasAdditive μ T C)
  (hf : MeasureTheory.Integrable f μ),
  MeasureTheory.setToFun μ T hT f = (MeasureTheory.L1.setToL1 hT) (MeasureTheory.Integrable.toL1 f hf)
Defined in
Mathlib.MeasureTheory.Integral.SetToL1
Cited by
20 results in Mathlib
Foundations
Depth 241 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceCompleteSpace

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

MeasureTheory.setToFun_congr_ae · cited by 10MeasureTheory.setToFun_co…MeasureTheory.L1.setToFun_eq_setToL1 · cited by 6L1.setToFun_eq_setToL1MeasureTheory.setToFun_zero · cited by 6MeasureTheory.setToFun_ze…MeasureTheory.setToFun_add · cited by 6MeasureTheory.setToFun_addMeasureTheory.tendsto_setToFun_of_dominated_convergence · cited by 5MeasureTheory.tendsto_set…MeasureTheory.setToFun_neg · cited by 4MeasureTheory.setToFun_negMeasureTheory.condExpL1_eq · cited by 4MeasureTheory.condExpL1_eqMeasureTheory.setToFun_smul · cited by 3MeasureTheory.setToFun_sm…MeasureTheory.setToFun_nonneg · cited by 2MeasureTheory.setToFun_no…MeasureTheory.norm_setToFun_le · cited by 2MeasureTheory.norm_setToF…MeasureTheory.setToFun_zero_left · cited by 2MeasureTheory.setToFun_ze…MeasureTheory.setToFun_zero_left' · cited by 2MeasureTheory.setToFun_ze…MeasureTheory.setToFun_congr_left' · cited by 2MeasureTheory.setToFun_co…MeasureTheory.setToFun_mono_left' · cited by 1MeasureTheory.setToFun_mo…MeasureTheory.setToFun_smul_left' · cited by 1MeasureTheory.setToFun_sm…DFunLike.coe · cited by 62936DFunLike.coeSet · cited by 53352SetReal · cited by 25697RealRingHom.id · cited by 18349RingHom.idNormedAddCommGroup · cited by 15752NormedAddCommGroupMeasurableSpace · cited by 13106MeasurableSpaceNormedSpace · cited by 12499NormedSpaceMeasureTheory.Measure · cited by 10939MeasureTheory.MeasureENNReal · cited by 9879ENNRealContinuousLinearMap · cited by 5352ContinuousLinearMapAddSubgroup · cited by 3232AddSubgroupCompleteSpace · cited by 2532CompleteSpaceMeasureTheory.Integrable · cited by 1367MeasureTheory.IntegrableMeasureTheory.AEEqFun · cited by 856MeasureTheory.AEEqFunMeasureTheory.Lp · cited by 715MeasureTheory.LpMeasureTheory.setToFun_eqCITED BYCITES

Cites19

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by20

Results whose statement or proof uses this declaration.