Skip to main content

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

All topics

Showing 499 to 504 of 2,569 results.

Project-declaredLean 4.32.0

C Lp Norm conv le c Lp Norm dconv

cLpNorm_conv_le_cLpNorm_dconv

Mathematical statement

For a complex-valued function on the ambient finite group and a nonzero even integer nn, ordinary self-convolution has no larger normalized LnL^n norm than self-difference-convolution: ffnffn\|f*f\|_n\le\|f\mathbin{\circleddash}f\|_n.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record
Project-declaredLean 4.32.0

C Lp Norm dft indicator one pow

cLpNorm_dft_indicator_one_pow

Mathematical statement

The 2n2n-th Fourier moment of the indicator of a finite set equals its order-nn additive energy: 1s^2n2n=En(s)\|\widehat{1_s}\|_{2n}^{2n}=E_n(s). This is the standard bridge between Fourier norms and additive tuple counts.

additive combinatoricsarithmetic progressionsFourier analysis

Source project: Arithmetic Progressions Almost Periodicity

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Dist pos of Nontrivial

Code.dist_pos_of_Nontrivial

Mathematical statement

A non-trivial code (a code with at least two distinct codewords) must have a minimum distance greater than 0.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Dist From Code le iff rel Dist From Code le

Code.distFromCode_le_iff_relDistFromCode_le

Mathematical statement

A word u is close to a code C within an absolute error bound e if and only if it is close within the equivalent relative error bound e / n.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Dist From Code' eq dist From Code

Code.distFromCode'_eq_distFromCode

Project documentation

For finite nonempty codes, the computable distance equals the noncomputable distance.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Eq of le unique Decoding Radius

Code.eq_of_le_uniqueDecodingRadius

Mathematical statement

A stronger version of distFromCode_eq_of_lt_half_dist: If two codewords v and w are both within the uniqueDecodingRadius of u (i.e. 2 * Δ₀(u, v) < ‖C‖₀ and 2 * Δ₀(u, w) < ‖C‖₀), then they must be equal.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record