Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaëtan Gilbert
Iris
Commits
2a4e4330
Commit
2a4e4330
authored
5 years ago
by
Dan Frumin
Committed by
Robbert Krebbers
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Rename `big_sepL2_app_inv_2` -> `big_sepL2_app_inv`.
And shorten the proof.
parent
cd8f3be9
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
theories/bi/big_op.v
+10
-0
10 additions, 0 deletions
theories/bi/big_op.v
with
10 additions
and
0 deletions
theories/bi/big_op.v
+
10
−
0
View file @
2a4e4330
...
...
@@ -335,6 +335,16 @@ Section sep_list2.
[
by
rewrite
left_id
|
by
rewrite
left_id
|
apply
False_elim
|]
.
by
rewrite
IH
-
assoc
.
Qed
.
Lemma
big_sepL2_app_inv
Φ
l1
l2
l1'
l2'
:
length
l1
=
length
l1'
→
([
∗
list
]
k
↦
y1
;
y2
∈
l1
++
l2
;
l1'
++
l2'
,
Φ
k
y1
y2
)
-∗
([
∗
list
]
k
↦
y1
;
y2
∈
l1
;
l1'
,
Φ
k
y1
y2
)
∗
([
∗
list
]
k
↦
y1
;
y2
∈
l2
;
l2'
,
Φ
(
length
l1
+
k
)
%
nat
y1
y2
)
.
Proof
.
revert
Φ
l1'
.
induction
l1
as
[|
x1
l1
IH
]=>
Φ
-
[|
x1'
l1'
]
//=
?;
simplify_eq
.
-
by
rewrite
left_id
.
-
by
rewrite
-
assoc
IH
.
Qed
.
Lemma
big_sepL2_mono
Φ
Ψ
l1
l2
:
(
∀
k
y1
y2
,
l1
!!
k
=
Some
y1
→
l2
!!
k
=
Some
y2
→
Φ
k
y1
y2
⊢
Ψ
k
y1
y2
)
→
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment