Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.map_setToSimpleFunc
∀ {α : Type u_1} {F : Type u_3} {F' : Type u_4} {G : Type u_5} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F]
[inst_2 : NormedAddCommGroup F'] [inst_3 : NormedSpace ℝ F'] [inst_4 : NormedAddCommGroup G] {m : MeasurableSpace α}
{μ : MeasureTheory.Measure α} (T : Set α → F →L[ℝ] F'),
MeasureTheory.FinMeasAdditive μ T →
∀ {f : MeasureTheory.SimpleFunc α G},
MeasureTheory.Integrable (⇑f) μ →
∀ {g : G → F},
g 0 = 0 →
MeasureTheory.SimpleFunc.setToSimpleFunc T (MeasureTheory.SimpleFunc.map g f) =
∑ x ∈ f.range, (T (⇑f ⁻¹' {x})) (g x)- Cited by
- 6 results in Mathlib
- Foundations
- Depth 212 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Setstatement and proof · cited by 53,352
- Realstatement and proof · cited by 25,697
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- Top.topproof · cited by 9,680
- SetLike.coeproof · cited by 8,199
- ContinuousLinearMapstatement and proof · cited by 5,352
- Finset.sumstatement and proof · cited by 5,195
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.SimpleFunc.map_integralproof · cited by 3
- MeasureTheory.SimpleFunc.setToSimpleFunc_negproof · cited by 3
- MeasureTheory.SimpleFunc.setToSimpleFunc_addproof · cited by 3
- MeasureTheory.SimpleFunc.setToSimpleFunc_smulproof · cited by 2
- MeasureTheory.SimpleFunc.setToSimpleFunc_congr'proof · cited by 1
- MeasureTheory.SimpleFunc.setToSimpleFunc_smul_realproof · cited by 1