Section 6 — Main Induction Theorems: Base and Large-Error Branches #
This module contains the base cases and the trivial large-error branches for the ordinary and answer-valued main induction statements.
Direct base case of thm:main-induction when m = 1.
The paper uses the unique axis-parallel line measurement as the global polynomial measurement in this case.
Answer-valued base case of the main induction when m = 1.
Paper origin: references/ldt-paper/inductive_step.tex:441-454, specialized
to the base dimension.
The proof is the same one-dimensional argument as mainInductionBaseCase.
Only the axis-parallel line measurement is used to construct the global
polynomial measurement, so the function-valued diagonal answer interface plays
no role in this case.
Trivial branch of thm:main-induction when the target error is at least
1.
Paper origin: references/ldt-paper/inductive_step.tex:441-551, where the
successor proof reduces to the nontrivial small-error regime before invoking the
pasting argument. In the complementary branch the normalized consistency defect
is bounded by 1, so a distinguished trivial polynomial measurement suffices.
Trivial branch of the answer-valued main induction when the target error is
at least 1.
This is the answer-valued analogue of mainInductionOfOneLeError. It supplies
the large-error branch needed by a simultaneous answer-valued induction proof:
the diagonal answer interface is irrelevant because the consistency defect
between the point measurement and a distinguished trivial polynomial measurement
is bounded by 1.