Erdős problem 1036
Let be a graph on vertices which does not contain a trivial (empty or complete) graph on more than vertices. Must contain at least many induced subgraphs which are not pairwise isomorphic?
Sources
FormalConjectures/ErdosProblems/
1036.lean
Retained formal statement
Alon and Hajnal [AlHa91] proved that must contain at least many non-isomorphic induced subgraphs.
∀ (c : ℝ), 0 < c → ∃ C, 0 < C ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)), ↑G.cliqueNum ≤ c * Real.log ↑n → ↑G.indepNum ≤ c * Real.log ↑n → Erdos1036.HasManyNonIsomorphicInducedSubgraphs G (Real.exp (↑n * Real.log ↑n ^ (-(C * Real.log (Real.log ↑n)))))SolvedStatement only, no proof