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
Tej Chajed
stdpp
Commits
2e67e68f
Commit
2e67e68f
authored
May 23, 2016
by
Robbert Krebbers
Browse files
Make some names more consistent.
parent
cef729e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/list.v
View file @
2e67e68f
...
@@ -2684,7 +2684,7 @@ Section setoid.
...
@@ -2684,7 +2684,7 @@ Section setoid.
Lemma
equiv_Forall2
l
k
:
l
≡
k
↔
Forall2
(
≡
)
l
k
.
Lemma
equiv_Forall2
l
k
:
l
≡
k
↔
Forall2
(
≡
)
l
k
.
Proof
.
split
;
induction
1
;
constructor
;
auto
.
Qed
.
Proof
.
split
;
induction
1
;
constructor
;
auto
.
Qed
.
Lemma
equiv_lookup
l
k
:
l
≡
k
↔
(
∀
i
,
l
!!
i
≡
k
!!
i
)
.
Lemma
list_
equiv_lookup
l
k
:
l
≡
k
↔
∀
i
,
l
!!
i
≡
k
!!
i
.
Proof
.
Proof
.
rewrite
equiv_Forall2
,
Forall2_lookup
.
rewrite
equiv_Forall2
,
Forall2_lookup
.
by
setoid_rewrite
equiv_option_Forall2
.
by
setoid_rewrite
equiv_option_Forall2
.
...
...
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