Theorems · Theorem · abstract harmonic analysis
MeasureTheory.integral_posConvolution
∀ {E : Type uE} {E' : Type uE'} {F : Type uF} [inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup E']
[inst_2 : NormedAddCommGroup F] [inst_3 : NormedSpace ℝ E] [inst_4 : NormedSpace ℝ E'] [inst_5 : NormedSpace ℝ F]
[CompleteSpace E] [CompleteSpace E'] [CompleteSpace F] {μ ν : MeasureTheory.Measure ℝ} [MeasureTheory.SFinite μ]
[MeasureTheory.SFinite ν] [μ.IsAddRightInvariant] [MeasureTheory.NullSingletonClass ν] {f : ℝ → E} {g : ℝ → E'},
MeasureTheory.IntegrableOn f (Set.Ioi 0) ν →
MeasureTheory.IntegrableOn g (Set.Ioi 0) μ →
∀ (L : E →L[ℝ] E' →L[ℝ] F),
∫ (x : ℝ) in Set.Ioi 0, ∫ (t : ℝ) in 0..x, (L (f t)) (g (x - t)) ∂ν ∂μ =
(L (∫ (x : ℝ) in Set.Ioi 0, f x ∂ν)) (∫ (x : ℝ) in Set.Ioi 0, g x ∂μ)The integral over Ioi 0 of a forward convolution of two functions is equal to the product
of their integrals over this set. (Compare integral_convolution for the two-sided convolution.)
- Defined in
- Mathlib.Analysis.Convolution
- 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.
Cites28
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
- Realstatement and proof · cited by 25,697
- TopologicalSpaceproof · cited by 24,529
- RingHom.idstatement and proof · cited by 18,349
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpaceproof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- LinearOrderproof · cited by 8,572
- ContinuousLinearMapstatement and proof · cited by 5,352
- CompleteSpacestatement and proof · cited by 2,532
- MeasureTheory.integralstatement and proof · cited by 1,779
Cited by1
Results whose statement or proof uses this declaration.
- Complex.Gamma_mul_Gamma_eq_betaIntegralproof · cited by 1