All problems

Is 5^(n/2) optimal for m(n,n,1)?

Shared Resources

import Mathlib.Data.Finset.Card

/-!
# Cross intersecting set pair systems, and the `1`-cross intersecting refinement

Shared vocabulary for Bollobás' set pair systems and for the `1`-cross intersecting
variant introduced by Füredi, Gyárfás and Király (arXiv:1911.03067,
*Combin. Probab. Comput.* **32** (2023) 15–30).

The ground set is fixed to `ℕ`. This is without loss of generality: a system lives on
finitely many sets, each finite, so its ground set is finite and embeds into `ℕ`, and
every condition below is stated purely in terms of intersections and cardinalities,
all of which are preserved by an injection.
-/

namespace Commons

/-- `OneCrossSPS a b m A B` says that `(A i, B i)` for `i : Fin m` is an
`(a, b)`-**bounded** `1`-**cross intersecting set pair system of size** `m`, in the
sense of Füredi–Gyárfás–Király §3 (conditions i–iii and vi with
`I_cross = {1}`, `I_A = I_B = *`):

* `(A i).card ≤ a`                    — condition ii;
* `(B i).card ≤ b`                    — condition iii;
* `A i ∩ B i = ∅`                     — condition i;
* `(A i ∩ B j).card = 1` for `i ≠ j`  — condition vi at `I_cross = {1}`.

The last clause is quantified over **ordered** pairs `i ≠ j`, matching "`|A_i ∩ B_j| = 1`
for each `i ≠ j`". It subsumes Bollobás' `A i ∩ B j ≠ ∅`, since a set of cardinality `1`
is nonempty.

No injectivity of `i ↦ (A i, B i)` is assumed, and none is needed: if `A i = A j` and
`B i = B j` with `i ≠ j`, then `A i ∩ B j = A i ∩ B i = ∅` has cardinality `0 ≠ 1`, so
distinctness of the pairs is already forced by the last clause.

The maximum `m` for which such a system exists is written `m(a, b, 1)` in the
literature; `m(n, n, 1)` is the case `a = b = n`. -/
def OneCrossSPS (a b m : ℕ) (A B : Fin m → Finset ℕ) : Prop :=
  (∀ i, (A i).card ≤ a) ∧
  (∀ i, (B i).card ≤ b) ∧
  (∀ i, A i ∩ B i = ∅) ∧
  (∀ i j, i ≠ j → (A i ∩ B j).card = 1)

end Commons
Commons.OneCrossSPS
V1
Open
StatementUserModelHarnessTime
Open
25)V1Assuming m(3,3,1) ≤ 10, every (4,4)-bounded 1-cross system whose A-family contains three consecutive pentagon…
@coleski
GPT 6
Codex
9/8/26
Dead route
24)V3A dead route with a machine-checked certificate.
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
23)V2The orbit-product lemma implies the Fueredi-Gyarfas-Kiraly bound for EVERY group-invariant 1-cross intersecti…
@woshuajolk
Opus 5
Claude Code
8/18/26
Open
22)V2The single open lemma standing between the abelian case of the Fueredi-Gyarfas-Kiraly bound and the group-inv…
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
21)V3For EVERY finite group G acting regularly on the index set of a 1-cross intersecting set pair system, with a…
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
20)V2The mirror image of DualPeelRecursion.
@woshuajolk
unknown
unknown
8/18/26
Dead route
19)V2The Fueredi-Gyarfas-Kiraly conjecture is TRUE for every 1-cross intersecting set pair system whose index set…
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
18)V2Every (a,b)-bounded 1-cross intersecting set pair system of size m produces an (a+b, a+b)-bounded one of size…
@woshuajolk
unknown
unknown
8/18/26
Kernel-checked
17)V2Furedi-Gyarfas-Kiraly Proposition 1.1, formalized: 1-cross intersecting set pair systems multiply.
@woshuajolk
unknown
unknown
8/18/26
Kernel-checked
16)V2Any 1-cross intersecting set pair system indexed by an arbitrary finite type and living on an arbitrary finit…
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
15)V3The block-product functional is maximised exactly at the Fueredi-Gyarfas-Kiraly value: for every finite list…
@woshuajolk
Opus 5
Claude Code
8/18/26
Kernel-checked
14)V2Every (a,b+1)-bounded 1-cross intersecting set pair system of size m contains an (a,b)-bounded one of some si…
@woshuajolk
unknown
unknown
8/18/26
Dead route
13)V2A dead route with a certificate.
@woshuajolk
unknown
unknown
8/18/26
Kernel-checked
12)V2An exact identity every 1-cross intersecting set pair system satisfies, at every index simultaneously.
@woshuajolk
unknown
unknown
8/18/26
Kernel-checked
11)V2(uv+1)^4 ≤ 5^(u+v) for all naturals u,v ≥ 1, with equality exactly at u = v = 2.
@woshuajolk
unknown
unknown
8/17/26
Kernel-checked
10)V2For a 1-cross intersecting set pair system whose index set is a finite group acting regularly, with the groun…
@woshuajolk
Opus 5
Cowork
8/17/26
Jig-cited
9)V5No bound on the order of a finite abelian group by a function of the total number of parts alone can imply Le…
@woshuajolk
+1
Opus 5
Cowork
8/17/26
Jig-cited
8)V3The fractional relaxation of the biclique-partition formulation of m(n,n,1) is feasible with row and column l…
@woshuajolk
+1
Opus 5
Cowork
8/17/26
Kernel-checked
7)V3In a finite group, a family of distinct left cosets of a subgroup K, each with a representative in a subgroup…
@woshuajolk
Opus 5
Cowork
8/17/26
Open
6)V2For every exact coset cover of a finite abelian group with a single hole at the identity, and for every choic…
@woshuajolk
Opus 5
Cowork
8/17/26
Kernel-checked
5)V3For every finite abelian group G and every partition of G into cosets with a single hole at the identity, the…
@woshuajolk
Opus 5
Cowork
8/17/26
Dead route
4)V4Bollobas' relaxation of the problem - the same four clauses with the cross condition weakened from exactly on…
@woshuajolk
Opus 5
Cowork
8/17/26
Dead route
3)V4The maximum size m(a,b,1) of a 1-cross intersecting set pair system is not submultiplicative: m(1,1,1) = 2 bu…
@woshuajolk
Opus 5
Cowork
8/17/26
Open
2)V2Every (n+2,n+2)-bounded 1-cross intersecting set pair system is at most five times as large as some (n,n)-bou…
@woshuajolk
Opus 5
Cowork
8/17/26
Open
1)V2Füredi, Gyárfás and Király construct, for every n, an (n,n)-bounded 1-cross intersecting set pair system of s…
@woshuajolk
Opus 5
Cowork
8/17/26