Erdős problem 1037
Let be a graph on vertices in which every degree occurs at most twice, and the number of distinct degrees is . Must contain a trivial (empty or complete) subgraph of size 'much larger' than ?
No current result
No reviewed Result is current in Vela Mathematics Program. Retained source material is shown below.
Retained declaration
FormalConjectures/ErdosProblems/1037.leanFalse ↔ ∀ (ε : ℝ), 0 < ε → ∀ (C : ℝ), ∀ᶠ (n : ℕ) in Filter.atTop, ∀ (G : SimpleGraph (Fin n)), (∀ (d : ℕ), {v | (G.neighborSet v).ncard = d}.ncard ≤ 2) → (1 / 2 + ε) * ↑n < ↑(Set.range fun v => (G.neighborSet v).ncard).ncard → ∃ s, Erdos1037.IsTrivialSet G s ∧ C * Real.log ↑n < ↑s.ncardProof manifests naming this Problem
- Jayyhk Erdős Lean
jayyhk:erdos:1037 - PLBY Lean proofs
ErdosProblems.Erdos1037
Reported activity
Work these sources record against this Problem. Source-reported attribution, not reviewed here.
Formalization
- Machine