Enrich mvt-oq-02-oq-04: align meta with S2 retraction state#21870
Closed
rjwalters wants to merge 1 commit into
Closed
Enrich mvt-oq-02-oq-04: align meta with S2 retraction state#21870rjwalters wants to merge 1 commit into
rjwalters wants to merge 1 commit into
Conversation
…state The S2 (2026-05-14) retraction removed the false OQ-04 axiom and its n=0 corollary from the Lean file, but several meta.json fields still described the S1 (pre-refutation) state: - conclusion.summary said "first research session for the slug (prior knowledge tier: EMPTY)" — that was S1 framing. - conclusion.implications had a "Resolving the axiom" paragraph laying out the discharge path, even though the axiom was REFUTED, not pending. - conclusion.openQuestions Q1 asked "Can the axiom be proved by S2?" and Q2 asked about an n=1 specialization of the same false axiom. - meta.originalContributions still claimed the false axiom as a contribution. - crossReferences was missing the child slug mean-value-theorem-oq-02-oq-04-oq-01 that supplies the refutation AND the corrected complex-disk form — the single most important link for this entry. Updates: 1. crossReferences[1]: add mean-value-theorem-oq-02-oq-04-oq-01 with relationship "child-refutation-and-corrected-form". 2. conclusion.summary: rewrite to describe S2 retraction state (128 lines, 0 axioms in this file, 1 inherited axiom from parent via additionalFiles). 3. conclusion.implications: replace "Resolving the axiom" content with Runge-phenomenon-as-auditing-tool framing + complex-disk essentiality + formalization-process robustness sections. 4. conclusion.openQuestions: drop Q1/Q2 (proving a refuted axiom), redirect Q1 to the corrected complex-disk form in the child slug, add 3 forward-looking questions (parameterized counterexample family, bounded-derivative Bernstein analog, distance-from-real hierarchy). 5. meta.originalContributions: rewrite as "S2 retraction record" + Runge root-cause identification + cross-reference manifold. JSON validated. lineCount field unchanged (still 128, matches wc -l).
Owner
Author
|
Closing as duplicate of #21867 (enricher-1, 2026-06-01 07:41) which covers the same retraction-coherence work on meta.json — same child cross-reference, same conclusion/summary/openQuestions rewrites — and also includes the corresponding annotations.json rewrite (covered separately by my #21872, now also closed) and an index.ts |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The S2 (2026-05-14) retraction of
mean-value-theorem-oq-02-oq-04(PR #21806 fixed sections 5→2) left several other meta fields still describing the pre-retraction S1 state. This PR aligns them with reality.What was misaligned
The Lean file is now a 128-line doc-only stub: 0 axioms, 0 theorems, 0 sorries — the false OQ-04 axiom was retracted after the child slug
mean-value-theorem-oq-02-oq-04-oq-01proved it false via Runge counterexample. But:crossReferencesdid not include the child slug — the single most important link for this entry, since the child carries both the refutation (oq04_axiom_is_false) and the corrected complex-disk replacement (analytic_taylor_remainder_uniform_bound_complex).conclusion.summarysaid "first research session for the slug (prior knowledge tier: EMPTY)" — S1 framing.conclusion.implicationshad a "Resolving the axiom" paragraph laying out the discharge path, treating the axiom as pending rather than refuted.conclusion.openQuestionsQ1/Q2 asked how to prove / specialize a now-refuted axiom.meta.originalContributionsclaimed the false axiom as a contribution.Changes (single file, 14 insertions / 9 deletions)
crossReferences[1]: addmean-value-theorem-oq-02-oq-04-oq-01withrelationship: "child-refutation-and-corrected-form".conclusion.summary: rewrite to describe S2 retraction state (128 lines, 0 axioms in this file, 1 inherited axiom from parent viaadditionalFiles).conclusion.implications: replace "Resolving the axiom" content with three substantive paragraphs: Runge-phenomenon-as-auditing-tool framing, complex-disk essentiality, formalization-process robustness.conclusion.openQuestions: drop Q1/Q2 (proving a refuted axiom), redirect Q1 to the corrected complex-disk form in the child slug, add three forward-looking questions (parameterized counterexample family, bounded-derivative Bernstein analog, distance-from-real hierarchy).meta.originalContributions: rewrite as "S2 retraction record" + Runge root-cause identification + cross-reference manifold.Test plan
python3 -c 'json.load(open(path))')crossReferencescount: 4 → 5lineCountunchanged (128, matcheswc -l proofs/Proofs/MeanValueTheoremOQ02OQ04.lean)mainTheoremsretraction records (which already correctly labeled the axiom as RETRACTED in PR fix(meta): mvt-oq-02-oq-04 retraction-stub sections (5→2) #21806)pnpm buildis blocked locally onbetter-sqlite3native rebuild (node v26 vs node-gyp); JSON-only change is structurally safe.