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

1 topic

423 results

Clear filters
Project-declaredLean 4.31.0

Is Special Sound Family one iff injective

CoordinateWise.isSpecialSoundFamily_one_iff_injective

Plain-language statement

For a single coordinate (ℓ = 1), membership in the special-sound family SS(S, 1, k) is exactly injectivity of the k challenge vectors: a central vector together with k-1 siblings differing in the unique coordinate is just k pairwise-distinct values. This is the cleaner ℓ = 1 characterization underlying the bridge to plain k-special soundness.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Coordinate Wise Special Sound of mk Witness

CoordinateWise.SingleRound.coordinateWiseSpecialSound_of_mkWitness

Plain-language statement

Generic single-round CWSS assembly. Any pure statement-extending verifier of the two-round pSpec is coordinate-wise special sound for foldStructure, provided a witness assembler mkWitness that turns per-branch relOut-witnesses at star-shaped challenge families into a relIn-witness. This discharges all tree/extractor plumbing once; the protoc...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Tensor Generator eq Tensor Generator Explicit

CoreDefinitions.TensorGenerator_eq_TensorGenerator_Explicit

Plain-language statement

The tensor product generator TensorGenerator and the explicit componentwise generator TensorGenerator_Explicit agree under the canonical isomorphism between F^ℓ ⊗ F^ℓ′ and (ℓ × ℓ') → F.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Col Rank gen Matrix eq dim of MDS

CoreResults.colRank_genMatrix_eq_dim_of_MDS

Plain-language statement

A linear code LC of length ι and dimension dim over a field F is MDS if any dim columns of the generator matrix whose rows are an F-basis of LC are linearly independent.[GRS25] Equivalently, a linear code is MDS if and only if its generator matrix is MDS. Note: the hypothesis 0 < dim LC is necessary because for a trivial code (dim = 0),...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Is MDS of matrix Is MDS

CoreResults.IsMDS_of_matrix_IsMDS

Plain-language statement

If a generator matrix is MDS with at least one row, then the code it generates is MDS.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Matrix Is MDS of Is MDS

CoreResults.matrix_IsMDS_of_IsMDS

Plain-language statement

If a linear code generated by a full-rank matrix is MDS, then the matrix is MDS.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record