From f1bd1a052ef01d2170c36502a55323efc02b494b Mon Sep 17 00:00:00 2001 From: Richie Caputo Date: Thu, 23 Jul 2026 18:23:06 -0400 Subject: [PATCH] TJC-1814: use dollar math delimiters in release notes and checklist GitHub Markdown renders only $...$ / $$...$$ math, not the LaTeX-style \( \) and \[ \] delimiters these files used, so the release-notes math displayed as literal source (user-reported). Same content, GitHub-native delimiters. Co-Authored-By: Claude Fable 5 --- RELEASE_CHECKLIST.md | 2 +- RELEASE_NOTES.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/RELEASE_CHECKLIST.md b/RELEASE_CHECKLIST.md index 3b24fed..8775d59 100644 --- a/RELEASE_CHECKLIST.md +++ b/RELEASE_CHECKLIST.md @@ -26,7 +26,7 @@ published. and the committed PDF reproduces byte-for-byte. - [ ] The supplement is built from the exact tagged commit, its embedded manifest verifies, and a second build produces the same archive checksum. -- [ ] Release notes state the fixed-\(H^{\ast}\) scope, attribute the original +- [ ] Release notes state the fixed-$H^{\ast}$ scope, attribute the original counterexample to D. Rybin, say that global boundedness remains open, and retain the “not peer reviewed” label. - [ ] The draft GitHub release and all attached artifacts have received a final diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 8b04cc2..423db1e 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -5,11 +5,11 @@ Research preprint and reproducibility artifact. **Not peer reviewed.** ## Result and scope This release proves the exact worst-case admissible unsplittable-to-fractional -cost ratio on D. Rybin's fixed seven-vertex digraph \(H^{\ast}\): +cost ratio on D. Rybin's fixed seven-vertex digraph $H^{\ast}$: -\[ +$$ \rho(H^{\ast})=\frac{2}{2\sqrt 2-1}, -\] +$$ as a supremum that is not attained. It does **not** prove a global, planar, chain-class, or laned-class upper bound. Global boundedness remains open.