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

1 topic

4 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