Methodology for quantum game theory using quantum discord as minimal resource for extending bounded rationality. Shows discord (without entanglement) enables behavioral strategies to substitute for strategic memory in extensive-form games with imperfect recall, establishing quantum analogue to Kuhn's theorem.
Scanned 9/11/2026
Install to Claude Code
npx -y skills add hiyenwong/ai_collection --skill quantum-discord-behavioral-games --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Quantum Discord Behavioral Games?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/hiyenwong-quantum-discord-behavioral-games)More formats (shields.io, HTML) on the badges page.
---
name: quantum-discord-behavioral-games
description: "Methodology for quantum game theory using quantum discord as minimal resource for extending bounded rationality. Shows discord (without entanglement) enables behavioral strategies to substitute for strategic memory in extensive-form games with imperfect recall, establishing quantum analogue to Kuhn's theorem."
---
# Quantum Discord in Behavioral Games
## Description
Methodology establishing quantum discord as a minimal quantum resource for game theory applications. Demonstrates that local measurements on separable quantum states with zero entanglement but nonzero quantum discord can replicate payoffs of classical mixed strategies in extensive-form games with imperfect recall. Provides quantum analogue to Kuhn's theorem: discord enables behavioral-style strategies to functionally substitute for strategic memory and recover coordination lost in classical settings.
## Activation Keywords
- quantum discord games
- 量子博弈
- kuhn theorem quantum
- imperfect recall quantum
- behavioral quantum strategy
- quantum game theory discord
- bounded rationality quantum
- 不完美的回忆量子博弈
- separable quantum state game
## Tools Used
- exec: Run quantum game simulations, calculate discord measures
- write_file: Create game theory analysis reports
- read_file: Read game theory papers and payoff matrices
- search_files: Locate game theory literature
## Core Concepts
### Kuhn's Classical Theorem
In classical game theory with perfect recall:
- Mixed strategies ≡ Behavioral strategies (Kuhn's equivalence)
- Players can randomize at information sets without losing payoff
In games with **imperfect recall**:
- Behavioral strategies are strictly weaker than mixed strategies
- Players cannot coordinate across information sets they've forgotten
- Memory constraint reduces achievable payoff
### Quantum Discord as Memory Substitute
**Key insight**: Quantum discord (not entanglement) enables coordination:
- Prepare separable state with nonzero discord
- Each player performs local measurements
- Measurement outcomes correlate beyond classical limits
- Behavioral strategies + discord ≡ Classical mixed strategies
- Recovers payoff lost due to imperfect recall
### Why Discord, Not Entanglement?
| Property | Entanglement | Discord |
|----------|-------------|---------|
| Required? | No | Yes (nonzero) |
| Separable states possible? | No | Yes |
| Local measurements sufficient? | Sometimes | Yes |
| Resource cost | Higher | Lower |
| Decoherence resistance | Low | Higher |
Discord is more robust and cheaper than entanglement as a game-theoretic resource.
## Usage Patterns
### Pattern 1: Imperfect Recall Game Analysis
When analyzing games where players forget information:
1. Identify the information sets and recall structure
2. Compute classical behavioral strategy equilibrium
3. Compute classical mixed strategy equilibrium
4. Gap = lost payoff due to imperfect recall
5. Design quantum discord state to bridge the gap
### Pattern 2: Discord State Design
When constructing quantum strategies:
1. Start with separable state: rho = sum_i p_i |a_i><a_i| ⊗ |b_i><b_i|
2. Ensure discord ≠ 0 (non-commuting measurement bases)
3. Define local measurement operators for each player
4. Compute expected payoffs from measurement statistics
5. Verify payoff equivalence to classical mixed strategies
### Pattern 3: Quantum Advantage Quantification
When quantifying quantum advantage in games:
1. Classical behavioral max payoff: V_CB
2. Classical mixed max payoff: V_CM
3. Quantum discord payoff: V_QD
4. Quantum advantage: V_QD - V_CB (recovery of lost payoff)
5. Entanglement advantage: V_QE - V_QD (marginal benefit of entanglement)
## Instructions for Agents
### Step 1: Model the Game
```
Game tree structure:
- Players: {n}
- Information sets: {I_1, I_2, ...}
- Recall structure: what each player remembers
- Payoff functions: u_i(a_1, a_2, ...)
```
### Step 2: Compute Classical Baselines
```
Behavioral strategy: sigma_i(I_k) = probability distribution over actions at I_k
Mixed strategy: mu_i = probability distribution over pure strategies
Gap = max_{mu} E[u] - max_{sigma} E[u]
```
### Step 3: Design Quantum Protocol
```
1. Prepare state rho with D(rho) > 0 (nonzero discord)
2. Player i measures M_i on their subsystem
3. Outcomes determine actions at information sets
4. Expected payoff = Tr(rho * M_1 ⊗ M_2 * Payoff operator)
```
### Step 4: Verify Equivalence
```
Check: V_QD >= V_CM (quantum discord recovers mixed strategy payoff)
If yes: quantum analogue of Kuhn's theorem holds
If no: analyze gap and adjust discord state design
```
## Error Handling
### Discord Hard to Compute
Quantum discord is NP-hard to compute exactly:
- Use lower bounds (measurement-induced disturbance)
- Apply geometric discord approximations
- For qubit systems: use closed-form expressions
### No Advantage Found
If quantum discord doesn't help:
1. Verify the game truly has imperfect recall
2. Check if discord state is properly designed
3. Consider whether entanglement is actually required
4. The gap may be zero (perfect recall case)
## Resources
- arXiv: 2505.08917 — When Recall Fails, Discord Remembers: A Quantum Analogue of Kuhn's Theorem
- Journal of Quantum Economics and Finance
- Quantum Game Theory literature
## Related Skills
- quantum-game-theory-economics — General quantum game theory
- quantum-economic-action-constant — Quantum economics framework
- quantum-cognition — Quantum models of cognition and decision making
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!