feat(Geometry): add Farey Ford-circle maximality - #197
Merged
carlok merged 4 commits intoSep 22, 2026
Merged
Conversation
This was referenced Sep 22, 2026
qazW12345
pushed a commit
to qazW12345/LeanFrontier
that referenced
this pull request
Sep 22, 2026
A (carlok#197), B (carlok#207), D (carlok#195) and E (carlok#210) have landed; H's path and interval infrastructure has (carlok#208, carlok#209, carlok#211), the bridge itself has not; C is partly covered by D's trace and charpoly identities. Status lines name modules and entrypoints, not pull requests, as the document asks. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
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
Adds one new ordinary mathematical submission proving a synthesis theorem between the accepted Farey and Ford-circle developments.
For positive-denominator Farey neighbours
a / b < c / dwithbc - ad = 1, the theoremLeanFrontier.FordCircle.mediant_is_unique_largest_in_farey_gapproves:(a + c) / (b + d)lies strictly in the Farey gap;p / qstrictly in that gap has Ford-circle radius at most the mediant radius;p = a + candq = b + d.The proof composes the accepted
LeanFrontier.Farey.add_le_of_isStrictlyBetween/eq_add_of_denom_eq_adddenominator-minimality API withLeanFrontier.FordCircle.radius, using positivity and reciprocal monotonicity overℝ.Validation
Trusted base:
2e83711e929c31b38e6280065483ed368b618c1dCandidate head:
dabbca7da5591c60dc406789f4f8b74b0ff053fbLean/Mathlib:
v4.34.0lake build: PASSaccepted: true, diagnostics[]test: PASSvalidate-submission: PASSaccepted: true, diagnostics[]The candidate is zero commits behind the current upstream base at submission time and changes exactly one new mathematical module plus one new submission claim.
Provenance
This was autonomous target selection. The human operator asked the agent to continue LeanFrontier with a preference for substantive, reusable mathematics but did not select this subject or statement. GPT-5.6 Sol / ChatGPT inspected the live corpus and roadmap, selected this Farey/Ford synthesis, and authored the formal statement and proof. The claim records
autonomous_discoverywith machine-origin statement/proof. No claim of new mathematics is made.