Theorems · Theorem · measure theory
MeasureTheory.charFunDual_prod
∀ {E : Type u_2} {F : Type u_3} [inst : NormedAddCommGroup E] [inst_1 : NormedSpace ℝ E] {mE : MeasurableSpace E}
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ F] {mF : MeasurableSpace F} {μ : MeasureTheory.Measure E}
{ν : MeasureTheory.Measure F} [MeasureTheory.SFinite μ] [MeasureTheory.SFinite ν] (L : StrongDual ℝ (E × F)),
MeasureTheory.charFunDual (μ.prod ν) L =
MeasureTheory.charFunDual μ (L ∘SL ContinuousLinearMap.inl ℝ E F) *
MeasureTheory.charFunDual ν (L ∘SL ContinuousLinearMap.inr ℝ E F)The characteristic function of a product of measures is a product of
characteristic functions. This is the version for Banach spaces, see charFun_prod
for the Hilbert space version.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 268 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.coeproof · cited by 62,936
- Realstatement and proof · cited by 25,697
- RingHom.idstatement · 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
- Complexstatement · cited by 5,565
- MeasureTheory.integralproof · cited by 1,779
- Complex.ofRealproof · cited by 1,654
- Complex.Iproof · cited by 866
- ContinuousLinearMap.compstatement and proof · cited by 709
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.charFunDual_eq_prod_iffproof · cited by 1