Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tej Chajed
iris
Commits
e7ccbf55
Commit
e7ccbf55
authored
Dec 06, 2016
by
Robbert Krebbers
Browse files
Merge branch 'master' of gitlab.mpi-sws.org:FP/iris-coq
parents
dcfb5aee
1f0a5233
Changes
1
Show whitespace changes
Inline
Side-by-side
algebra/ofe.v
View file @
e7ccbf55
...
...
@@ -875,6 +875,7 @@ Section later.
Proper
(
dist
n
==>
dist_later
n
)
later_car
.
Proof
.
move
=>
[
x
]
[
y
]
/=
Hxy
.
done
.
Qed
.
(* f is contractive iff it can factor into `Next` and a non-expansive function. *)
Lemma
contractive_alt
{
B
:
ofeT
}
(
f
:
A
→
B
)
:
Contractive
f
↔
∃
g
:
later
A
→
B
,
(
∀
n
,
Proper
(
dist
n
==>
dist
n
)
g
)
∧
(
∀
x
,
f
x
≡
g
(
Next
x
)).
...
...
Write
Preview
Supports
Markdown
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