Documentation

LeanPool.Duality

Duality theory in linear optimization and its extensions #

Source: arxiv:2409.08119, doi:10.46298/afm.14253 Authors: Martin Dvorak Status: verified Main declarations: extendedFarkas, StandardLP.strongDuality Tags: linear-programming, optimization, farkas-lemma MSC: 90C05, 90C46

Mathematical overview #

Farkas established that a system of linear inequalities has a solution if and only if we cannot obtain a contradiction by taking a linear combination of the inequalities. Several Farkas-like theorems are stated and formally proved in Lean 4. Furthermore, we consider a linearly ordered field extended with two special elements denoted by and , where is below every element and is above every element. We define ⊥ + a = ⊥ = a + ⊥ for all a and we define ⊤ + b = ⊤ = b + ⊤ for all b ≠ ⊥. Instead of multiplication, we define scalar action c • ⊥ = ⊥ for every c ≥ 0 but we define d • ⊤ = ⊤ only for d > 0 because 0 • ⊤ = 0. We extend certain Farkas-like theorems to a setting where coefficients are from an extended linearly ordered field.

Main corollaries:

Main results:

Provenance #

Imported from https://github.com/madvorak/duality (originally Lean v4.18.0) and ported to Lean Pool's v4.30.0-rc2 / Mathlib v4.30.0-rc2 toolchain. Technical report: https://arxiv.org/abs/2409.08119.