Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Rice Wine
Iris
Commits
558b080f
Commit
558b080f
authored
Apr 19, 2017
by
Ralf Jung
Browse files
Merge branch 'master' of
https://gitlab.mpi-sws.org/FP/iris-coq
parents
eb8b5c60
62e8a98b
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
theories/algebra/agree.v
View file @
558b080f
This diff is collapsed.
Click to expand it.
theories/algebra/ofe.v
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 *)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment