Re-prove exercises and Hoare metatheory in alternative styles#24
Open
Stefan-Ivan wants to merge 2 commits into
Open
Re-prove exercises and Hoare metatheory in alternative styles#24Stefan-Ivan wants to merge 2 commits into
Stefan-Ivan wants to merge 2 commits into
Conversation
added 2 commits
June 2, 2026 15:55
Reworked all FILL-IN exercises + StackMachine lemmas with different proof structures (term-mode, constructor, congruence-lemma reuse). Full project builds (853 jobs).
Soundness (all 7), Completeness (all 5), and TotalCorrectness (wpIsWeakest + wpLemma base cases) reworked with term-mode proofs, constructor-based structures, and direct field access. Plus mul4Inj and Assertion.impl_self in Exercises. Full project builds (853 jobs).
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.
I tried using different proof structures than the reference (meaning i used term-mode, constructor-based, congrurence-lemma reuse, direct field access and so on). It should only affect proofs while keeping every theory statement unchanged.
I re-proved:
All the marked exercises, eval exercises, equiv exercises, Transformation exercises, StackMachine lemmas;
Hoare metatheory: Soundness, Completeness, TotalCorrectness, and the respective exercises
The "lake build" passed with 853 jobs.