Theorems · Theorem · measure theory
MeasureTheory.VectorMeasure.prod_apply
∀ {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} {B : E →L[ℝ] F →L[ℝ] G}
[h : μ.HasProd ν B] {s : Set X} {t : Set Y}, (μ.prod ν B) (s ×ˢ t) = (B (μ s)) (ν t)- Defined in
- Mathlib.MeasureTheory.VectorMeasure.Prod
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 166 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- ContinuousLinearMapstatement and proof · cited by 5,352
- MeasurableSetproof · cited by 3,075
- SProd.sprodstatement and proof · cited by 1,750
- map_zeroproof · cited by 1,614
- eq_or_neproof · cited by 1,117
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.VectorMeasure.HasProd.flipproof · cited by 1
- MeasureTheory.VectorMeasure.prod_eq_of_forall_apply_prodproof · cited by 1