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
Rice Wine
Iris
Commits
787636f5
Commit
787636f5
authored
Apr 07, 2019
by
Robbert Krebbers
Browse files
Avoid use of `firstorder`.
parent
faace489
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/bi/big_op.v
View file @
787636f5
...
...
@@ -934,8 +934,8 @@ Section map2.
-
apply
and_elim_r
.
-
rewrite
<-
(
left_id
True
%
I
(
∧
)%
I
(
Φ
i
x1
x2
)).
apply
and_mono
=>//.
apply
pure_mono
=>
_
k
.
rewrite
!
lookup_insert_is_Some'
!
lookup_empty
.
firstord
er
.
rewrite
!
lookup_insert_is_Some'
!
lookup_empty
-!
not_eq_None_Some
.
naive_solv
er
.
Qed
.
Lemma
big_sepM2_fmap
{
A'
B'
}
(
f
:
A
→
A'
)
(
g
:
B
→
B'
)
(
Φ
:
nat
→
A'
→
B'
→
PROP
)
m1
m2
:
...
...
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