Mathlib Map

Theorems · Theorem · harmonic analysis

VectorFourier.integral_fourierIntegral_swap

∀ {𝕜 : Type u_1} [inst : CommRing 𝕜] {V : Type u_2} [inst_1 : AddCommGroup V] [inst_2 : Module 𝕜 V]
  [inst_3 : MeasurableSpace V] {W : Type u_3} [inst_4 : AddCommGroup W] [inst_5 : Module 𝕜 W] {E : Type u_4}
  {F : Type u_5} {G : Type u_6} [inst_6 : NormedAddCommGroup E] [inst_7 : NormedSpace ℂ E]
  [inst_8 : NormedAddCommGroup F] [inst_9 : NormedSpace ℂ F] [inst_10 : NormedAddCommGroup G]
  [inst_11 : NormedSpace ℂ G] [inst_12 : TopologicalSpace 𝕜] [IsTopologicalRing 𝕜] [inst_14 : TopologicalSpace V]
  [BorelSpace V] [inst_16 : TopologicalSpace W] [inst_17 : MeasurableSpace W] [BorelSpace W] {e : AddChar 𝕜 Circle}
  {μ : MeasureTheory.Measure V} {L : V →ₗ[𝕜] W →ₗ[𝕜] 𝕜} {ν : MeasureTheory.Measure W} [MeasureTheory.SigmaFinite μ]
  [MeasureTheory.SigmaFinite ν] [SecondCountableTopologyEither W V] {σ : ℂ →+* ℂ} [RingHomIsometric σ] {f : V → E}
  {g : W → F} (M : F →L[ℂ] E →SL[σ] G),
  Continuous ⇑e →
    (Continuous fun p => (L p.1) p.2) →
      MeasureTheory.Integrable f μ →
        MeasureTheory.Integrable g ν →
          ∫ (ξ : W), ∫ (x : V), (M (g ξ)) (e (-(L x) ξ) • f x) ∂μ ∂ν =
            ∫ (x : V), ∫ (ξ : W), (M (g ξ)) (e (-(L x) ξ) • f x) ∂ν ∂μ

Fubini's theorem for the Fourier integral. This is the main technical step in proving both Parseval's identity and self-adjointness of the Fourier transform.

Defined in
Mathlib.Analysis.Fourier.FourierTransform
Cited by
2 results in Mathlib
Foundations
Depth 267 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRingAddCommGroupModuleMeasurableSpaceAddCommGroupModuleNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceNormedAddCommGroupNormedSpaceTopologicalSpaceIsTopologicalRingTopologicalSpaceBorelSpaceTopologicalSpaceMeasurableSpaceBorelSpaceMeasureTheory.SigmaFiniteMeasureTheory.SigmaFiniteSecondCountableTopologyEitherRingHomIsometric

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites52

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by2

Results whose statement or proof uses this declaration.