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
09d8a70f
Commit
09d8a70f
authored
Jun 07, 2021
by
Robbert Krebbers
Committed by
Jan
Jun 07, 2021
Browse files
Robbert's changes to spaces
parent
1ab781af
Pipeline
#48274
canceled with stage
in 1 minute and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
theories/list_numbers.v
View file @
09d8a70f
...
...
@@ -200,7 +200,7 @@ Section sum_list.
Proof
.
induction
l
;
simpl
;
rewrite
?reverse_cons
,
?sum_list_with_app
;
simpl
;
lia
.
Qed
.
Lemma
sum_list_with_in
x
(
f
:
A
→
nat
)
l
:
x
∈
l
→
f
x
≤
sum_list_with
f
l
.
Lemma
sum_list_with_in
x
(
f
:
A
→
nat
)
l
:
x
∈
l
→
f
x
≤
sum_list_with
f
l
.
Proof
.
intros
H
.
induction
H
.
all
:
simpl
;
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