Documentation

Ramsey2lemmas.Sym2

instance Sym2.decBall {α : Type} (p : αProp) [pdec : DecidablePred p] (s : Sym2 α) :
Decidable (∀ xs, p x)
Equations
  • One or more equations did not get rendered due to their size.
instance Sym2.decBex {α : Type} (p : αProp) [pdec : DecidablePred p] (s : Sym2 α) :
Decidable (∃ xs, p x)
Equations
  • One or more equations did not get rendered due to their size.
def Sym2.toOrderedPair {α : Type} [LinearOrder α] (s : Sym2 α) :
α × α
Equations
Instances For
    theorem Sym2.exists_mem_pair {α : Type u_1} {P : αProp} {a b : α} :
    (∃ xs(a, b), P x) P a P b