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
Simcha van Collem
Iris
Commits
558b080f
Commit
558b080f
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Plain Diff
Merge branch 'master' of
https://gitlab.mpi-sws.org/FP/iris-coq
parents
eb8b5c60
62e8a98b
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
theories/algebra/agree.v
+120
-318
120 additions, 318 deletions
theories/algebra/agree.v
theories/algebra/ofe.v
+5
-0
5 additions, 0 deletions
theories/algebra/ofe.v
with
125 additions
and
318 deletions
theories/algebra/agree.v
+
120
−
318
View file @
558b080f
This diff is collapsed.
Click to expand it.
theories/algebra/ofe.v
+
5
−
0
View file @
558b080f
...
...
@@ -183,10 +183,15 @@ Section ofe.
transitivity
(
c
n
);
first
by
apply
conv_compl
.
symmetry
.
apply
chain_cauchy
.
omega
.
Qed
.
Lemma
timeless_iff
n
(
x
:
A
)
`{
!
Timeless
x
}
y
:
x
≡
y
↔
x
≡
{
n
}
≡
y
.
Proof
.
split
;
intros
;
auto
.
apply
(
timeless
_),
dist_le
with
n
;
auto
with
lia
.
Qed
.
Lemma
timeless_iff_0
n
(
x
:
A
)
`{
!
Timeless
x
}
y
:
x
≡
{
0
}
≡
y
↔
x
≡
{
n
}
≡
y
.
Proof
.
split
=>
?
.
by
apply
equiv_dist
,
(
timeless
_)
.
eauto
using
dist_le
with
lia
.
Qed
.
End
ofe
.
(** Contractive functions *)
...
...
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