Singleton bound
singleton_bound
Plain-language statement
Singleton bound for arbitrary codes
Source project: ArkLib
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 filterssingleton_bound
Plain-language statement
Singleton bound for arbitrary codes
Source project: ArkLib
Person-level attribution pending.
SPMF.boolBiasAdvantage_eq_boolDistAdvantage_coin_branch
Plain-language statement
Hidden-bit decomposition at the SPMF level: the bias of a coin-flip guessing game equals the distinguishing advantage between the two branches, assuming the coin is fair and both branches have full mass (no failure). This is the SPMF analogue of ProbComp.boolBiasAdvantage_eq_boolDistAdvantage_uniformBool_branch. The ProbComp version holds unconditionall...
Source project: VCVio
Person-level attribution pending.
SPMFSemantics.withStateOracle_evalDist_map
Plain-language statement
withStateOracle commutes with <$>: mapping a function over the surface computation is the same as mapping it over the observed SPMF. This holds because interpret is the bundled monad morphism simulateQ', and the StateT observer fun mx => toSPMF (StateT.run' mx s) preserves <$> even though it is not a full monad morphism: <$> does not thr...
Source project: VCVio
Person-level attribution pending.
sq_probOutput_bind_le_probOutput_bind_prod
Plain-language statement
Two conditionally independent executions dominate the square of the corresponding single-execution output probability.
Source project: VCVio
Person-level attribution pending.
StirIOP.stir_rbr_soundness
Plain-language statement
Lemma 5.4: Round-by-round soundness of the STIR IOPP Consider parameters: ι = {ιᵢ}_{i = 0, ..., M} be smooth evaluation domains P : Params ι F containing required protocol parameters - initial degree, folding parameters foldingParamᵢ, embedding φᵢ, repetition parameters repeatParamᵢ hParams : ParamConditions ι P, stating conditions that parame...
Source project: ArkLib
Person-level attribution pending.
sum_probEvent_option_map_eq_some_le_isSome
Plain-language statement
Selector fibers inside an optional output are disjoint, so their finite sum is bounded by the probability of returning any some value.
Source project: VCVio
Person-level attribution pending.