Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
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
William Mansky
Iris
Commits
4793ab79
Commit
4793ab79
authored
7 years ago
by
Robbert Krebbers
Browse files
Options
Downloads
Patches
Plain Diff
Support framing under implications.
We already supported framing under wands.
parent
35ba9ba1
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/proofmode/class_instances.v
+14
-0
14 additions, 0 deletions
theories/proofmode/class_instances.v
with
14 additions
and
0 deletions
theories/proofmode/class_instances.v
+
14
−
0
View file @
4793ab79
...
...
@@ -615,6 +615,20 @@ Proof.
by
rewrite
assoc
(
comm
_
P1
)
-
assoc
wand_elim_r
.
Qed
.
Global
Instance
frame_impl_persistent
R
P1
P2
Q2
:
Frame
true
R
P2
Q2
→
Frame
true
R
(
P1
→
P2
)
(
P1
→
Q2
)
.
Proof
.
rewrite
/
Frame
/==>
?
.
apply
impl_intro_l
.
by
rewrite
-
and_sep_l
assoc
(
comm
_
P1
)
-
assoc
impl_elim_r
and_sep_l
.
Qed
.
Global
Instance
frame_impl
R
P1
P2
Q2
:
Persistent
P1
→
Frame
false
R
P2
Q2
→
Frame
false
R
(
P1
→
P2
)
(
P1
→
Q2
)
.
Proof
.
rewrite
/
Frame
/==>
??
.
apply
impl_intro_l
.
by
rewrite
and_sep_l
assoc
(
comm
_
P1
)
-
assoc
-
(
and_sep_l
P1
)
impl_elim_r
.
Qed
.
Class
MakeLater
(
P
lP
:
uPred
M
)
:=
make_later
:
▷
P
⊣⊢
lP
.
Global
Instance
make_later_true
:
MakeLater
True
True
.
Proof
.
by
rewrite
/
MakeLater
later_True
.
Qed
.
...
...
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