Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Simon Friis Vindum
Iris
Commits
ea15c157
Commit
ea15c157
authored
Jun 14, 2021
by
Simon Friis Vindum
Browse files
Change formatting
parent
76eb7cd1
Pipeline
#48634
passed with stage
in 7 minutes and 49 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
iris/bi/big_op.v
View file @
ea15c157
...
...
@@ -1464,8 +1464,10 @@ Qed.
Lemma
big_sepM_impl_strong
`
{
Countable
K
}
{
A
B
}
Φ
(
Ψ
:
K
→
B
→
PROP
)
m1
(
m2
:
gmap
K
B
)
:
([
∗
map
]
k
↦
x
∈
m1
,
Φ
k
x
)
-
∗
□
(
∀
(
k
:
K
)
(
y
:
B
),
⌜
m2
!!
k
=
Some
y
⌝
→
((
∃
(
x
:
A
),
⌜
m1
!!
k
=
Some
x
⌝
∧
Φ
k
x
)
∨
⌜
m1
!!
k
=
None
⌝
)
-
∗
Ψ
k
y
)
-
∗
□
(
∀
(
k
:
K
)
(
y
:
B
),
⌜
m2
!!
k
=
Some
y
⌝
→
((
∃
(
x
:
A
),
⌜
m1
!!
k
=
Some
x
⌝
∧
Φ
k
x
)
∨
⌜
m1
!!
k
=
None
⌝
)
-
∗
Ψ
k
y
)
-
∗
([
∗
map
]
k
↦
y
∈
m2
,
Ψ
k
y
)
∗
([
∗
map
]
k
↦
x
∈
(
filter
(
λ
'
(
k
,
_
),
m2
!!
k
=
None
)
m1
),
Φ
k
x
).
Proof
.
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment