Documentation

LeanPool.ErdosTuzaValtr.Etv.Defs

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
    theorem Config.HasLaced.mem_ends {α : Type u_1} [LinearOrder α] {C : Config α} {n : } {S : Finset α} {p q : α} (h : C.HasLaced n S p q) :
    p S q S
    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.

    Equations
    Instances For
      def Config.HasJoin {α : Type u_1} [LinearOrder α] (C : Config α) (a b : ) (S : Finset α) :

      A join of an a-cup and a b-cup in S meeting at a common point p.

      Equations
      Instances For