Theorems · Theorem · measure theory
MeasureTheory.charFun_prod
∀ {E : Type u_4} {F : Type u_5} [inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup F]
[inst_2 : InnerProductSpace ℝ E] [inst_3 : InnerProductSpace ℝ F] {mE : MeasurableSpace E} {mF : MeasurableSpace F}
{μ : MeasureTheory.Measure E} {ν : MeasureTheory.Measure F} [MeasureTheory.SFinite μ] [MeasureTheory.SFinite ν]
(t : WithLp 2 (E × F)),
MeasureTheory.charFun (MeasureTheory.Measure.map (WithLp.toLp 2) (μ.prod ν)) t =
MeasureTheory.charFun μ t.ofLp.1 * MeasureTheory.charFun ν t.ofLp.2The characteristic function of a product of measures is a product of
characteristic functions. This is the version for Hilbert spaces, see charFunDual_prod
for the Banach space version.
- Cited by
- 1 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.
Cites26
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement · cited by 9,879
- Complexstatement · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- MeasureTheory.integralproof · cited by 1,779
- Complex.ofRealproof · cited by 1,654
- Inner.innerproof · cited by 1,089
- Complex.Iproof · cited by 866
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.charFun_eq_prod_iffproof · cited by 1