Fix level_leq incompleteness and redesign AiurTestCase API#344
Open
arthurpaulino wants to merge 1 commit intomainfrom
Open
Fix level_leq incompleteness and redesign AiurTestCase API#344arthurpaulino wants to merge 1 commit intomainfrom
arthurpaulino wants to merge 1 commit intomainfrom
Conversation
cc44d59 to
a1e5179
Compare
Level comparison: - Fix Succ ≤ Max incompleteness when an IMax child covers some assignments while a non-IMax child covers the rest. When both Max branches fail, case-split on a param from b to resolve IMax nodes. - Add unit test for the counterexample (u+1 = max(1, imax(u+1, u))). - Add full soundness and completeness argument for level_leq in KERNEL.md covering all 12 cases, with supporting lemmas for monotonicity, zero witness, and case-split soundness. AiurTestCase API: - Add defaults to all structure fields (label auto-derives from functionName, arrays default to #[], IO buffers default to default). - Rewrite noIO as a proper function, add exec shorthand for execution-only tests. - Replace raw anonymous constructors with named field syntax across Hashes.lean, IxVM.lean, Aiur.lean, and Main.lean.
a1e5179 to
a3b2d3b
Compare
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.
Level comparison:
AiurTestCase API: