Geometric Formalization of First-Order Stochastic Dominance in $N$ Dimensions: A Tractable Path to Multi-Dimensional Economic Decision Analysis
Jingyuan Li
TL;DR
This work addresses the challenge of formalizing multi-dimensional first-order stochastic dominance by introducing a geometric framework that uses survival probabilities in the upper-right orthant. Implemented in Lean 4 with Mathlib, it replaces measure-theoretic complexity with combinatorial, inclusion–exclusion constructions on hyperrectangles, yielding tractable equivalence results between geometric FSD and traditional utility-based FSD. The key contributions include the ND definitions (RVector, Icc_n, Ioo_n, indicatorUpperRightOrthant), the ND survival probability, and formal proofs translating orthant-indicator dominance into FSD, along with an extension pathway to general non-decreasing utilities. The framework enables verifiable analysis for multi-attribute economic problems—portfolio selection, risk management, and welfare analysis—and opens avenues for certified libraries, privacy guarantees, and AI systems that require rigorous, multi-dimensional decision guarantees.
Abstract
This paper introduces and formally verifies a novel geometric framework for first-order stochastic dominance (FSD) in $N$ dimensions using the Lean 4 theorem prover. Traditional analytical approaches to multi-dimensional stochastic dominance rely heavily on complex measure theory and multivariate calculus, creating significant barriers to formalization in proof assistants. Our geometric approach characterizes $N$-dimensional FSD through direct comparison of survival probabilities in upper-right orthants, bypassing the need for complex integration theory. We formalize key definitions and prove the equivalence between traditional FSD requirements and our geometric characterization. This approach achieves a more tractable and intuitive path to formal verification while maintaining mathematical rigor. We demonstrate how this framework directly enables formal analysis of multi-dimensional economic problems in portfolio selection, risk management, and welfare analysis. The work establishes a foundation for further development of verified decision-making tools in economics and finance, particularly for high-stakes domains requiring rigorous guarantees.
