Erdős problem 426
We say is a unique subgraph of if there is exactly one way to find as a subgraph (not necessarily induced) of . Is there a graph on vertices with many distinct unique subgraphs?
Sources
FormalConjectures/ErdosProblems/
426.lean
Retained formal statement
Sanity check: the empty graph ⊥ is a unique subgraph of itself. Its only subgraph is ⊥ (everything ≤ ⊥ equals ⊥), which is isomorphic to ⊥ via the identity.
∀ {V : Type u_1}, ⊥.IsUniqueSubgraph ⊥TestStatement only, no proof