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
Marianna Rapoport
iris-coq
Commits
fff4fc98
Commit
fff4fc98
authored
Feb 09, 2016
by
Robbert Krebbers
Browse files
Prove coPset_suffixes_infinite.
parent
0d5272ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
prelude/co_pset.v
View file @
fff4fc98
...
...
@@ -331,12 +331,11 @@ Proof.
rewrite
?coPset_elem_of_node
;
naive_solver
.
*
by
intros
[
q'
->]
;
induction
q
;
simpl
;
rewrite
?coPset_elem_of_node
.
Qed
.
Lemma
coPset_suffixes_infinite
p
:
¬
set_finite
(
coPset_suffixes
p
).
Proof
.
rewrite
coPset_finite_spec
;
simpl
.
(* FIXME no time to finish right now, but I think it holds *)
Abort
.
induction
p
;
simpl
;
rewrite
?coPset_finite_node
,
?andb_True
;
naive_solver
.
Qed
.
(** * Splitting of infinite sets *)
Fixpoint
coPset_l_raw
(
t
:
coPset_raw
)
:
coPset_raw
:
=
...
...
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