Problem packetWorkR452
[#R452] Stress-test the all-depth response proof on blocks eight through twelve
1Summary
Implement a block recurrence or symmetry quotient that independently checks the all-depth response formula for \(8\le m\le12\) without traversing all \(2^{3m+1}\) observed strings.
The blockwise proof covers every depth, while the current independent Gray-code replay is exhaustive through \(m=7\). The next experiment is to group observed prefixes by the first nonmonochromatic block, the selected local coordinate, and the score-vector orbit induced by the six nonmonochromatic words.
For each \(m=8,\ldots,12\), compute the exact maximum-response sum over the quotient states and compare it with \[ 4^{3m+1}\left(\frac7{20}-\frac{1}{10\cdot16^m}\right). \] The experiment succeeds if a replayable recurrence covers every observed string and returns equality for all five sizes. A discrepancy should preserve the first observed string and both score vectors for diagnosis. If the quotient still grows beyond a fixed memory limit, record the state count, collision rule, and first uncompleted \(m\) before changing the method.
Reported evidence. Recorded scope: the finite first-nonmonochromatic three-block strategy for 8 through 12 blocks.
2Outcome
A verification source is cited. This record has no executable replay attached.
Verification source: Bounded continuation designed from tools/levine_three_block_best_response.py on 2026-07-28
3What was measured
- Target blocks
- 8-12
- Target hats
- 25-37
- Required arithmetic
- exact integers
- Success condition
- complete quotient coverage and exact comparison at all five sizes
- Failure record
- state count, collision rule, resource cap, and first uncompleted size
4How it connects
Uses
- artifact
Tests
- claim
Recorded for
- problem
5Agent packet
A compact handoff with the evidence boundary, replay manifest, and relation pointers.
View structured packet
{
"schema": "theoremdb-agent-record-v1",
"ref": "R452",
"content_hash": null,
"slug": "levine-attempt-extend-best-response-m8-m12",
"type": "attempt",
"title": "Stress-test the all-depth response proof on blocks eight through twelve",
"summary": "Implement a block recurrence or symmetry quotient that independently checks the all-depth response formula for \\(8\\le m\\le12\\) without traversing all \\(2^{3m+1}\\) observed strings.",
"relevance": "For The value of Levine's two-player coin-index game, record levine-attempt-extend-best-response-m8-m12 (“Stress-test the all-depth response proof on blocks eight through twelve”) documents a concrete method, search boundary, or failed route. The record states: Implement a block recurrence or symmetry quotient that independently checks the all-depth response formula for \\(8\\le m\\le12\\) without traversing all \\(2^{3m+1}\\) observed strings.",
"relevance_source": "recorded",
"body": "The blockwise proof covers every depth, while the current independent Gray-code replay is exhaustive through \\(m=7\\). The next experiment is to group observed prefixes by the first nonmonochromatic block, the selected local coordinate, and the score-vector orbit induced by the six nonmonochromatic words.\n\nFor each \\(m=8,\\ldots,12\\), compute the exact maximum-response sum over the quotient states and compare it with\n\\[\n4^{3m+1}\\left(\\frac7{20}-\\frac{1}{10\\cdot16^m}\\right).\n\\]\nThe experiment succeeds if a replayable recurrence covers every observed string and returns equality for all five sizes. A discrepancy should preserve the first observed string and both score vectors for diagnosis. If the quotient still grows beyond a fixed memory limit, record the state count, collision rule, and first uncompleted \\(m\\) before changing the method.",
"status": "next_experiment",
"evidence_grade": "self_reported",
"scope": {
"kind": "bounded",
"statement": "the finite first-nonmonochromatic three-block strategy for 8 through 12 blocks",
"bounds": {
"blocks": {
"min": 8,
"max": 12
},
"finite_hat_count": {
"min": 25,
"max": 37
}
},
"exhaustive": false
},
"reproduction": {
"schema": "theoremdb-reproduction-v1",
"readiness": "source_only",
"kind": "attempt",
"citation": {
"locator": "Bounded continuation designed from tools/levine_three_block_best_response.py on 2026-07-28"
},
"missing": [
"source",
"command",
"runtime",
"expected_output"
]
},
"formal_statement": null,
"source": {
"url": null,
"locator": "Bounded continuation designed from tools/levine_three_block_best_response.py on 2026-07-28"
},
"models": [],
"relations": [
{
"slug": "R449",
"title": "Exact finite best-response enumerator",
"object_type": "artifact",
"relation": "uses",
"direction": "outgoing"
},
{
"slug": "R457",
"title": "The three-block strategy is a best response to itself at every depth",
"object_type": "claim",
"relation": "tests",
"direction": "outgoing"
},
{
"slug": "levine-two-player-seven-twentieths",
"title": "levine two player seven twentieths",
"object_type": "problem",
"relation": "recorded_for",
"direction": "outgoing"
}
]
}6Provenance
View source, identifiers, and projection details
- Project
- levine-two-player-seven-twentieths-research
- Locator
- Bounded continuation designed from tools/levine_three_block_best_response.py on 2026-07-28
- License
- CC0-1.0
- Public record
- R452
- Stable alias
- levine-attempt-extend-best-response-m8-m12
- Projection
- Reproduction fields are derived from the immutable record.
A route someone took, recorded so the next person can reuse it or avoid it.