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?
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/1036.leanTrue ↔ ∀ (c : ℝ), 0 < c → ∃ δ, 0 < δ ∧ ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)), ↑G.cliqueNum ≤ c * Real.log ↑n → ↑G.indepNum ≤ c * Real.log ↑n → Erdos1036.HasManyNonIsomorphicInducedSubgraphs G (2 ^ (δ * ↑n))Proof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:1036 - PLBY Lean proofs
ErdosProblems.Erdos1036
Reported activity
Work these sources record against this Problem. Source-reported attribution, not reviewed here.
Formalization
- Machine