LeanPool.ErdosTuzaValtr.Etv.Defs #
Imported Lean Pool material for LeanPool.ErdosTuzaValtr.Etv.Defs.
def
Config.HasLaced
{α : Type u_1}
[LinearOrder α]
(C : Config α)
(n : ℕ)
(S : Finset α)
(p q : α)
:
p and q are laced of order n in S: an n-cup from p to q extends on both
sides to cups whose lengths sum to n.
Equations
- One or more equations did not get rendered due to their size.
Instances For
def
Config.HasInterweavedLaced
{α : Type u_1}
[LinearOrder α]
(C : Config α)
(n : ℕ)
(S : Finset α)
(p q r s : α)
:
Two interweaving laced pairs (p, r) and (q, s) with p < q ≤ r < s.