Billiards: exact checker for the coverage Diophantine lemma - #16
Merged
Conversation
Constructive witness (q = floor(1/t)+1, a = floor((q-1)/(qt-1))+1, b = q-1) plus a formula-free integer brute-force layer; selftest runs 73,542 exact checks (Farey sweep to denominator 300, window-endpoint adversaries, denominators to 2e50) in about a second. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vie5FX1bZHL8wLa6UefHGz
Elementary overlapping-interval-chain proof - no continued fractions needed for existence; they govern only the minimal witness. Proof re-derived independently from an external handoff, every equivalence machine-checked exactly, two-layer computational verification. Coverage of (90,180) by W windows is now conditional solely on the SPECULATION birth/window law (queue 11). Skeptic pass pending (lead 1). New mechanism tag: interval-chain-covering. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vie5FX1bZHL8wLa6UefHGz
…ding Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01Vie5FX1bZHL8wLa6UefHGz
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.
Constructive witness (q = floor(1/t)+1, a = floor((q-1)/(qt-1))+1,
b = q-1) plus a formula-free integer brute-force layer; selftest runs
73,542 exact checks (Farey sweep to denominator 300, window-endpoint
adversaries, denominators to 2e50) in about a second.
Co-Authored-By: Claude Fable 5 noreply@anthropic.com
Claude-Session: https://claude.ai/code/session_01Vie5FX1bZHL8wLa6UefHGz