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
Pierre-Marie Pédrot
Iris
Commits
34eefd91
Commit
34eefd91
authored
Dec 23, 2016
by
Jacques-Henri Jourdan
Browse files
Version of [fixpoint_ind] that is easier to use.
parent
b22e6980
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/algebra/ofe.v
View file @
34eefd91
...
...
@@ -233,7 +233,7 @@ Section fixpoint.
Proof
.
setoid_rewrite
equiv_dist
;
naive_solver
eauto
using
fixpoint_ne
.
Qed
.
Lemma
fixpoint_ind
(
P
:
A
→
Prop
)
:
Proper
((
≡
)
==>
i
ff
)
P
→
Proper
((
≡
)
==>
i
mpl
)
P
→
(
∃
x
,
P
x
)
→
(
∀
x
,
P
x
→
P
(
f
x
))
→
(
∀
(
c
:
chain
A
),
(
∀
n
,
P
(
c
n
))
→
P
(
compl
c
))
→
P
(
fixpoint
f
).
...
...
Write
Preview
Markdown
is supported
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