Skip to content

Erdős problem 128

Let G be a graph with n vertices such that every induced subgraph on ≥ n/2n/2 vertices has more than n2/50n^2/50 edges. Must G contain a triangle?

Sources

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

1 retained statement2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

128.lean

Retained formal statement1 of 1

Let G be a graph with n vertices such that every induced subgraph on ≥ n/2n/2 vertices has more than n2/50n^2/50 edges. Must G contain a triangle?

FormalConjectures/ErdosProblems/128.leanErdos128.erdos_1285 linesExact file
True  ∀ (V : Type) [inst : Fintype V] (G : SimpleGraph V),    (∀ (V' : Set V),        2 * V'.ncard + 1 ≥ Fintype.card V → 50 * (SimpleGraph.induce V' G).edgeSet.ncard > Fintype.card V ^ 2) →      ¬G.CliqueFree 3
OpenStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page