Skip to content

Erdős problem 794

Is it true that every 33-uniform hypergraph on 3n3n vertices with at least n3+1n^3+1 edges must contain either a subgraph on 44 vertices with 33 edges or a subgraph on 55 vertices with 77 edges?

Sources

Browse retained paths and inspect the exact material available for this Problem.

4 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

794.lean

Retained formal statement1 of 4

Is it true that every 33-uniform hypergraph on 3n3n vertices with at least n3+1n^3+1 edges must contain either a subgraph on 44 vertices with 33 edges or a subgraph on 55 vertices with 77 edges?

Harris has provided the following simple counterexample to the problem as stated: the 33-uniform graph on {1,,9}\{1,\ldots,9\} with 2828 edges, formed by taking 2727 edges by choosing one element each from {1,2,3},{4,5,6},{7,8,9}\{1,2,3\},\{4,5,6\},\{7,8,9\}, and then adding the edge {1,2,3}\{1,2,3\}.

FormalConjectures/ErdosProblems/794.leanErdos794.erdos_7943 linesExact file
False  ∀ (n : ℕ) (H : Finset (Finset (Fin (3 * n)))),    H.IsThreeUniformn ^ 3 + 1 ≤ H.cardH.ContainsSubgraph 4 3 ∨ H.ContainsSubgraph 5 7
SolvedProof has a holelean4external proof

The proof uses `sorry`: part of the argument is written but not proved. Lean accepts the file; it does not accept the theorem.

Search problems.science

Find a Problem, Result, source, or page