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
Jan
stdpp
Commits
b1d1901f
Commit
b1d1901f
authored
Jun 07, 2021
by
Jan
Browse files
explicitly named assumption
parent
98d8b4e7
Pipeline
#48270
failed with stage
in 7 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/list_numbers.v
View file @
b1d1901f
...
...
@@ -202,7 +202,7 @@ Section sum_list.
Qed
.
Lemma
sum_list_with_in
x
(
f
:
A
->
nat
)
l
:
x
∈
l
->
f
x
≤
sum_list_with
f
l
.
Proof
.
intros
.
induction
l
.
intros
H
.
induction
l
.
-
contradict
H
.
apply
not_elem_of_nil
.
-
cbn
.
rewrite
elem_of_cons
in
H
.
destruct
H
as
[
H
|
H
].
+
simplify_eq
.
lia
.
...
...
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