Theorems · Theorem · measure theory
MeasureTheory.SimpleFunc.setToSimpleFunc_smul
∀ {α : Type u_1} {F : Type u_3} {𝕜 : Type u_6} [inst : NormedAddCommGroup F] [inst_1 : NormedSpace ℝ F]
{m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {E : Type u_7} [inst_2 : NormedAddCommGroup E]
[inst_3 : SMulZeroClass 𝕜 E] [inst_4 : NormedSpace ℝ E] [inst_5 : DistribSMul 𝕜 F] (T : Set α → E →L[ℝ] F),
MeasureTheory.FinMeasAdditive μ T →
(∀ (c : 𝕜) (s : Set α) (x : E), (T s) (c • x) = c • (T s) x) →
∀ (c : 𝕜) {f : MeasureTheory.SimpleFunc α E},
MeasureTheory.Integrable (⇑f) μ →
MeasureTheory.SimpleFunc.setToSimpleFunc T (c • f) = c • MeasureTheory.SimpleFunc.setToSimpleFunc T f- Cited by
- 2 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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
- ContinuousLinearMapstatement and proof · cited by 5,352
- Finset.sumproof · cited by 5,195
- Set.preimageproof · cited by 4,946
- Finset.sum_congrproof · cited by 2,323
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.L1.SimpleFunc.setToL1S_smulproof · cited by 1
- MeasureTheory.SimpleFunc.integral_smulproof · cited by 0