Skip to content

Erdős problem 75

Is there a graph of chromatic number ℵ_ 1 with ℵ_ 1 vertices such that for all ε > 0, if n is sufficiently large and H is a subgraph on n vertices, then H contains an independent set of size > n ^ (1 - ε)?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

75.lean

Retained formal statement1 of 1

Is there a graph of chromatic number ℵ_ 1 with ℵ_ 1 vertices such that for all ε > 0, if n is sufficiently large and H is a subgraph on n vertices, then H contains an independent set of size > n ^ (1 - ε)?

FormalConjectures/ErdosProblems/75.leanErdos75.erdos_757 linesExact file
TrueV G,    G.chromaticCardinal = Cardinal.aleph 1 ∧      Cardinal.mk V = Cardinal.aleph 1 ∧        ∀ ε > 0,          ∀ᶠ (n : ℕ) in Filter.atTop,            ∀ (H : G.Subgraph), H.verts.ncard = n → ∃ I, ↑IH.vertsG.IsIndepSetI ∧ ↑I.card > ↑n ^ (1 - ε)
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page