Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
David Swasey
coq-stdpp
Commits
be8dfddb
Commit
be8dfddb
authored
Aug 21, 2013
by
Robbert Krebbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use wf_projected instead of well_founded_lt_compat
parent
64bedf4c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
theories/fin_collections.v
theories/fin_collections.v
+1
-1
No files found.
theories/fin_collections.v
View file @
be8dfddb
...
...
@@ -145,7 +145,7 @@ Proof.
Qed
.
Lemma
collection_wf
:
wf
(
strict
(@
subseteq
C
_
)).
Proof
.
apply
well_founded_lt_compat
with
size
,
subset_size
.
Qed
.
Proof
.
apply
(
wf_projected
(<)
size
)
;
auto
using
subset_size
,
lt_wf
.
Qed
.
Lemma
collection_ind
(
P
:
C
→
Prop
)
:
Proper
((
≡
)
==>
iff
)
P
→
...
...
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