Skip to content

Erdős problem 71

Is it true that for every infinite arithmetic progression PP which contains even numbers there is some constant c=c(P)c=c(P) such that every graph with average degree at least cc contains a cycle whose length is in PP?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

71.lean

Retained formal statement1 of 1

Is it true that for every infinite arithmetic progression PP which contains even numbers there is some constant c=c(P)c=c(P) such that every graph with average degree at least cc contains a cycle whose length is in PP?

In [Er82e] Erdős credits this conjecture to himself and Burr. This has been proved by Bollobás [Bo77]. The best dependence of the constant c(P)c(P) is unknown.

The infinite arithmetic progression is encoded as a set PNP \subseteq \mathbb{N} satisfying P.IsAPOfLength ⊤ (which forces a positive common difference), and "contains even numbers" as the existence of an even element. The average degree of a finite simple graph is SimpleGraph.averageDegree, i.e. (vdegv)/VQ(\sum_v \deg v)/|V| \in \mathbb{Q}, and a cycle whose length is in PP is a cycle walk w with w.length ∈ P.

FormalConjectures/ErdosProblems/71.leanErdos71.erdos_717 linesExact file
True  ∀ (P : Set ℕ),    P.IsAPOfLength ⊤ →      (∃ nP, Even n) →c,          ∀ (V : Type) [inst : Fintype V] [DecidableEq V] (G : SimpleGraph V) [inst_2 : DecidableRel G.Adj],            cG.averageDegree → ∃ v w, w.IsCyclew.lengthP
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