Skip to content

Commit

Permalink
state_update_pgl_Wp
Browse files Browse the repository at this point in the history
  • Loading branch information
hei411 committed Feb 3, 2025
1 parent a5c0ee2 commit af8aa97
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions theories/coneris/wp_update.v
Original file line number Diff line number Diff line change
Expand Up @@ -567,6 +567,12 @@ Section state_update.
iMod ("H" with "[$]").
by iModIntro.
Qed.

Lemma state_update_pgl_wp Φ E e:
state_update E E (WP e @ E {{ Φ }}) ⊢ WP e @ E {{ Φ }}.
Proof.
iIntros ">$".
Qed.

(** state_update works for allocation of invariants and ghost resources *)
Lemma state_update_inv_alloc E P N:
Expand Down

0 comments on commit af8aa97

Please sign in to comment.