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
Tej Chajed
stdpp
Commits
fb102893
Commit
fb102893
authored
Feb 09, 2016
by
Ralf Jung
Browse files
add a stub lemma in co_pset
parent
0ef88ec6
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/co_pset.v
View file @
fb102893
...
...
@@ -332,6 +332,12 @@ Proof.
*
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
.
(** * Splitting of infinite sets *)
Fixpoint
coPset_l_raw
(
t
:
coPset_raw
)
:
coPset_raw
:
=
match
t
with
...
...
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