Skip to content

Erdős problem 595

Erdős Problem 595 (250): Is there an infinite graph G which contains no K4K_4 and is not the union of countably many triangle-free graphs?

Sources

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

7 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

595.lean

Retained formal statement5 of 7

Reformulation via edge colourings: A graph G is a countable union of triangle-free graphs if and only if there is a colouring of the edges of G by such that no monochromatic triangle exists.

More precisely: IsCountableUnionOfTriangleFree G is equivalent to the existence of a map c : G.edgeSet → ℕ such that for each n : ℕ, the subgraph of edges coloured n is triangle-free.

FormalConjectures/ErdosProblems/595.leanErdos595.erdos_595.variants.reformulation_edge_colouring3 linesExact file
∀ {V : Type u_1} (G : SimpleGraph V),  Erdos595.IsCountableUnionOfTriangleFree Gc, ∀ (n : ℕ), (SimpleGraph.fromEdgeSet {e | ∃ (h : eG.edgeSet), ce, h⟩ = n}).CliqueFree 3
TestStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page