Part IV — Lower Bounds for Bandits with Finitely Many Arms
Chapter 13: Lower Bounds: Basic Ideas
The Chapter 13 semantic and deterministic slice and Chapter 15 same-policy history KL bridge are compiled. Theorem 13.1 remains blocked on the Gaussian regret/event and caller-free minimax terminal.
Source map
Bandit Algorithms, Tor Lattimore and Csaba Szepesvári, Cambridge University Press (2020), DOI 10.1017/9781108571401.
- §13.1 Main Ideas Underlying Minimax Lower Bounds (CUP starts p. 155 / author-online pp. 181–182 / PDF pp. 190–191)
- §13.2 Notes (CUP p. 158 / author-online p. 183 / PDF p. 192)
- §13.3 Bibliographic Remarks (CUP p. 158 / author-online p. 184 / PDF p. 193)
- §13.4 Exercises (CUP p. 159 / author-online pp. 184–185 / PDF pp. 193–194)
Learning goals
- Read worst-case and minimax expected regret as explicit supremum and infimum operations.
- Derive a least-explored alternative arm from the exact expected pull-count budget.
- Separate the deterministic two-environment regret algebra from the missing statistical change-of-measure bridge.
- Understand why Theorem 13.1 is source-stated here but cannot be marked compiled before the Chapter 15 terminal.
Necessary definitions and statements
Least-explored alternative
CompiledTwo-environment algebra
CompiledMinimal source-change proof flow
- Choose the base instance
Give arm zero mean Delta and every alternative mean zero.
- Find a lightly sampled alternative
Use the expected pull budget to choose i.succ with expected count at most n/m.
- Change one source
Raise only that alternative mean to 2 Delta; keep the policy fixed.
- Write both regret expressions
Expose the base identity and changed-environment lower expression without identifying their expectations.
- Defer indistinguishability
A same-policy history-law KL/change-of-measure theorem must supply a quantitative pull-count discrepancy error before the minimax conclusion can follow.
Key source theorem and boundary
Theorem 13.1 (source statement; proof deferred to Chapter 15)
The source states the finite-arm Gaussian minimax order here and explicitly postpones its proof to Chapter 15.
Lean correspondence
Only declarations that exist in the current index and pass the verified build may render as compiled.
| Lean declaration | Status | Role and exact type |
|---|---|---|
BanditRLProof.LowerBounds.worstCaseExpectedRegret | Compiled | Worst-case ENNReal supremum over an explicit environment class.Exact compact Lean statement |
BanditRLProof.LowerBounds.minimaxExpectedRegret | Compiled | Minimax ENNReal infimum over an explicit policy class.Exact compact Lean statement |
BanditRLProof.LowerBounds.expectedRegret_le_worstCaseExpectedRegret | Compiled | One member is below the class supremum.Exact compact Lean statement |
BanditRLProof.LowerBounds.minimaxExpectedRegret_le_worstCaseExpectedRegret | Compiled | The infimum is below every admissible policy value.Exact compact Lean statement |
BanditRLProof.LowerBounds.le_minimaxExpectedRegret | Compiled | A uniform policywise lower bound passes through the minimax infimum.Exact compact Lean statement |
BanditRLProof.LowerBounds.exists_alternative_le_average | Compiled | Reusable finite averaging leaf.Exact compact Lean statement |
BanditRLProof.LowerBounds.alternativeExpectedPullBudget_le | Compiled | Remove the nonnegative distinguished-arm contribution from the exact total.Exact compact Lean statement |
BanditRLProof.LowerBounds.exists_leastExploredAlternative | Compiled | Source-shaped Fin.succ alternative-arm conclusion.Exact compact Lean statement |
BanditRLProof.LowerBounds.baseEnvironmentRegret | Compiled | Equation (13.2) deterministic expression.Exact compact Lean statement |
BanditRLProof.LowerBounds.changedEnvironmentRegretLowerBound | Compiled | Equation (13.3) lower expression.Exact compact Lean statement |
BanditRLProof.LowerBounds.max_base_changed_regretLowerBound_ge_half_sub_error | Compiled | Quantitative two-environment algebra with the cross-law pull discrepancy exposed as an error premise.Exact compact Lean statement |
BanditRLProof.LowerBounds.max_base_changed_regretLowerBound_ge_half | Compiled | Zero-error directional corollary of the quantitative algebra.Exact compact Lean statement |
Dependency graph
minimaxminimax / worst-case semanticsCompiledbudgetexpected pull budgetCompiledleastleast-explored alternativeCompiledalgebratwo-environment algebraCompiledtransportsame-policy history KL transportCompiledtheorem-13-1Gaussian minimax terminalBlockedReading path
- Read the source statement and its explicit Chapter 15 proof deferral.
- Inspect the minimax definitions before the averaging lemma.
- Check the Fin.succ indexing: source arms 2,…,k become Lean alternatives 0,…,m−1.
- Read the quantitative algebra theorem and locate its visible cross-environment error premise.
- Continue through the compiled Chapter 14 event-testing foundation and Chapter 15 history identity to the still-open Gaussian regret/event terminal.
Strict status and remaining gaps
- The Chapter 15 regret/event bridge from the compiled same-policy history KL identity.
- The source-specific Gaussian constant assembly and caller-free Theorem 13.1 terminal.