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
Dmitry Khalanskiy
Iris
Commits
a9880321
Commit
a9880321
authored
Nov 30, 2016
by
Jacques-Henri Jourdan
Browse files
Higher cost for [elim_modal_fupd_fupd to give priority on [elim_modal_step_fupd.
parent
f49a7f18
Changes
1
Hide whitespace changes
Inline
Side-by-side
base_logic/lib/fancy_updates.v
View file @
a9880321
...
...
@@ -179,9 +179,9 @@ Section proofmode_classes.
ElimModal
(|==>
P
)
P
(|={
E1
,
E2
}=>
Q
)
(|={
E1
,
E2
}=>
Q
).
Proof
.
by
rewrite
/
ElimModal
(
bupd_fupd
E1
)
fupd_frame_r
wand_elim_r
fupd_trans
.
Qed
.
Qed
.
Global
Instance
elim_modal_fupd_fupd
E1
E2
E3
P
Q
:
ElimModal
(|={
E1
,
E2
}=>
P
)
P
(|={
E1
,
E3
}=>
Q
)
(|={
E2
,
E3
}=>
Q
).
ElimModal
(|={
E1
,
E2
}=>
P
)
P
(|={
E1
,
E3
}=>
Q
)
(|={
E2
,
E3
}=>
Q
)
|
10
.
Proof
.
by
rewrite
/
ElimModal
fupd_frame_r
wand_elim_r
fupd_trans
.
Qed
.
End
proofmode_classes
.
...
...
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