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
Jonas Kastberg
iris
Commits
9bdef1bf
Commit
9bdef1bf
authored
Dec 15, 2018
by
Robbert Krebbers
Browse files
Remove unused `tac_wand_intro_pure`.
parent
e8f8dae8
Changes
1
Hide whitespace changes
Inline
Side-by-side
theories/proofmode/coq_tactics.v
View file @
9bdef1bf
...
...
@@ -210,18 +210,6 @@ Proof.
by
rewrite
-{
1
}
absorbingly_intuitionistically_into_persistently
absorbingly_sep_l
wand_elim_r
HQ
.
Qed
.
Lemma
tac_wand_intro_pure
Δ
P
φ
Q
R
:
FromWand
R
P
Q
→
IntoPure
P
φ
→
TCOr
(
Affine
P
)
(
Absorbing
Q
)
→
(
φ
→
envs_entails
Δ
Q
)
→
envs_entails
Δ
R
.
Proof
.
rewrite
/
FromWand
envs_entails_eq
.
intros
<-
?
HPQ
HQ
.
apply
wand_intro_l
.
destruct
HPQ
.
-
rewrite
-(
affine_affinely
P
)
(
into_pure
P
)
-
persistent_and_affinely_sep_l
.
by
apply
pure_elim_l
.
-
rewrite
(
into_pure
P
)
-(
persistent_absorbingly_affinely
⌜
_
⌝
%
I
)
absorbingly_sep_lr
.
rewrite
-
persistent_and_affinely_sep_l
.
apply
pure_elim_l
=>
?.
by
rewrite
HQ
.
Qed
.
Lemma
tac_wand_intro_drop
Δ
P
Q
R
:
FromWand
R
P
Q
→
TCOr
(
Affine
P
)
(
Absorbing
Q
)
→
...
...
Write
Preview
Markdown
is supported
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