fix(proofs): add allTake/fromLteTrue lemmas + extend path_claims tests#238
Closed
hyperpolymath wants to merge 1 commit into
Closed
fix(proofs): add allTake/fromLteTrue lemmas + extend path_claims tests#238hyperpolymath wants to merge 1 commit into
hyperpolymath wants to merge 1 commit into
Conversation
SafetyLemmas.idr: - allTake: allRec p xs = True → allRec p (take n xs) = True - fromLteTrue: (a <= b) = True → LTE a b - falseImpliesNotTrue: refactored to work for any Bool b, not just False mcp-bridge/tests/path_claims_test.js: additional claim coverage Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Owner
Author
|
Closing as superseded by current main: the path_claims test reset changes and falseImpliesNotTrue/fromLteTrue updates have landed, and main already carries allTake in the core allRec lemma section after #237 removed the duplicate. |
auto-merge was automatically disabled
June 24, 2026 11:29
Pull request was closed
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.
SafetyLemmas.idr:
mcp-bridge/tests/path_claims_test.js: additional claim coverage
Summary
Changes
RSR Quality Checklist
Required
just testor equivalent)just fmtor equivalent)unsafeblocks without// SAFETY:commentsbelieve_me,unsafeCoerce,Obj.magic,Admitted,sorry).envfiles includedAs Applicable
.machine_readable/STATE.a2mlupdated (if project state changed).machine_readable/ECOSYSTEM.a2mlupdated (if integrations changed).machine_readable/META.a2mlupdated (if architectural decisions changed)TOPOLOGY.mdupdated (if architecture changed)CHANGELOGor release notes updatedsrc/abi/andffi/zig/consistent)Testing
Screenshots