EconCSLib.Math.Minimax.SkewSymmetric #
For a skew-symmetric matrix S : Fin N โ Fin N โ ๐ (S k l = - S l k) over a
linearly ordered field, the symmetric matrix game on S has value 0: there
is a mixed strategy z โ ฮ with โโ zโ Sโโ โฅ 0 for every column l.
This is the engine of the ordered-field minimax theorem (von Neumann
symmetrisation): it is a pure feasibility statement, closed by the Theorem
of the Alternative (EconCSLib.LinearAlgebra.theorem_of_alternative) โ no LP
optimum / attainment is needed. If the feasibility system had no solution, the
Farkas certificate would yield w โฅ 0, w โ 0 with S w < 0 everywhere; but
skew-symmetry forces wแต S w = 0, a contradiction.
Skew-symmetric optimal strategy. Every skew-symmetric game has a value-0 optimal mixed strategy.