Open
Conversation
Add the data structures and resource algebras needed for invariant mask reasoning in the base logic (wsat, fancy updates). Includes CoPset/GSet types with set operations, CoPsetDisj/GSetDisj disjoint-union CMRAs, hierarchical namespaces with nclose, and PORTING.md updates.
Add `big_sepL` (list) and `big_sepM` (map) iterated separating conjunction, specialized from the algebra-level big ops to the BI separation connective. Includes monoid instance for sep/emp, computation rules, structural lemmas (mono, app, sep, insert, delete, lookup_acc, later, singleton, union), iprop notation, and root imports.
Add Auth resource algebra built on the view construction, including: - authViewRel and IsViewRel instance - Auth type with ● (authoritative) and ◯ (fragment) notation - Validity, inclusion, and injectivity lemmas - Frame-preserving updates: auth_update, auth_update_alloc, auth_update_dealloc, auth_update_auth_persist, auth_local_update - AuthURF/AuthRF functors with URFunctor/RFunctor instances - View, Heap, and HeapView functor additions - CMRA infrastructure extensions (opM lemmas, validN helpers) Based on upstream PR leanprover-community#134 (ahuoguo/AuthCmra).
…k/iris/vendor # Conflicts: # PORTING.md # src/Iris/Algebra.lean
Stub file for `iris/base_logic/lib/wsat.v` with sorry'd definitions and theorems: WsatGS, ownI, ownE, ownD, wsat, and all key lemmas (open/close, allocation, disjointness).
Implement all definitions and theorems for wsat.v: WsatGS, ownI, ownE, ownD, wsat, open/close lemmas, allocation, and initial world.
Stub file for `iris/base_logic/lib/fancy_updates.v` with sorry'd definitions and theorems: uPred_fupd, FUpd instance, mask intro, mono, trans, frame, bupd lifting, plain interaction, and soundness.
Implement all definitions and theorems for fancy_updates.v: uPred_fupd, FUpd instance, mask intro/mono/trans/frame, bupd lifting, plain interaction, and soundness. ProofMode instances deferred.
Stub file for `iris/base_logic/lib/invariants.v` with sorry'd definitions and theorems: own_inv, inv, persistent, alloc, alloc_open, acc, acc_timeless, alter, iff.
3359069 to
e671462
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.
Summary
Test plan