This is a formal verification of the paper "On the Erdős-Tuza-Valtr Conjecture" in Lean 4.
For any
The Erdős-Tuza-Valtr conjecture is a generalization of the Erdős-Szekeres conjecture.
For any
The case
In our paper, we show the first new case
The folder ErdosTuzaValtr
contains the Lean 4 source files.
The main theorem theorem main
in the file Main/Main.lean
.
Note that the cups-caps theroem is also shown in the file Main/CapCup.lean
.
For the minimal set of definitions required for stating the main theorem, we refer to the following files.
Config/Defs.lean
for the combinatorial model of convexity andLib/List/Defs.lean
for the definitions related to a list
The rest are required for only the proof of the main theorem, not its statement.
The directories Config
, Etv
, and Main
loosely corresponds to Section 2, Section 3 & 4, and Section 5 of the paper respectively.