docs(audit): game-theory operator plan + numerically verified math audit - #563
Merged
Merged
Conversation
GAME_THEORY_PLAN.md: coalition-lattice / equilibrium operator family from the Faigle lecture-note review — subset zeta/Möbius as an FFT-sibling butterfly, one weight-parameterized semivalue op (Shapley/Banzhaf/interaction indices), boltzmann_value as online-softmax over the lattice, equilibria on the existing custom_root/sparsemax seam, G0–G6 phasing with two sanctioned guardrail overrides (test-only differential oracles; a generic tessera.butterfly_transform consolidating the spectral FFT tiling). research/game_theory/: the 27-check verification harness (all passing). Two plan claims corrected by measurement: the fp32 wall is sign-structure-dependent (nonneg games worst-case; fp32 *storage* of the zeta is the failure, making zeta→consumer fusion a correctness feature), and hazard H2 demonstrated live (two consecutive plausible-but-wrong Blum–Mansour dynamics, no invariant caught either). Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
test_compiler_index_routes_every_live_document requires every live compiler doc in the README catalog; adds the question-route row and the scoped-plans entry. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Plan-stage tranche for a game-theory operator family in Tessera, sourced from the Faigle Mathematical Game Theory lecture-note review plus the maintainer's refined-equilibria list (SPE, Bayesian, k-resilient, correlated, bounded rationality, Preference-CFR).
docs/audit/compiler/GAME_THEORY_PLAN.md(follows theRIEMANNIAN_OT_PLAN.mdconvention):spectral_candidatesarbiter lane; one weight-parameterizedsemivalueop covering Shapley/Banzhaf/interaction indices;boltzmann_valueas n-head online-softmax over the coalition lattice; equilibria on the existingcustom_root/sparsemaximplicit-diff seam.tessera.butterfly_transform(G1b) consolidating tiling already duplicated by the spectral FFT lane (Decision Apple GPU: Gumbel-max inference sampler (#18-safe, reproducible) #31). The overrides for a runtime LP dependency and atessera_gamedialect are explicitly declined.exploitabilityas a first-class metric op, and the Python-layerGameprotocol.research/game_theory/— the 27-check numerical verification harness (all passing; numpy-only). Two plan claims were corrected by measurement:Test plan
python3 research/game_theory/verify_game_theory_plan.py— 27/27 checks pass🤖 Generated with Claude Code