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
Adam
Iris
Commits
ce6f4e19
Commit
ce6f4e19
authored
Jun 27, 2021
by
Paolo G. Giarrusso
Committed by
Ralf Jung
Nov 08, 2021
Browse files
fix spacing
parent
89b76adb
Changes
1
Hide whitespace changes
Inline
Side-by-side
iris/bi/big_op.v
View file @
ce6f4e19
...
...
@@ -731,7 +731,7 @@ Section sep_list2.
intros
H
Φ
.
apply
(
anti_symm
_
).
{
apply
and_intro
;
[
apply
big_sepL2_length
|].
apply
forall_intro
=>
k
.
apply
forall_intro
=>
x1
.
apply
forall_intro
=>
x2
.
do
2
(
apply
impl_intro_l
;
apply
pure_elim_l
=>
?).
by
apply
:
big_sepL2_lookup
.
}
do
2
(
apply
impl_intro_l
;
apply
pure_elim_l
=>
?).
by
apply
:
big_sepL2_lookup
.
}
apply
pure_elim_l
=>
Hlen
.
revert
l2
Φ
H
Φ
Hlen
.
induction
l1
as
[|
x1
l1
IH
]=>
-[|
x2
l2
]
Φ
H
Φ
Hlen
;
simplify_eq
/=.
{
by
apply
(
affine
_
).
}
...
...
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