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 130 research declarations. Search 10,000 more complete Mathlib declarations.

1 topic

130 results

Clear filters
Project-declaredLean 4.32.0

Control approximation effect

control_approximation_effect

Plain-language statement

Fix 1<p<21<p<2, an error threshold δ>0\delta>0, and a measure tolerance ε0\varepsilon\ge0. There is an explicit bound C(δ,ε,p)C(\delta,\varepsilon,p) such that, whenever a measurable 2π2\pi-periodic function gg satisfies gLp((0,2π])C(δ,ε,p)\lVert g\rVert_{L^p((0,2\pi])}\le C(\delta,\varepsilon,p), the set where the maximal partial Fourier sum supNSNg(x)\sup_N\lVert S_Ng(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

Control approximation effect

control_approximation_effect'

Plain-language statement

For every δ,ε>0\delta,\varepsilon>0, there is an explicit positive uniform bound C(δ,ε)C(\delta,\varepsilon) such that, if a measurable 2π2\pi-periodic function gg satisfies g(x)C(δ,ε)\lVert g(x)\rVert\le C(\delta,\varepsilon) for every xx, then the set where supNSNg(x)\sup_N\lVert S_Ng(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

Dens1 le dens

dens1_le_dens'

Plain-language statement

If every tile in PP lies at the fixed generation kk, then the first global density of PP is at most the generation-specific density dens(k,P)\mathrm{dens}'(k,P).

harmonic analysisFourier analysismeasure theory

Source project: Carleson formalization

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Dense comap val nhds Within Ioi ne Bot

Dense.comap_val_nhdsWithin_Ioi_neBot

Project documentation

This is an auxillary lemma used to prove Dense.monotone_of_isRightContinuous. It is saying that if D is a dense set and a, b are two points such that a < b, then the comap of 𝓝[Set.Ioi a] a under the inclusion D → α is nontrivial. Note that a < b is necessary as this is clearly not true if a is a top element.

probabilitystochastic processesmeasure theory

Source project: Brownian motion

Person-level attribution pending.

View proof record
Project-declaredLean 4.33.0-rc1

Dense monotone of is Right Continuous

Dense.monotone_of_isRightContinuous

Project documentation

If f is monotone on a dense set D and is right continuous, then f is monotone. We prove under the assumption that α has a top element and ⊤ ∈ D, which is a necessary assumption because otherwise it is possible that is an isolated point. This theorem should be also true when α satisfies NoTopOrder α.

probabilitystochastic processesmeasure theory

Source project: Brownian motion

Person-level attribution pending.

View proof record