Demo Impl writes Only
CellRefExample.demoImpl_writesOnly
Plain-language statement
The handler writes only the cells declared by demoWrites.
Source project: VCVio
Person-level attribution pending.
Source-pinned research
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 573 research declarations. Search 10,000 more complete Mathlib declarations.
573 results
Clear filtersCellRefExample.demoImpl_writesOnly
Plain-language statement
The handler writes only the cells declared by demoWrites.
Source project: VCVio
Person-level attribution pending.
ChallengeTreeShape.append_nodeOk_inl
Plain-language statement
The append node predicate at a left-embedded index reduces to the left shape's predicate.
Source project: ArkLib
Person-level attribution pending.
ChallengeTreeShape.append_nodeOk_inr
Plain-language statement
The append node predicate at a right-embedded index reduces to the right shape's predicate.
Source project: ArkLib
Person-level attribution pending.
ChallengeTreeShape.seqCompose_succ
Plain-language statement
Successor unfolding of the sequentially-composed shape. ChallengeTreeShape.seqCompose of a family over m + 1 factors is the binary append of the head shape with the sequential composition of the tail. This is the shape-level analogue of ProtocolSpec.seqCompose_succ_eq_append, and is what lets the n-ary tree-soundness induction reduce its ste...
Source project: ArkLib
Person-level attribution pending.
CheckClaim.oracleReduction_completeness
Plain-language statement
Perfect completeness of the pure pass-through CheckClaim oracle reduction. Because the verifier no longer checks P at runtime (it is a pure pass-through, with P living in oracleRelOut), completeness needs the explicit hypothesis hP that every relIn input already satisfies P. Under hP, the prover forwards ⟨stmt, oStmt⟩ unchanged and t...
Source project: ArkLib
Person-level attribution pending.
CheckClaim.oracleVerifier_coordinateWiseSpecialSound
Project documentation
Coordinate-wise special soundness of CheckClaim. The verifier is a pure pass-through with no challenge rounds, so CWSS collapses (via the oracle no-challenge bridge coordinateWiseSpecialSound_of_isEmpty_challengeIdx) to a transcript-level obligation. The extractor is trivial (e := fun _ _ => (), there is no witness); since the pass-through outpu...
Source project: ArkLib
Person-level attribution pending.