Theorems · Theorem · harmonic analysis
MeasureTheory.Integrable.fourierInv_fourier_eq
- 1000+ list: Fourier theorem
∀ {V : Type u_1} {E : Type u_2} [inst : NormedAddCommGroup V] [inst_1 : InnerProductSpace ℝ V]
[inst_2 : MeasurableSpace V] [inst_3 : BorelSpace V] [inst_4 : FiniteDimensional ℝ V] [inst_5 : NormedAddCommGroup E]
[inst_6 : NormedSpace ℂ E] {f : V → E} [CompleteSpace E],
MeasureTheory.Integrable f MeasureTheory.volume →
MeasureTheory.Integrable (FourierTransform.fourier f) MeasureTheory.volume →
∀ {v : V}, ContinuousAt f v → FourierTransformInv.fourierInv (FourierTransform.fourier f) v = f vFourier inversion formula: If a function f on a finite-dimensional real inner product
space is integrable, and its Fourier transform 𝓕 f is also integrable, then 𝓕⁻ (𝓕 f) = f at
continuity points of f.
- Defined in
- Mathlib.Analysis.Fourier.Inversion
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 300 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- Complexstatement and proof · cited by 5,565
- InnerProductSpacestatement and proof · cited by 3,523
- CompleteSpacestatement and proof · cited by 2,532
- FiniteDimensionalstatement and proof · cited by 1,854
- BorelSpacestatement and proof · cited by 1,602
- MeasureTheory.Integrablestatement and proof · cited by 1,367
- MeasureTheory.MeasureSpace.volumestatement and proof · cited by 1,323
- ContinuousAtstatement and proof · cited by 697
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.fourier_fourierInv_eqproof · cited by 1
- Continuous.fourierInv_fourier_eqproof · cited by 1
- mellinInv_mellin_eqproof · cited by 0