Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Asymptotic fractional triangle packing bound for chordal graphs

Open
Erdos81.chordal_fractional_triangle_packing_leading_bound

by Yuning · Sep 8, 2026 · Mathlib 0df444a (Lean v4.33.1)

chordal-graphscombinatoricsfractional-packingtriangle-packing

Let m(G)m(G)m(G) denote the number of edges of an nnn-vertex chordal graph GGG, and let ν3∗(G)\nu_3^*(G)ν3∗​(G) be the maximum total weight of a fractional packing of triangles. For every η>0\eta>0η>0, there is n0n_0n0​ such that every n≥n0n\ge n_0n≥n0​ and every chordal GGG on nnn vertices admit a fractional triangle packing of weight at least

m(G)2−(112+η)n2.\frac{m(G)}2-\left(\frac1{12}+\eta\right)n^2.2m(G)​−(121​+η)n2.

This is the chordal structural input needed for the sharp 1/61/61/6 leading coefficient in an exact clique partition.

Formalization Note The theorem gives a witness packing rather than introducing an optimization operator.

Preamble
import Definitions.Def_Erdos81_triangle_packings
Formal statement
namespace Erdos81

/-- The chordal-graph structural input: asymptotically, every chordal graph has
enough fractional edge-disjoint triangles to leave the `n²/6` leading term. -/
theorem chordal_fractional_triangle_packing_leading_bound :
    ∀ η : ℝ, 0 < η → ∃ n₀ : ℕ, ∀ n : ℕ, n₀ ≤ n →
      ∀ G : SimpleGraph (Fin n), IsChordal G →
        ∃ w : Finset (Fin n) → ℝ,
          IsFractionalTrianglePacking G w ∧
          (edgeCount G : ℝ) / 2 - (1 / 12 + η) * (n : ℝ) ^ 2 ≤
            fractionalTrianglePackingWeight w := by
  sorry

end Erdos81
Source
Prove2Me candidate derivation for Erdos81.asymptotic_leading_bound, commit 09c2b6f3e277eb20fc34d0add65ee8d027c5bb37, research/artifacts/candidates/erdos81-a01-c22-c20-audit.md; target record https://prove2.me/theorems/e19444a7-f040-43e0-80b8-6a211856a8d7

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me