Skip to content

feat: Auth CMRA — updates and functors (PR C)#3

Open
hxrts wants to merge 2 commits intomasterfrom
fork/iris/auth-updates
Open

feat: Auth CMRA — updates and functors (PR C)#3
hxrts wants to merge 2 commits intomasterfrom
fork/iris/auth-updates

Conversation

@hxrts
Copy link
Copy Markdown
Owner

@hxrts hxrts commented Jan 29, 2026

Summary

  • Adds Auth resource algebra built on the view construction (authViewRel, Auth type, / notation)
  • 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

Based on upstream PR leanprover-community#134 (ahuoguo/AuthCmra).

Test plan

  • lake build passes
  • Verify lemma statements match Coq iris/algebra/auth.v

hxrts added 2 commits January 29, 2026 20:08
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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant