Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Abel Nieto
Iris
Commits
ecff9b3d
Commit
ecff9b3d
authored
5 years ago
by
David Swasey
Browse files
Options
Downloads
Patches
Plain Diff
`wsat` notes.
parent
dedbd2c0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/base_logic/lib/wsat.v
+8
-2
8 additions, 2 deletions
theories/base_logic/lib/wsat.v
with
8 additions
and
2 deletions
theories/base_logic/lib/wsat.v
+
8
−
2
View file @
ecff9b3d
...
...
@@ -113,8 +113,14 @@ Proof.
rewrite
-
own_op
own_valid
auth_both_validI
/=.
iIntros
"[_ [#HI #HvI]]"
.
iDestruct
"HI"
as
(
I'
)
"HI"
.
rewrite
gmap_equivI
gmap_validI
.
iSpecialize
(
"HI"
$!
i
)
.
iSpecialize
(
"HvI"
$!
i
)
.
(*rewrite lookup_fmap lookup_op lookup_singleton bi.option_equivI.*)
rewrite
lookup_fmap
(
lookup_op
(
A
:=
agreeR
(
laterO
(
iPrePropO
Σ
))))
.
Fail
rewrite
lookup_fmap
lookup_op
lookup_singleton
bi
.
option_equivI
.
rewrite
lookup_fmap
.
Set
Typeclasses
Debug
.
Fail
rewrite
lookup_op
.
Unset
Typeclasses
Debug
.
(* Failed TC search for `(ElemOf ?T (agreeR (laterO (iPrePropO
Σ))))`. The [singletonM] on the LHS of the [̧(⋅)] we want to rewrite
has [A := agree (later (ofe_car (iPrePropO Σ)))], not [agreeR ...].
*)
rewrite
(
lookup_op
(
A
:=
agreeR
(
laterO
(
iPrePropO
Σ
))))
.
rewrite
lookup_singleton
bi
.
option_equivI
.
case
:
(
I
!!
i
)=>
[
Q
|]
/=
;
[|
case
:
(
I'
!!
i
)=>
[
Q'
|]
/=
;
by
iExFalso
]
.
iExists
Q
;
iSplit
;
first
done
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment