Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
116
Issues
116
List
Boards
Labels
Service Desk
Milestones
Merge Requests
22
Merge Requests
22
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
Iris
Commits
b0d9c1a2
Commit
b0d9c1a2
authored
Nov 21, 2016
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
simplify proof of step_fupd_mask_mono
parent
65c53d1d
Pipeline
#3026
passed with stage
in 10 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
+3
-5
base_logic/lib/fancy_updates.v
base_logic/lib/fancy_updates.v
+3
-5
No files found.
base_logic/lib/fancy_updates.v
View file @
b0d9c1a2
...
...
@@ -217,11 +217,9 @@ Lemma step_fupd_mask_mono E1 E2 F1 F2 P :
F1
⊆
F2
→
E1
⊆
E2
→
(|={
E1
,
F2
}
▷
=>
P
)
⊢
|={
E2
,
F1
}
▷
=>
P
.
Proof
.
iIntros
(??)
"HP"
.
iAssert
(|={
E2
,
E1
}
▷
=>
True
)%
I
as
"HE"
.
{
iApply
fupd_mono
.
apply
later_intro
.
by
iApply
fupd_intro_mask
.
}
iAssert
(|={
F2
,
F1
}
▷
=>
True
)%
I
as
"HF"
.
{
iApply
fupd_mono
.
apply
later_intro
.
by
iApply
fupd_intro_mask
.
}
iMod
"HE"
.
iMod
"HP"
.
iMod
"HF"
.
iModIntro
.
iNext
.
iMod
"HF"
.
iMod
"HP"
.
by
iMod
"HE"
.
iMod
(
fupd_intro_mask'
)
as
"HM1"
;
first
fast_done
.
iMod
"HP"
.
iMod
(
fupd_intro_mask'
)
as
"HM2"
;
first
fast_done
.
iModIntro
.
iNext
.
iMod
"HM2"
.
iMod
"HP"
.
iMod
"HM1"
.
done
.
Qed
.
End
step_fupd
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment