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 2,011 to 2,016 of 2,569 results.

Project-declaredLean 4.31.0

Folding preserves distance

ProximityGap.folding_preserves_distance

Mathematical statement

Folding preserves distance from Reed–Solomon codes. For any word f over the smooth coset FFT domain, degree parameter d, folding parameter k, and distance threshold δ satisfying 0 < δ < min (δᵣ(f, RS[d])) (1 - sqrtRate(d)), the probability over a uniformly random folding challenge r : F that the folded word is within relative distance δ of t...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Fold Word k 1 of sq roots

ProximityGap.foldWord_k_1_of_sq_roots

Mathematical statement

An explicit formula for foldWord when k = 1 that does not use Lagrange interpolation and avoids using log.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Fold Word mem code of mem code

ProximityGap.foldWord_mem_code_of_mem_code

Mathematical statement

Perfect completeness of folding: if a word belongs to an RS-code then its foldWord belongs to a folded RS-code.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Joint Agreement implies lin Span proximity

ProximityGap.jointAgreement_implies_linSpan_proximity

Mathematical statement

Generalisation of jointAgreement_implies_second_proximity to an arbitrary word stack over a submodule code. If a stack W : Fin k → ι → F jointly agrees with a submodule C ⊆ ι → F, then every element of the linear span of the stack is δ-close to C. The pointwise case W i ∈ C is the special case x = W i (choose coefficients c to be the i-th...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Prob coeff eq prob affine

ProximityGap.prob_coeff_eq_prob_affine

Mathematical statement

The coefficient-parameterised probability equals the subtype probability. The map r ↦ u₀ + ∑ rᵢ • dᵢ has constant-cardinality fibers (cosets of the kernel of the linear part), so pushforward of uniform gives uniform.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Rel Dist From Code smul eq

ProximityGap.relDistFromCode_smul_eq

Mathematical statement

Relative distance to a submodule is invariant under scaling by a unit: δᵣ(z • u, V) = δᵣ(u, V) for z ≠ 0 and V a submodule. Key step in BCIKS20 §6.3 (Step 1c).

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record