Existing in Mathlib · Analysis
Fourier Inversion Formula
On a finite-dimensional real inner-product space, transform an integrable function into frequency information and then apply Mathlib's inverse transform. If the transformed function is also integrable, the original value is recovered at each chosen point where the function is continuous.
- Fourier transform
- inverse transform
- integrability
- continuity point
- finite-dimensional inner-product space
Exact theorem
Exact Mathlib statement
theorem MeasureTheory.Integrable.fourierInv_fourier_eq {V E : Type*} [NormedAddCommGroup V] [InnerProductSpace ℝ V] [MeasurableSpace V] [BorelSpace V] [FiniteDimensional ℝ V] [NormedAddCommGroup E] [NormedSpace ℂ E] [CompleteSpace E] {f : V → E} (hf : Integrable f) (h'f : Integrable (𝓕 f)) {v : V} (hv : ContinuousAt f v) : 𝓕⁻ (𝓕 f) v = f vThe theorem at a glance
Fourier inversion at a glance
A visual guide to the theorem's hypotheses, structure, and conclusion; the exact statement gives the formal detail.
Fourier inversion at a glance

Detailed visual description
The poster centers the pointwise equation, surrounds it with spatial and frequency representations, and keeps the transform normalization and analytic hypotheses in a distinct scope band. A Gaussian concentration route shows why regularization permits inversion without implying recovery at discontinuities.
Statement structure
Statement and scope
Read the exact Mathlib declaration
This map summarizes the statement's structure; the exact Mathlib declaration remains authoritative.
Fourier inversion formula schematic

Detailed visual description
A smooth vector-valued signal on a finite-dimensional domain flows through a restrained frequency constellation and returns to a second signal. Only one point is highlighted and joined by a precise equality cue, preserving the theorem's pointwise continuity boundary.
Why it matters
A mathematical landmark
Fourier inversion is the reconstruction principle at the heart of harmonic analysis: under precise analytic hypotheses, frequency data determines the original function.
ProofAtlas record
What has been checked
Mathlib is the source of the theorem; the local Lean replay and page review are separate.
Claim boundary
No new theorem is claimed
This target indexes the pointwise inversion endpoint, not Mathlib's adjacent global continuous-function theorem. It uses volume on a finite-dimensional real inner-product space, requires integrability of f and 𝓕f, completeness of the complex normed codomain, and continuity at the selected point v. The normalization is Mathlib's 2π character convention.
- Proof Atlas did not originate the Fourier inversion formula or Mathlib's declaration.
- The selected endpoint does not assert function equality at discontinuity points.
- It is not an unrestricted inversion theorem for arbitrary measures, normalizations, distributions, or L² representatives.
- The generated explanation and visuals are not proof evidence.
Source and local evidence
Where the theorem comes from
- Existing declaration
MeasureTheory.Integrable.fourierInv_fourier_eqin mathlib- Relationship
- The checked artifact is the upstream declaration itself
- Local Lean evidence
artifact.library.mathlib.fourier-inversion-formula.v001