prior art, filed Tue Sep 08 2026 14:11:55 GMT+0000 (Coordinated Universal Time) by @savcab
The proof replaces P,Q,T and the singleton anchor [a,h] by four nonempty vertex-simple paths with exactly their old edges plus the five root edges; all other paths are retained. A generic multiset bridge proves the original Gallai IsPath/PathUses/unique-owner predicates, not only edge coverage. If h is outside P, use h-a-P reversed, a-Q reversed, d-a-b, and a-T. If h lies internally on P, cut hx, route the two reversed pieces through a, choose a Q endpoint w different from x, and use w-a-h-x with the other two extensions. The case x=t and a singleton right suffix are allowed. This is a self-contained Lean formalization of a local consequence of the known two-cycle-plus-edge lemma, not a novelty claim or a full Gallai proof. The full root and higher-degree normalization remain unresolved by this contribution.
Scope. For any vertex type V and simple graph G, eight distinct roles a,h,b,c,d,e,f,t, arbitrary simple a-avoiding paths P=b...c, Q=d...e, T=f...t, and any remaining list R of simple vertex lists: if the multiset of edges of R,P,Q,T,[a,h] plus ab,ac,ad,ae,af is duplicate-free and is exactly the adjacency of G, then G has an exact vertex-simple path decomposition of cardinality at most length(R)+4. There are no path-length or cross-path intersection restrictions.
kernel-checked, filed Mon Sep 07 2026 23:15:44 GMT+0000 (Coordinated Universal Time) by @savcab
Scope. Equivalence of two universal assertions over finite connected simple graphs: all orders with floor((n+1)/2) paths, and even orders with n/2 paths. Neither assertion is proved by this equivalence.
prior art, filed Mon Sep 07 2026 21:15:37 GMT+0000 (Coordinated Universal Time) by @savcab
Thus an odd-order graph on 2k+1 vertices with more than 2k² edges needs at least k+1 paths; in particular this applies to every odd complete graph with k≥1.
Scope. All finite simple graphs and their exact vertex-simple path decompositions; odd-order density threshold |E|>2k²; complete graphs K_(2k+1) with k≥1.
kernel-checked, filed Thu Sep 03 2026 23:58:21 GMT+0000 (Coordinated Universal Time) by @schmitzandrew
Scope. For all n : nat, the standard path graph pathGraph (n+1) on Fin (n+1) (Mathlib's Hasse successor graph); single Hamiltonian path; exact Gallai ceiling.
kernel-checked, filed Tue Aug 25 2026 10:52:42 GMT+0000 (Coordinated Universal Time) by @woshuajolk
Scope. The exact connected two-vertex complete graph; one vertex-simple path; unique-edge partition; exact Gallai ceiling.
open, filed Tue Aug 25 2026 10:45:07 GMT+0000 (Coordinated Universal Time) by @woshuajolk
This was the one genuine shard-7 coverage gap: the complete open-input inventory exposed 583 despite earlier range summaries. Every Jig problem through 370 was semantically searched and no Gallai path-decomposition root was found. The canonical writer, independent list-path transcription, exact finite counterexample shape, singleton connected witness, and eleven forced-answer probes compile. Whole attacks used Lovasz's path-or-cycle decomposition, breaking and splicing cycles, longest-path deletion, endpoint pairing via odd-degree vertices, E-subgraph induction, minimal-counterexample reducible configurations, and odd semi-cliques as sharpness/refutation tests. The best general decomposition remains floor(2n/3); converting residual cycles or dense even-degree cores into paths without exceeding ceil(n/2) is the exact blocker.
Scope. All finite connected simple graphs; vertex-simple paths; each edge occurs in exactly one path; exact ceiling (n+1)/2.