Draft — mutable and not usable as a dependency; its citation marks the draft state.

Lax2Functional Equivalence of Twin-Width and Mixed Minor Number

Édouard Bonnet @EdouardBonnet

created 2026-07-23·github.com/jan3er/lax-submissions@a2073e3/twin-width-mixed-minor-number·Lean v4.30.0 · mathlib c5ea00351c28

Abstract

This submission gives a full Lean proof that finite-graph twin-width and mixed minor number are functionally equivalent: each parameter is bounded by a numerical function of the other.

The concept surface has two review units. The first gives the complete definition of mixed minor number — interval divisions, mixed matrix cells, mixed minors, and vertex-ordered adjacency matrices — phrased with plain structures and Prop-valued predicates, and with the parameter an infimum of an explicit set of naturals. The second states the functional equivalence with the twin-width parameter of submission Lax1, applied directly to the two parameters through a shared uniform signature. The proof runs through the Marcus–Tardos theorem, the matrix grid-minor theorem, and the graph twin-decomposition bridge; both submitted parameters are proved pointwise equal to their source counterparts, via the black-is-complete / red-is-non-homogeneous invariant for contraction sequences and a pointwise division-and-cell translation for mixed minors.

Ported from Édouard Bonnet's original formalization of twin-width, which is MIT-licensed.

Concepts

Dependency view
This submissionOther submissionDependency to importer

Proofs

Derivation viewArrows follow logical support
Proven statementUnproven statementExternal nodeProofCycleUngrounded cycle

Proof code is not displayed; the archive records each proof's checked relationship between statements.

Cite this

@misc{Lax2,
  author = {Édouard Bonnet},
  title = {Functional Equivalence of Twin-Width and Mixed Minor Number},
  year = {2026},
  howpublished = {Lax Archive, Lax2},
  url = {https://laxarchive.org/Lax2/},
  note = {draft},
}

References

@article{BonnetKimThomasseWatrigant2022,
  author  = {Bonnet, {\'E}douard and Kim, Eun Jung and Thomass{\'e}, St{\'e}phan and Watrigant, R{\'e}mi},
  title   = {Twin-width I: Tractable FO Model Checking},
  journal = {Journal of the ACM},
  volume  = {69},
  number  = {1},
  pages   = {3:1--3:46},
  year    = {2022},
  doi     = {10.1145/3486655}
}
@article{MarcusTardos2004,
  author  = {Marcus, Adam and Tardos, G{\'a}bor},
  title   = {Excluded permutation matrices and the {S}tanley-{W}ilf conjecture},
  journal = {Journal of Combinatorial Theory, Series A},
  volume  = {107},
  number  = {1},
  pages   = {153--160},
  year    = {2004},
  doi     = {10.1016/j.jcta.2004.04.002}
}