Theorems · Definition · measure theory
MeasureTheory.VectorMeasure.prod
{X : Type u_2} →
{Y : Type u_3} →
{E : Type u_4} →
{F : Type u_5} →
{G : Type u_6} →
{mX : MeasurableSpace X} →
{mY : MeasurableSpace Y} →
[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 E →
MeasureTheory.VectorMeasure Y F →
(E →L[ℝ] F →L[ℝ] G) → MeasureTheory.VectorMeasure (X × Y) GThe product of two vector measures μ and ν with respect to a continuous bilinear map B,
giving mass B (μ s) (ν t) to any measurable product set s × t.
If such a measure does not exist, we use the junk value 0.
- Defined in
- Mathlib.MeasureTheory.VectorMeasure.Prod
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 165 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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.HasProdproof · cited by 6
- MeasureTheory.VectorMeasure.HasProd.exists_prodproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.VectorMeasure.prod_applystatement and proof · cited by 2
- MeasureTheory.VectorMeasure.prod_apply_eq_integralstatement and proof · cited by 2
- MeasureTheory.VectorMeasure.prod_eq_of_forall_apply_prodstatement and proof · cited by 1
- MeasureTheory.VectorMeasure.HasProd.flipproof · cited by 1
- MeasureTheory.VectorMeasure.prod_eq_zero_of_not_hasProdstatement · cited by 0
- MeasureTheory.VectorMeasure.prod_flip_apply_eq_integralstatement · cited by 0
- MeasureTheory.VectorMeasure.variation_prod_lestatement · cited by 0