Skip to content

Erdős problem 1007

The dimension of a graph GG is the minimal nn such that GG can be embedded in Rn\mathbb{R}^n such that every edge of GG is a unit line segment.

Sources

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

5 retained statements2415f78e850a

Open selected source

FormalConjectures/ErdosProblems/

1007.lean

Retained formal statement5 of 5

The smallest number of edges in a graph of dimension 44 is achieved solely by K3,3K_{3,3}.

FormalConjectures/ErdosProblems/1007.leanErdos1007.erdos_1007.variants.dimension_four_extremal3 linesExact file
∀ (n : ℕ) (G : SimpleGraph (Fin n)),  G.HasDimension 4 →    G.edgeSet.ncard = 9 → (∀ (v : Fin n), ∃ w, G.Adj v w) → Nonempty (Gg completeBipartiteGraph (Fin 3) (Fin 3))
SolvedStatement only, no proof

Search problems.science

Find a Problem, Result, source, or page