Section 6 -- Answer-Valued Restricted Probability Statement #
This module contains the answer-valued form of the restricted-probability bookkeeping for the main induction step.
References #
blueprint/src/chapter/ch10_induction.tex
The answer-valued slice has the same axis-parallel failure probability as the legacy restricted slice.
The answer-valued slice has the same self-consistency failure probability as the legacy restricted slice.
The answer-valued slice has the same verifier-visible diagonal failure probability as the legacy restricted slice after evaluating line answers at the base point.
The weighted average of the answer-valued restricted axis-parallel slice errors is bounded by the ambient axis-parallel test error.
The weighted average of the answer-valued restricted diagonal slice errors is bounded by the ambient diagonal-line test error.
Data answer-valued weighted restricted axis/diagonal bounds into the public answer-valued restricted-probabilities statement.
Answer-valued version of lem:restricted-probabilities.
Answer-valued successor restrictions #
The preceding lemmas start from an ordinary successor strategy and build the answer-valued slice profile used in the current Section 6 successor route. For the simultaneous answer-valued induction theorem, the successor strategy itself has answer-valued diagonal measurements. The next definitions and lemmas record the corresponding restricted-probability theorem without replacing that diagonal measurement by an ordinary low-degree realization.
Slice-wise error profile obtained by restricting an answer-valued successor strategy.
This is the answer-valued analogue of AnswerRestrictedFailureProfile, but
with source strategy AnswerSymStrat params.next ι and slices
xRestrictedAnswerSymStratOfAnswer.
The axis-parallel failure bound attached to each slice height.
The self-consistency failure bound attached to each slice height.
The diagonal-line failure bound attached to each slice height.
- restrictedGood (x : Fq params) : (xRestrictedAnswerSymStratOfAnswer params strategy x).IsGood (self.axisParallel x) (self.selfConsistency x) (self.diagonal x)
Each answer-valued slice is good with the recorded parameters.
Instances For
Average restricted axis-parallel error over answer-valued successor slices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Average restricted self-consistency error over answer-valued successor slices.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Average restricted diagonal-line error over answer-valued successor slices.
Equations
- MIPStarRE.LDT.MainInductionStep.averageAnswerSuccessorRestrictedDiagonalError params profile = MIPStarRE.LDT.avgOver (MIPStarRE.LDT.uniformDistribution (MIPStarRE.LDT.Fq params)) profile.diagonal
Instances For
Restricted-probabilities statement for an answer-valued successor strategy.
This is a Lean-only statement needed for the simultaneous answer-valued
induction route. It has the same three averaged conclusions as the restricted
probabilities lemma (\label{lem:restricted-probabilities}), with
xRestrictedAnswerSymStratOfAnswer as the slice strategy.
- profileExists : ∃ (profile : AnswerSuccessorRestrictedFailureProfile params strategy), averageAnswerSuccessorRestrictedAxisParallelError params profile ≤ sliceConditioningLoss params * eps ∧ averageAnswerSuccessorRestrictedSelfConsistencyError params profile ≤ delta ∧ averageAnswerSuccessorRestrictedDiagonalError params profile ≤ sliceConditioningLoss params * gamma
There is a slice-wise answer-valued error profile realizing the three averaged restricted bounds.
Instances For
The weighted average of the answer-valued successor restricted axis-parallel slice errors is bounded by the ambient answer-valued axis-parallel test error.
Averaging the self-consistency defect over answer-valued successor restrictions recovers the ambient answer-valued self-consistency defect.
The weighted average of the answer-valued successor restricted diagonal slice errors is bounded by the ambient answer-valued diagonal-line test error.
Assemble the weighted answer-valued successor restricted-probability bounds into the averaged statement.
Answer-valued restricted-probabilities theorem for an answer-valued successor strategy.
This is the restricted-probability input needed by a simultaneous answer-valued proof of the main induction theorem. It is a construction from the answer-valued successor strategy's own goodness hypotheses, not an additional theorem assumption.
Recursive predecessor conclusions for the answer-valued successor slices.
Paper origin: references/ldt-paper/inductive_step.tex:441-454, in the
answer-valued successor interface used by the simultaneous induction route.
This theorem is the formal content of the recursive call: from the
answer-valued restricted-probabilities theorem and the predecessor
answer-valued induction hypothesis, it obtains the main-induction conclusion
for every restricted slice. The hypotheses k ≥ 1 and
400 * params.m * params.d ≤ k are derived here from the nontrivial
successor branch, rather than being stored in a source theorem statement.