Theorems · Definition · measure theory
MeasureTheory.cbmApplyMeasure
{X : Type u_2} →
{E : Type u_4} →
{F : Type u_5} →
{G : Type u_6} →
{mX : MeasurableSpace X} →
[inst : NormedAddCommGroup E] →
[inst_1 : NormedSpace ℝ E] →
[inst_2 : NormedAddCommGroup F] →
[inst_3 : NormedSpace ℝ F] →
[inst_4 : NormedAddCommGroup G] →
[inst_5 : NormedSpace ℝ G] →
MeasureTheory.VectorMeasure X F → (E →L[ℝ] F →L[ℝ] G) → Set X → E →L[ℝ] GGiven a set s, return the continuous linear map fun x : E ↦ B x (μ s) (actually defined
using transpose through mapRange), where the B is a G-valued bilinear form on E × F and
μ is an F-valued vector measure. The extension of that set function through setToFun gives the
pairing integral of E-valued integrable functions.
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 181 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · 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
- ContinuousLinearMapstatement and proof · cited by 5,352
- MeasureTheory.VectorMeasurestatement and proof · cited by 451
- MeasureTheory.VectorMeasure.transposeproof · cited by 43
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.cbmApplyMeasure_applystatement and proof · cited by 2
- MeasureTheory.cbmApplyMeasure_unionstatement and proof · cited by 2
- MeasureTheory.norm_cbmApplyMeasure_lestatement · cited by 1
- MeasureTheory.transpose_eq_cbmApplyMeasurestatement · cited by 0