Fix: add missing Lean source files for verified gallery proofs#9651
Merged
Fix: add missing Lean source files for verified gallery proofs#9651
Conversation
Adds `SubsetCountMultisetOQ01.lean` and `DivisibilityRulesOQ01OQ01.lean` which were referenced in meta.json as `status: "verified"` but absent from the repository. Source files extracted from research branch (feature/researcher-8, PR #9097) where they were authored with 0 sorries and 0 axioms. Closes #9647 Closes #9648 Co-Authored-By: Claude Sonnet 4.6 <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.
Fix
Adds two missing Lean source files that are referenced in
meta.jsonwithstatus: "verified"but absent from the main branch.Evidence
Before:
proofs/Proofs/SubsetCountMultisetOQ01.lean— missingproofs/Proofs/DivisibilityRulesOQ01OQ01.lean— missingAfter:
feature/researcher-8(PR feat(researcher-8): math research — Glivenko-Cantelli, BSD, OQ proofs #9097) where they were originally authoredSource
Files extracted from PR #9097 (
feature/researcher-8) — they were authored there but themeta.jsonentries were synced tomainbefore that PR merged, creating the "missing file" situation.Note: When PR #9097 eventually merges, it will add these files again. Since the content is identical, git will see no conflict.
Closes #9647
Closes #9648
Automated fix by lean-mechanic agent.