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.

All topics

423 results

Clear filters
Project-declaredLean 4.31.0

Oracle Reduction completeness

ReduceClaim.oracleReduction_completeness

Plain-language statement

The ReduceClaim oracle reduction satisfies perfect completeness for any relation. Proof strategy mirrors the non-oracle reduction_completeness: the prover deterministically returns the mapped output, the verifier deterministically computes mapStmt, and the positive-probability output is exactly the mapped element which lies in relOut by hRel.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Oracle Verifier coordinate Wise Special Sound

ReduceClaim.oracleVerifier_coordinateWiseSpecialSound

Plain-language statement

Coordinate-wise special soundness of the ReduceClaim oracle reduction. As in the non-oracle case, the verifier is pure with no challenge rounds, so CWSS collapses to a transcript-level obligation discharged by the witness pull-back mapWitInv and the compatibility hRel (identical to the RBR knowledge soundness hypothesis, mapStmt replaced by `m...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Reduction completeness

ReduceClaim.reduction_completeness

Plain-language statement

The ReduceClaim reduction satisfies perfect completeness for any relation.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Verifier coordinate Wise Special Sound

ReduceClaim.verifier_coordinateWiseSpecialSound

Project documentation

Coordinate-wise special soundness of ReduceClaim. The verifier is pure with no challenge rounds, so CWSS collapses (via the no-challenge bridge) to a transcript-level obligation. Given the witness pull-back mapWitInv and the compatibility hRel (the same hypothesis as for RBR knowledge soundness), the extractor `e stmtIn := mapWitInv stmtIn witOu...

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Reduction all Verdicts eq map all Outputs fst

Reduction.allVerdicts_eq_map_allOutputs_fst

Plain-language statement

allVerdicts has the same distribution as allOutputs with a projection retaining the verifier output as the first component; it differs only by a pure post-map.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record
Project-declaredLean 4.31.0

Reduction id perfect Completeness

Reduction.id_perfectCompleteness

Plain-language statement

The identity / trivial reduction is perfectly complete.

cryptographyproof systemscoding theory

Source project: ArkLib

Person-level attribution pending.

View proof record