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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rodolphe Lepigre
Iris
Commits
204b6c8e
Commit
204b6c8e
authored
Sep 28, 2016
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Proper instances for mononicity of CMRA op.
parent
2308bb5c
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
algebra/cmra.v
algebra/cmra.v
+7
-0
No files found.
algebra/cmra.v
View file @
204b6c8e
...
...
@@ -397,6 +397,13 @@ Proof. intros; etrans; eauto using cmra_monoN_l, cmra_monoN_r. Qed.
Lemma
cmra_mono
x1
x2
y1
y2
:
x1
≼
y1
→
x2
≼
y2
→
x1
⋅
x2
≼
y1
⋅
y2
.
Proof
.
intros
;
etrans
;
eauto
using
cmra_mono_l
,
cmra_mono_r
.
Qed
.
Global
Instance
cmra_monoN'
n
:
Proper
(
includedN
n
==>
includedN
n
==>
includedN
n
)
(@
op
A
_
).
Proof
.
intros
x1
x2
Hx
y1
y2
Hy
.
by
apply
cmra_monoN
.
Qed
.
Global
Instance
cmra_mono'
:
Proper
(
included
==>
included
==>
included
)
(@
op
A
_
).
Proof
.
intros
x1
x2
Hx
y1
y2
Hy
.
by
apply
cmra_mono
.
Qed
.
Lemma
cmra_included_dist_l
n
x1
x2
x1'
:
x1
≼
x2
→
x1'
≡
{
n
}
≡
x1
→
∃
x2'
,
x1'
≼
x2'
∧
x2'
≡
{
n
}
≡
x2
.
Proof
.
...
...
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