Dominant-Strategy Directification
Abstract
Dominant strategies induce truthful dominance in the direct mechanism.
Theorem 1.1 (Truthful reports remain dominant after directification).
Proof. Machine-checked in Lean as D5/S3/ConceptDynamics/DecisionValue/DominantStrategyDirectification.dominant_strategy_directification (✓ std3). ∎
Source. Repository-derived.
Commentary.
Agents are indexed by Fin n and may have different type and message spaces. The original mechanism consumes a dependent message profile, and each utility evaluates outcomes at one agent’s true type.
The public hypothesis says each strategy weakly dominates every alternative own message for every profile of the other messages. The direct mechanism is publicly constructed by applying all strategies to the reported type profile before invoking the original mechanism.
Updating one reported type and then applying the strategy family equals updating the induced message profile at that agent. The original dominance inequality therefore applies directly, proving truthful reporting weakly dominates every alternative report.
Repository and pinned-library searches found no exact directification theorem. The proof directly applies the pinned coordinate-update lemmas for the dependent profiles.
References
- Truth anchor:
D5/S3/ConceptDynamics/DecisionValue/DominantStrategyDirectification.dominant_strategy_directification