Source-pinned research

Research proof index

Search theorem names, mathematical ideas, modules, topics, projects, and role-labelled researchers. Open a result for its complete indexed Lean declaration and source record.

This index contains 199 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

199 results

Clear filters
Project-declaredLean 4.32.0

Exceptional set carleson

exceptional_set_carleson

Plain-language statement

Let ff be 2π2\pi-periodic and belong to Lq((0,2π])L^q((0,2\pi]) for some q>1q>1. Given thresholds δ,ε>0\delta,\varepsilon>0, there is an index N0N_0 such that the set where the tail error supN>N0f(x)SNf(x)\sup_{N>N_0}\lVert f(x)-S_Nf(x)\rVert exceeds δ\delta has measure at most ε\varepsilon.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Exceptional set carleson

exceptional_set_carleson'

Plain-language statement

For a continuous, 2π2\pi-periodic function ff and any δ,ε>0\delta,\varepsilon>0, there is an index N0N_0 such that the set of x(0,2π]x\in(0,2\pi] for which supN>N0f(x)SNf(x)\sup_{N>N_0}\lVert f(x)-S_Nf(x)\rVert exceeds δ\delta has measure at most ε\varepsilon.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Exists scale add le of mem min Layer

exists_scale_add_le_of_mem_minLayer

Plain-language statement

If a tile pp lies in the nnth minimal layer of a set of tiles AA, then there is a tile pp' in the zeroth minimal layer with ppp'\le p, and the scale of pp is at least the scale of pp' plus nn.

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

Expect i Inf ker eq expect ite

expect_iInf_ker_eq_expect_ite

Plain-language statement

Let VV be the intersection of the kernels of a set of additive characters Δ\Delta. Averaging ff over VV equals the average of f^(ψ)\widehat f(\psi) over all characters, with the Fourier coefficient retained precisely when ψ\psi lies in the additive subgroup generated by Δ\Delta.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

F functional equation

F_functional_equation

Project documentation

Reduce a power of I * w via I ^ 4 = 1. -/ lemma I_mul_npow (w : ℂ) (n : ℕ) : (I * w) ^ n = I ^ (n % 4) * w ^ n := by rw [mul_pow, I_pow_eq_pow_mod] /- Functional equation of FF

sphere packingFourier analysismodular forms

Source project: Sphere Packing in Dimension 8

Person-level attribution pending.

View proof record