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
b73112e3
Commit
b73112e3
authored
Apr 13, 2017
by
Robbert Krebbers
Browse files
Lemma timeless_iff_0.
parent
55294a27
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
b73112e3
...
...
@@ -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