The length of an $s$-increasing sequence of $r$-tuples #
This file contains the formalisation of [GoLo21] up to and including Conjecture 1.8
[GoLo21] W.T. Gowers and J. Long, The length of an $s$-increasing sequence of $r$-tuples, Combinatorics, Probability and Computing (2021), 686-721.
References:
- arxiv/1609.08688 The length of an $s$-increasing sequence of $r$-tuples by W. T. Gowers, J. Long
- GoLo21 The length of an $s$-increasing sequence of $r$-tuples by W. T. Gowers, J. Long, 2021
Let $a = (a_1, a_2, a_3)$ and $b = (b_1, b_2, b_3)$ be two triples of integers. Say that $a$ is $2$-less than $b$, or $a <_2 b$, if $a_i < b_i$ for at least two co-ordinates $i$.
Instances For
Since the $2$-less relation is not transitive, we make a further definition to specify transivity.
Instances For
Let $F(n)$ be the maximal length of a $2$-increasing sequence of triples with each coordinate belong to $[n]$ ($= \{1, 2, ..., n\}$).
Equations
Instances For
In a set of more than $n^2$ triples with coordinates from $\{1, ..., n\}$ we must have two triples that are equal in their first two coordinates.
For all $n$ we have $F(n) \leq n^2$.
Moreover, whenever $n$ is a perfect square we have $F(n) \geq n^{3/2}$.
Two triples $t_1$ and $t_2$ are $2$-comparable if one of them is $2$-less than the other.
Equations
- Arxiv.id160908688.IsComparable₂ t₁ t₂ = (Arxiv.id160908688.lt₂ t₁ t₂ ∨ Arxiv.id160908688.lt₂ t₂ t₁)
Instances For
A set of triples is $2$-comparable if any two of them are $2$-comparable.
Equations
Instances For
$F(n) \leq n^2 / \exp(\Omega(\log^*(n)))$.
We define the product of two triples $(a, b, c)$ and $(d, e, f)$ by $((a, d), (b, e), (c, f))$, where the pairs are arranged in lexicographical order.
Equations
- Arxiv.id160908688.tripleProduct a b = toLex (Pi.prod a b)
Instances For
We define the product $\otimes$ of two sequences $(a_i, b_i, c_i)$ and $(d_i, e_i, f_i)$ by the sequence $((a_i, d_j), (b_i, e_j), (c_i, f_j))$, where the indices $(i, j)$ are arranged lexicographically, and the pairs are also ordered lexicographically.
Equations
- Arxiv.id160908688.sequenceProduct s t = toLex (List.flatMap (fun (a : Fin 3 → α) => List.map (Arxiv.id160908688.tripleProduct a) t) s)
Instances For
Suppose that for some $n$ we have $F(n) = n ^ {\alpha}$. Then there are arbitrarily large $m$ such that $F(m) \geq m^{\alpha}$.
$F(n) \leq n^{3/2}$.