Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
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
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
Paolo G. Giarrusso
iris
Commits
9fb6751e
Commit
9fb6751e
authored
3 years ago
by
Dan Frumin
Browse files
Options
Downloads
Patches
Plain Diff
Add a `Proper` instance for ccompose.
parent
b123b1a4
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
iris/algebra/ofe.v
+3
-0
3 additions, 0 deletions
iris/algebra/ofe.v
with
3 additions
and
0 deletions
iris/algebra/ofe.v
+
3
−
0
View file @
9fb6751e
...
...
@@ -604,6 +604,9 @@ Infix "◎" := ccompose (at level 40, left associativity).
Global
Instance
ccompose_ne
{
A
B
C
}
:
NonExpansive2
(
@
ccompose
A
B
C
)
.
Proof
.
intros
n
??
Hf
g1
g2
Hg
x
.
rewrite
/=
(
Hg
x
)
(
Hf
(
g2
x
))
//.
Qed
.
Global
Instance
ccompose_proper
{
A
B
C
}
:
Proper
((
≡
)
==>
(
≡
)
==>
(
≡
))
(
@
ccompose
A
B
C
)
.
Proof
.
apply
ne_proper_2
;
apply
_
.
Qed
.
(* Function space maps *)
Definition
ofe_mor_map
{
A
A'
B
B'
}
(
f
:
A'
-
n
>
A
)
(
g
:
B
-
n
>
B'
)
...
...
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