Erdős problem 1007
The dimension of a graph is the minimal such that can be embedded in such that every edge of is a unit line segment.
Sources
FormalConjectures/ErdosProblems/
1007.lean
Retained formal statement
The smallest number of edges in a graph of dimension is achieved solely by .
∀ (n : ℕ) (G : SimpleGraph (Fin n)), G.HasDimension 4 → G.edgeSet.ncard = 9 → (∀ (v : Fin n), ∃ w, G.Adj v w) → Nonempty (G ≃g completeBipartiteGraph (Fin 3) (Fin 3))SolvedStatement only, no proof