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

1 topic

187 results

Clear filters
Project-declaredLean 4.31.0

Rq eq zero of l1Norm eq zero

ArkLib.Lattices.CyclotomicModulus.Rq.eq_zero_of_l1Norm_eq_zero

Plain-language statement

A ring element with zero centered ℓ₁ norm is 0: every centered coefficient representative below deg φ vanishes (ZMod.valMinAbs_eq_zero), and the representative is reduced (degree < deg φ), so the underlying polynomial is 0.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Rq l1Norm one

ArkLib.Lattices.CyclotomicModulus.Rq.l1Norm_one

Plain-language statement

The centered ℓ₁ norm of 1 : Rq Φ is 1 (when 1 ≤ deg φ): the trivial challenge c = 1 used by the honest committer is nonzero and ℓ₁-short.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Rq l2Norm Sq le nat Degree mul l Infty Norm sq

ArkLib.Lattices.CyclotomicModulus.Rq.l2NormSq_le_natDegree_mul_lInftyNorm_sq

Plain-language statement

ℓ∞ → ℓ₂² bridge (ring element): ‖x‖₂² ≤ deg φ · ‖x‖∞² , each of the deg φ centered coefficients contributes at most ‖x‖∞².

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Rq l2Norm Sq sub le

ArkLib.Lattices.CyclotomicModulus.Rq.l2NormSq_sub_le

Plain-language statement

Per-element subtraction bound: ‖a - b‖₂² ≤ 2·(‖a‖₂² + ‖b‖₂²).

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Rq l Infty Norm sub le

ArkLib.Lattices.CyclotomicModulus.Rq.lInftyNorm_sub_le

Plain-language statement

Per-element ℓ∞ triangle inequality: ‖a - b‖∞ ≤ ‖a‖∞ + ‖b‖∞.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Sub l2Norm Sq le

ArkLib.Lattices.CyclotomicModulus.sub_l2NormSq_le

Plain-language statement

Subtraction bound. The squared ℓ₂ norm of a difference of two vectors, each within boundSq, is within subL2NormSqBound boundSq = 4·boundSq.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record