Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
I
Iris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Pierre-Marie Pédrot
Iris
Commits
66a41586
Commit
66a41586
authored
Dec 14, 2017
by
Jacques-Henri Jourdan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add lemma monPred_car_embed.
parent
39967f22
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
theories/bi/monpred.v
theories/bi/monpred.v
+4
-0
No files found.
theories/bi/monpred.v
View file @
66a41586
...
@@ -413,6 +413,10 @@ Proof. unseal. rewrite bi.forall_elim bi.pure_impl_forall bi.forall_elim //. Qed
...
@@ -413,6 +413,10 @@ Proof. unseal. rewrite bi.forall_elim bi.pure_impl_forall bi.forall_elim //. Qed
Lemma
monPred_impl_force
P
Q
i
:
(
P
→
Q
)
i
-
∗
(
P
i
→
Q
i
).
Lemma
monPred_impl_force
P
Q
i
:
(
P
→
Q
)
i
-
∗
(
P
i
→
Q
i
).
Proof
.
unseal
.
rewrite
bi
.
forall_elim
bi
.
pure_impl_forall
bi
.
forall_elim
//.
Qed
.
Proof
.
unseal
.
rewrite
bi
.
forall_elim
bi
.
pure_impl_forall
bi
.
forall_elim
//.
Qed
.
Lemma
monPred_car_embed
(
P
:
PROP
)
(
i
:
I
)
:
(
bi_embed
(
B
:
=
monPred
_
_
)
P
)
i
⊣
⊢
P
.
Proof
.
by
unseal
.
Qed
.
Lemma
monPred_persistently_if_eq
p
P
i
:
Lemma
monPred_persistently_if_eq
p
P
i
:
(
bi_persistently_if
p
P
)
i
=
bi_persistently_if
p
(
P
i
).
(
bi_persistently_if
p
P
)
i
=
bi_persistently_if
p
(
P
i
).
Proof
.
rewrite
/
bi_persistently_if
.
unseal
.
by
destruct
p
.
Qed
.
Proof
.
rewrite
/
bi_persistently_if
.
unseal
.
by
destruct
p
.
Qed
.
...
...
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